Carnivore
#991111
Here's everything about the color Carnivore (#991111) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #991111 | |
|---|---|---|
| RGB | rgb(153, 17, 17) | |
| HSL | hsl(0, 80%, 33%) | |
| CMYK | cmyk(0%, 89%, 89%, 40%) | |
| LAB | lab(33, 53, 40) | |
| OKLCH | oklch(0.44 0.168 28) |
Color harmonies
Tints & shades
Code snippets
color: #991111;
background-color: #991111;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF991111)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.07, blue: 0.07, alpha: 1.0)