Barbera
#8b031c
Barbera, represented by the hex value #8b031c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8b031c | |
|---|---|---|
| RGB | rgb(139, 3, 28) | |
| HSL | hsl(349, 96%, 28%) | |
| CMYK | cmyk(0%, 98%, 80%, 45%) | |
| LAB | lab(29, 51, 29) | |
| OKLCH | oklch(0.4 0.161 22) |
Color harmonies
Tints & shades
Code snippets
color: #8b031c;
background-color: #8b031c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8B031C)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.01, blue: 0.11, alpha: 1.0)