Sacrifice Altar
#850101
Sacrifice Altar, represented by the hex value #850101, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #850101 | |
|---|---|---|
| RGB | rgb(133, 1, 1) | |
| HSL | hsl(0, 99%, 26%) | |
| CMYK | cmyk(0%, 99%, 99%, 48%) | |
| LAB | lab(27, 50, 41) | |
| OKLCH | oklch(0.39 0.158 29) |
Color harmonies
Tints & shades
Code snippets
color: #850101;
background-color: #850101;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF850101)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.00, blue: 0.00, alpha: 1.0)