#830F16
A dark, vivid red closely aligning with Maroon.
About #830F16
Visually, #830F16 is defined as a vivid red. Its closest recognized web color is Maroon. In the RGB color space, it consists of 131 red, 15 green, and 22 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 89% M, 83% Y, and 49% K. With a hue angle of 356.4 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#830F16
RGB131, 15, 22
HSL356.4°, 79.5%, 28.6%
CMYK0%, 89%, 83%, 49%
HSV356.4°, 88.5%, 51.4%
LAB27.4, 46.5, 29.6
XYZ9.7, 5.2, 1.3
Decimal8589078
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.27:1
Text on #FFFFFF
AAA
2.04:1
Text on #000000
FAIL
9.81:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #830F16;
}
.text-color {
color: #830F16;
}
.border-color {
border: 2px solid #830F16;
}