Shades of Sangria #89080C
Tints of Sangria #89080C
RGB
CMYK
RGB Variations
Color information
#89080C (or 0x89080C) is known color: Sangria. HEX triplet: 89, 08 and 0C. RGB value is (137,8,12). Sum of RGB (Red+Green+Blue) = 137+8+12=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #89080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89080C is #76F7F3. Grayscale: #2F2F2F. Windows color (decimal): -7796724 or 788617. OLE color: 788617.
HSL color Cylindrical-coordinate representation of color #89080C: hue angle of 358.14º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89080C is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 12 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.46 |
| HSL | 358.14º | 0.89% | 0.28% | - |
| HSV(B) | 358.14º | 0.94% | 0.54% | - |
| XYZ | 10.47 | 5.52 | 0.86 | - |
| YUV | 47.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 12 | 0 | 0.94 | 0.91 | 0.46 | 358.14 | 0.89 | 0.28 |
| Hex | 89 | 8 | C | 0 | 5E | 5B | 2E | 166 | 59 | 1C |
| Octal | 211 | 10 | 14 | 0 | 136 | 133 | 56 | 546 | 131 | 34 |
| Binary | 10001001 | 1000 | 1100 | 0 | 1011110 | 1011011 | 101110 | 101100110 | 1011001 | 11100 |
Color Harmonies of #89080C
Complementary color
Monochromatic Colors of #89080C
Black with #89080C
Text Example
Text Example
White with #89080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89080C; }
p { color: rgb(137,8,12); }
H1.HeaderClassName
{
color: #89080C;
}
.AnyTagClassName
{
color: #89080C;
}
</style>
background-color css
<style>
a { background-color: #89080C; }
a { background-color: rgb(137,8,12); }
div.DivClassName
{
background-color: #89080C;
}
.BgClassName
{
background-color: #89080C;
}
</style>
border-color css
<style>
span { border-color: #89080C; }
span { border-color: rgb(137,8,12); }
td.TdClassName
{
border-color: #89080C;
}
.TagClassName
{
border-color: #89080C;
}
</style>