#771100
a deep, electric red · warm · closest name: maroon
RGB
119, 17, 0
HSL
9°, 100%, 23%
CMYK
0, 86, 100, 53
Luminance
0.0432
Every format
| HEX | #771100 |
| RGB | rgb(119, 17, 0) |
| HSL | hsl(9, 100%, 23%) |
| CMYK | cmyk(0%, 86%, 100%, 53%) |
| LAB | lab(24.7 41.9 36.6) |
| LCH | lch(24.7 55.6 41.1) |
| OKLCH | oklch(0.367 0.138 32.3) |
Copy-ready code
/* CSS */
color: #771100;
background-color: #771100;
/* Tailwind (arbitrary) */
class="text-[#771100] bg-[#771100]"
/* SCSS */
$brand: #771100;
/* SwiftUI */
Color(red: 0.467, green: 0.067, blue: 0.000)
/* Android */
Color.parseColor("#771100")Accessibility — WCAG contrast
Aa
#771100 on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#771100 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green6.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow100.0%
Key (black)53.3%
Color previews
#771100 text on a black background
contrast 1.86:1
Card sample
#771100 text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #771100;
Background color
Panel with #771100 background
background-color: #771100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #771100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 17, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 17, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #771100; background: linear-gradient(135deg, #771100, #776000);