Fancy Red Wine
#b40441
Fancy Red Wine, represented by the hex value #b40441, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b40441 | |
|---|---|---|
| RGB | rgb(180, 4, 65) | |
| HSL | hsl(339, 96%, 36%) | |
| CMYK | cmyk(0%, 98%, 64%, 29%) | |
| LAB | lab(39, 63, 19) | |
| OKLCH | oklch(0.49 0.195 13) |
Color harmonies
Tints & shades
Code snippets
color: #b40441;
background-color: #b40441;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB40441)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.02, blue: 0.25, alpha: 1.0)