Shades of Sangria #89040C
Tints of Sangria #89040C
RGB
CMYK
RGB Variations
Color information
#89040C (or 0x89040C) is known color: Sangria. HEX triplet: 89, 04 and 0C. RGB value is (137,4,12). Sum of RGB (Red+Green+Blue) = 137+4+12=153 (20% of max value = 765). Red value is 137 (53.91% from 255 or 89.54% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 137 - color contains mainly: red. Hex color #89040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89040C is #76FBF3. Grayscale: #2C2C2C. Windows color (decimal): -7797748 or 787593. OLE color: 787593.
HSL color Cylindrical-coordinate representation of color #89040C: hue angle of 356.39º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89040C is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 12 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.46 |
| HSL | 356.39º | 0.94% | 0.28% | - |
| HSV(B) | 356.39º | 0.97% | 0.54% | - |
| XYZ | 10.43 | 5.43 | 0.85 | - |
| YUV | 44.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 12 | 0 | 0.97 | 0.91 | 0.46 | 356.39 | 0.94 | 0.28 |
| Hex | 89 | 4 | C | 0 | 61 | 5B | 2E | 164 | 5E | 1C |
| Octal | 211 | 4 | 14 | 0 | 141 | 133 | 56 | 544 | 136 | 34 |
| Binary | 10001001 | 100 | 1100 | 0 | 1100001 | 1011011 | 101110 | 101100100 | 1011110 | 11100 |
Color Harmonies of #89040C
Complementary color
Monochromatic Colors of #89040C
Black with #89040C
Text Example
Text Example
White with #89040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89040C; }
p { color: rgb(137,4,12); }
H1.HeaderClassName
{
color: #89040C;
}
.AnyTagClassName
{
color: #89040C;
}
</style>
background-color css
<style>
a { background-color: #89040C; }
a { background-color: rgb(137,4,12); }
div.DivClassName
{
background-color: #89040C;
}
.BgClassName
{
background-color: #89040C;
}
</style>
border-color css
<style>
span { border-color: #89040C; }
span { border-color: rgb(137,4,12); }
td.TdClassName
{
border-color: #89040C;
}
.TagClassName
{
border-color: #89040C;
}
</style>