Merguez
#650021
Looking for the precise values behind Merguez (#650021)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #650021 | |
|---|---|---|
| RGB | rgb(101, 0, 33) | |
| HSL | hsl(340, 100%, 20%) | |
| CMYK | cmyk(0%, 100%, 67%, 60%) | |
| LAB | lab(20, 42, 12) | |
| OKLCH | oklch(0.32 0.129 12) |
Color harmonies
Tints & shades
Code snippets
color: #650021;
background-color: #650021;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF650021)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.00, blue: 0.13, alpha: 1.0)