#571D0F
A dark, vivid red closely aligning with Saddlebrown.
About #571D0F
The precise color #571D0F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 87 red, 29 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 67% M, 83% Y, and 66% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#571D0F
RGB87, 29, 15
HSL11.7°, 70.6%, 20.0%
CMYK0%, 67%, 83%, 66%
HSV11.7°, 82.8%, 34.1%
LAB19.8, 26.0, 22.9
XYZ4.5, 2.9, 0.8
Decimal5709071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.23:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.64:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D0F;
}
.text-color {
color: #571D0F;
}
.border-color {
border: 2px solid #571D0F;
}