#830700
A dark, vivid red closely aligning with Maroon.
About #830700
Visually, #830700 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Maroon. Its digital footprint relies on 131 parts red, 7 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 95% M, 100% Y, and 49% K. The HSL representation is 3.2° hue, 100.0% saturation, and 25.7% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#830700
RGB131, 7, 0
HSL3.2°, 100.0%, 25.7%
CMYK0%, 95%, 100%, 49%
HSV3.2°, 100.0%, 51.4%
LAB26.7, 47.6, 39.4
XYZ9.4, 5.0, 0.5
Decimal8587008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.52:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.06:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830700;
}
.text-color {
color: #830700;
}
.border-color {
border: 2px solid #830700;
}