#83002C
A dark, vivid magenta closely aligning with Brown.
About #83002C
At its core, #83002C is a dark and vivid hue. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 131 red, 0 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 66% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83002C
RGB131, 0, 44
HSL339.8°, 100.0%, 25.7%
CMYK0%, 100%, 66%, 49%
HSV339.8°, 100.0%, 51.4%
LAB26.8, 50.3, 14.5
XYZ9.8, 5.0, 2.8
Decimal8585260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.49:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.03:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #83002C;
}
.text-color {
color: #83002C;
}
.border-color {
border: 2px solid #83002C;
}