Shades of Sangria #90080E
Tints of Sangria #90080E
RGB
CMYK
RGB Variations
Color information
#90080E (or 0x90080E) is known color: Sangria. HEX triplet: 90, 08 and 0E. RGB value is (144,8,14). Sum of RGB (Red+Green+Blue) = 144+8+14=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #90080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90080E is #6FF7F1. Grayscale: #313131. Windows color (decimal): -7337970 or 919696. OLE color: 919696.
HSL color Cylindrical-coordinate representation of color #90080E: hue angle of 357.35º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90080E is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 14 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.44 |
| HSL | 357.35º | 0.89% | 0.3% | - |
| HSV(B) | 357.35º | 0.94% | 0.56% | - |
| XYZ | 11.67 | 6.13 | 0.98 | - |
| YUV | 49.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 14 | 0 | 0.94 | 0.90 | 0.44 | 357.35 | 0.89 | 0.3 |
| Hex | 90 | 8 | E | 0 | 5E | 5A | 2C | 165 | 59 | 1E |
| Octal | 220 | 10 | 16 | 0 | 136 | 132 | 54 | 545 | 131 | 36 |
| Binary | 10010000 | 1000 | 1110 | 0 | 1011110 | 1011010 | 101100 | 101100101 | 1011001 | 11110 |
Color Harmonies of #90080E
Complementary color
Monochromatic Colors of #90080E
Black with #90080E
Text Example
Text Example
White with #90080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90080E; }
p { color: rgb(144,8,14); }
H1.HeaderClassName
{
color: #90080E;
}
.AnyTagClassName
{
color: #90080E;
}
</style>
background-color css
<style>
a { background-color: #90080E; }
a { background-color: rgb(144,8,14); }
div.DivClassName
{
background-color: #90080E;
}
.BgClassName
{
background-color: #90080E;
}
</style>
border-color css
<style>
span { border-color: #90080E; }
span { border-color: rgb(144,8,14); }
td.TdClassName
{
border-color: #90080E;
}
.TagClassName
{
border-color: #90080E;
}
</style>