#830F07
A dark, vivid red closely aligning with Maroon.
About #830F07
The hex code #830F07 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Maroon. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 15, and 7.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 89% Magenta, 95% Yellow, and 49% Black. With a hue angle of 3.9 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#830F07
RGB131, 15, 7
HSL3.9°, 89.9%, 27.1%
CMYK0%, 89%, 95%, 49%
HSV3.9°, 94.7%, 51.4%
LAB27.2, 46.2, 37.0
XYZ9.6, 5.2, 0.7
Decimal8589063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.31:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.86:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830F07;
}
.text-color {
color: #830F07;
}
.border-color {
border: 2px solid #830F07;
}