Shades of Sangria #89080E
Tints of Sangria #89080E
RGB
CMYK
RGB Variations
Color information
#89080E (or 0x89080E) is known color: Sangria. HEX triplet: 89, 08 and 0E. RGB value is (137,8,14). Sum of RGB (Red+Green+Blue) = 137+8+14=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #89080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89080E is #76F7F1. Grayscale: #2F2F2F. Windows color (decimal): -7796722 or 919689. OLE color: 919689.
HSL color Cylindrical-coordinate representation of color #89080E: hue angle of 357.21º 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 #89080E is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 14 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.46 |
| HSL | 357.21º | 0.89% | 0.28% | - |
| HSV(B) | 357.21º | 0.94% | 0.54% | - |
| XYZ | 10.48 | 5.52 | 0.93 | - |
| YUV | 47.26 | 109.24 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 14 | 0 | 0.94 | 0.90 | 0.46 | 357.21 | 0.89 | 0.28 |
| Hex | 89 | 8 | E | 0 | 5E | 5A | 2E | 165 | 59 | 1C |
| Octal | 211 | 10 | 16 | 0 | 136 | 132 | 56 | 545 | 131 | 34 |
| Binary | 10001001 | 1000 | 1110 | 0 | 1011110 | 1011010 | 101110 | 101100101 | 1011001 | 11100 |
Color Harmonies of #89080E
Complementary color
Monochromatic Colors of #89080E
Black with #89080E
Text Example
Text Example
White with #89080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89080E; }
p { color: rgb(137,8,14); }
H1.HeaderClassName
{
color: #89080E;
}
.AnyTagClassName
{
color: #89080E;
}
</style>
background-color css
<style>
a { background-color: #89080E; }
a { background-color: rgb(137,8,14); }
div.DivClassName
{
background-color: #89080E;
}
.BgClassName
{
background-color: #89080E;
}
</style>
border-color css
<style>
span { border-color: #89080E; }
span { border-color: rgb(137,8,14); }
td.TdClassName
{
border-color: #89080E;
}
.TagClassName
{
border-color: #89080E;
}
</style>