Shades of Sangria #89090E
Tints of Sangria #89090E
RGB
CMYK
RGB Variations
Color information
#89090E (or 0x89090E) is known color: Sangria. HEX triplet: 89, 09 and 0E. RGB value is (137,9,14). Sum of RGB (Red+Green+Blue) = 137+9+14=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #89090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89090E is #76F6F1. Grayscale: #2F2F2F. Windows color (decimal): -7796466 or 919945. OLE color: 919945.
HSL color Cylindrical-coordinate representation of color #89090E: hue angle of 357.66º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89090E is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 14 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.46 |
| HSL | 357.66º | 0.88% | 0.29% | - |
| HSV(B) | 357.66º | 0.93% | 0.54% | - |
| XYZ | 10.49 | 5.55 | 0.93 | - |
| YUV | 47.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 14 | 0 | 0.93 | 0.90 | 0.46 | 357.66 | 0.88 | 0.29 |
| Hex | 89 | 9 | E | 0 | 5D | 5A | 2E | 166 | 58 | 1D |
| Octal | 211 | 11 | 16 | 0 | 135 | 132 | 56 | 546 | 130 | 35 |
| Binary | 10001001 | 1001 | 1110 | 0 | 1011101 | 1011010 | 101110 | 101100110 | 1011000 | 11101 |
Color Harmonies of #89090E
Complementary color
Monochromatic Colors of #89090E
Black with #89090E
Text Example
Text Example
White with #89090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89090E; }
p { color: rgb(137,9,14); }
H1.HeaderClassName
{
color: #89090E;
}
.AnyTagClassName
{
color: #89090E;
}
</style>
background-color css
<style>
a { background-color: #89090E; }
a { background-color: rgb(137,9,14); }
div.DivClassName
{
background-color: #89090E;
}
.BgClassName
{
background-color: #89090E;
}
</style>
border-color css
<style>
span { border-color: #89090E; }
span { border-color: rgb(137,9,14); }
td.TdClassName
{
border-color: #89090E;
}
.TagClassName
{
border-color: #89090E;
}
</style>