Bordeaux
#7b002c
Here's everything about the color Bordeaux (#7b002c) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #7b002c | |
|---|---|---|
| RGB | rgb(123, 0, 44) | |
| HSL | hsl(339, 100%, 24%) | |
| CMYK | cmyk(0%, 100%, 64%, 52%) | |
| LAB | lab(25, 48, 13) | |
| OKLCH | oklch(0.37 0.149 11) |
Color harmonies
Tints & shades
Code snippets
color: #7b002c;
background-color: #7b002c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7B002C)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.00, blue: 0.17, alpha: 1.0)