#6D0F33
A dark, vivid magenta closely aligning with Brown.
About #6D0F33
At its core, #6D0F33 is a dark and vivid hue. Designers often compare it to the standard color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 15, and 51.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 86% magenta inks. The HSL representation is 337.0° hue, 75.8% saturation, and 24.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D0F33
RGB109, 15, 51
HSL337.0°, 75.8%, 24.3%
CMYK0%, 86%, 53%, 57%
HSV337.0°, 86.2%, 42.7%
LAB23.1, 41.8, 3.8
XYZ7.1, 3.8, 3.5
Decimal7147315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.89:1
Text on #FFFFFF
AAA
1.77:1
Text on #000000
FAIL
11.36:1
Text on #F8FAFC
AAA
1.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0F33;
}
.text-color {
color: #6D0F33;
}
.border-color {
border: 2px solid #6D0F33;
}