Barolo
#71000e
Barolo, represented by the hex value #71000e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #71000e | |
|---|---|---|
| RGB | rgb(113, 0, 14) | |
| HSL | hsl(353, 100%, 22%) | |
| CMYK | cmyk(0%, 100%, 88%, 56%) | |
| LAB | lab(23, 45, 29) | |
| OKLCH | oklch(0.35 0.14 25) |
Color harmonies
Tints & shades
Code snippets
color: #71000e;
background-color: #71000e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF71000E)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.00, blue: 0.05, alpha: 1.0)