#7C331D
A dark, moderate red closely aligning with Saddlebrown.
About #7C331D
When working with digital screens, the color #7C331D is rendered by mixing light. Its closest recognized web color is Saddlebrown. In the RGB color space, it consists of 124 red, 51 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 59% magenta, 77% yellow, and 51% black. The HSL representation is 13.9° hue, 62.1% saturation, and 30.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C331D
RGB124, 51, 29
HSL13.9°, 62.1%, 30.0%
CMYK0%, 59%, 77%, 51%
HSV13.9°, 76.6%, 48.6%
LAB31.2, 30.3, 29.1
XYZ9.7, 6.7, 2.0
Decimal8139549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.94:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.55:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C331D;
}
.text-color {
color: #7C331D;
}
.border-color {
border: 2px solid #7C331D;
}