Red Ochre
#913831

A muted shade of reddish-orange with historic significance, inspired by red ochre pigment that has been used in paintings since prehistoric times.

#913831
RGB(145, 56, 49)
#000000
#0E0504
#1D0B09
#2B100E
#3A1613
#481C18
#57211D
#652722
#742C27
#82322C
#913831

Color Values

HEX

#913831

RGB

rgb(145, 56, 49)

HSL

hsl(4, 49%, 38%)

CMYK

0%, 61%, 66%, 43%

HSV

4°, 66%, 57%

XYZ

13.65, 9.07, 3.94

Color Variations

Shades

#82322c
#742c27
#652722
#57211d

Tints

#9c4b45
#a75f5a
#b2736e
#bd8783

Triadic Colors

#913831
#319138
#383191

Analogous Colors

#913831
#916831
#91315a

Monochromatic Colors

#58221e
#6b2924
#7e312b
#913831

Complementary Color

#913831
#318a91

CSS Examples

Ancient Wall Texture

.ancient-wall {
    background: #913831;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(0,0,0,0.1) 0px,
            rgba(0,0,0,0.1) 2px,
            transparent 2px,
            transparent 4px
        ),
        linear-gradient(
            to bottom,
            #913831,
            #82322c
        );
    box-shadow: inset 0 0 30px rgba(0,0,0,0.2);
}

Ochre Gradient Card

.ochre-card {
    background: linear-gradient(
        135deg,
        #913831,
        #a75f5a 50%,
        #913831
    );
    border-radius: 10px;
    box-shadow: 
        0 12px 24px rgba(145,56,49,0.3),
        inset 0 -4px 8px rgba(0,0,0,0.2);
    padding: 22px;
}

Prehistoric Button

.prehistoric-btn {
    background: linear-gradient(to right, #913831, #9c4b45);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 
        0 6px 12px rgba(145,56,49,0.4),
        inset 0 2px 0 rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

Cave Art Pattern

.cave-art {
    background-color: #913831;
    background-image: 
        radial-gradient(
            circle at 50% 50%,
            rgba(0,0,0,0.15) 0%,
            transparent 8%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(255,255,255,0.1) 0%,
            transparent 8%
        );
    background-size: 30px 30px;
}

Rustic Border

.rustic-border {
    border: 5px solid;
    border-image: linear-gradient(
        45deg,
        #913831,
        #a75f5a,
        #913831,
        #82322c
    ) 1;
    box-shadow: 
        0 0 25px rgba(145,56,49,0.25),
        inset 0 0 15px rgba(145,56,49,0.15);
}

Earthy Text

.earthy-text {
    color: #913831;
    font-weight: 600;
    text-shadow: 
        1px 1px 0 rgba(145,56,49,0.2),
        2px 2px 4px rgba(0,0,0,0.15);
    background: linear-gradient(45deg, #913831, #9c4b45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

Terra Cotta Animation

@keyframes terraWave {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
}
.terra-wave {
    background: linear-gradient(
        45deg,
        #913831,
        #a75f5a,
        #913831
    );
    background-size: 200% 200%;
    animation: terraWave 8s ease-in-out infinite;
}

About Red Ochre

Red ochre is a muted shade of reddish-orange that carries deep historical significance. This earthy tone has been used as a pigment in art and decoration since prehistoric times, making it one of humanity's oldest known colors.

What Is Red Ochre?

Red ochre is a natural earth pigment containing hematite, a form of iron oxide. Its hex code #913831 represents a rich, earthy red that has been found in cave paintings and artifacts dating back to prehistoric times.

Historical Significance

Red ochre has been used in:

  • Cave paintings
  • Ancient ceremonies
  • Traditional art
  • Body decoration
  • Architectural finishes

Usage in Design

Today, red ochre continues to be valued in design for its:

  • Natural warmth
  • Historical authenticity
  • Earthy sophistication
  • Versatile application

Color Combinations

Red ochre pairs well with:

  • Earth tones for natural harmony
  • Deep blues for dramatic contrast
  • Warm greys for subtle sophistication
  • Cream colors for traditional elegance

Red Ochre

January 26, 2025
PALETTE GENERATOR
#913831

Real Design Examples 👇🏽

Fashion

No items found.

Interior

No items found.

Wallpapers

No items found.

Patterns

No items found.

Best Match

Red Ochre
#913831
No items found.
Build with ❤️ Lovable