Shades of Sangria #90010E
Tints of Sangria #90010E
RGB
CMYK
RGB Variations
Color information
#90010E (or 0x90010E) is known color: Sangria. HEX triplet: 90, 01 and 0E. RGB value is (144,1,14). Sum of RGB (Red+Green+Blue) = 144+1+14=159 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90.57% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 144 - color contains mainly: red. Hex color #90010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90010E is #6FFEF1. Grayscale: #2D2D2D. Windows color (decimal): -7339762 or 917904. OLE color: 917904.
HSL color Cylindrical-coordinate representation of color #90010E: hue angle of 354.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90010E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.44 |
| HSL | 354.55º | 0.99% | 0.28% | - |
| HSV(B) | 354.55º | 0.99% | 0.56% | - |
| XYZ | 11.59 | 5.98 | 0.96 | - |
| YUV | 45.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 14 | 0 | 0.99 | 0.90 | 0.44 | 354.55 | 0.99 | 0.28 |
| Hex | 90 | 1 | E | 0 | 63 | 5A | 2C | 163 | 63 | 1C |
| Octal | 220 | 1 | 16 | 0 | 143 | 132 | 54 | 543 | 143 | 34 |
| Binary | 10010000 | 1 | 1110 | 0 | 1100011 | 1011010 | 101100 | 101100011 | 1100011 | 11100 |
Color Harmonies of #90010E
Complementary color
Monochromatic Colors of #90010E
Black with #90010E
Text Example
Text Example
White with #90010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90010E; }
p { color: rgb(144,1,14); }
H1.HeaderClassName
{
color: #90010E;
}
.AnyTagClassName
{
color: #90010E;
}
</style>
background-color css
<style>
a { background-color: #90010E; }
a { background-color: rgb(144,1,14); }
div.DivClassName
{
background-color: #90010E;
}
.BgClassName
{
background-color: #90010E;
}
</style>
border-color css
<style>
span { border-color: #90010E; }
span { border-color: rgb(144,1,14); }
td.TdClassName
{
border-color: #90010E;
}
.TagClassName
{
border-color: #90010E;
}
</style>