#99073A
A dark, vivid magenta closely aligning with Brown.
About #99073A
At its core, #99073A is a dark and vivid hue. Designers often compare it to the standard color Brown. In the RGB color space, it consists of 153 red, 7 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 95% magenta, 62% yellow, and 40% black. With a hue angle of 339.0 degrees, it sits comfortably in the magenta spectrum.
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#99073A
RGB153, 7, 58
HSL339.0°, 91.2%, 31.4%
CMYK0%, 95%, 62%, 40%
HSV339.0°, 95.4%, 60.0%
LAB32.3, 55.6, 13.4
XYZ14.0, 7.2, 4.7
Decimal10028858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.59:1
Text on #FFFFFF
AAA
2.45:1
Text on #000000
FAIL
8.21:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #99073A;
}
.text-color {
color: #99073A;
}
.border-color {
border: 2px solid #99073A;
}