#83000F
A dark, vivid red closely aligning with Maroon.
About #83000F
At its core, #83000F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Maroon. This translates to an RGB value of rgb(131, 0, 15).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 89% Yellow, and 49% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83000F
RGB131, 0, 15
HSL353.1°, 100.0%, 25.7%
CMYK0%, 100%, 89%, 49%
HSV353.1°, 100.0%, 51.4%
LAB26.3, 49.1, 32.6
XYZ9.4, 4.9, 0.9
Decimal8585231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.65:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.18:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83000F;
}
.text-color {
color: #83000F;
}
.border-color {
border: 2px solid #83000F;
}