#570700
A very dark, vivid red closely aligning with Maroon.
About #570700
The precise color #570700 is an excellent choice for modern design projects. It is closely associated with the named CSS color Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 7, and 0.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 92% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#570700
RGB87, 7, 0
HSL4.8°, 100.0%, 17.1%
CMYK0%, 92%, 100%, 66%
HSV4.8°, 100.0%, 34.1%
LAB16.4, 34.4, 25.3
XYZ4.0, 2.2, 0.2
Decimal5703424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.63:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.98:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570700;
}
.text-color {
color: #570700;
}
.border-color {
border: 2px solid #570700;
}