Shades of Sangria #90010F
Tints of Sangria #90010F
RGB
CMYK
RGB Variations
Color information
#90010F (or 0x90010F) is known color: Sangria. HEX triplet: 90, 01 and 0F. RGB value is (144,1,15). Sum of RGB (Red+Green+Blue) = 144+1+15=160 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 144 - color contains mainly: red. Hex color #90010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90010F is #6FFEF0. Grayscale: #2D2D2D. Windows color (decimal): -7339761 or 983440. OLE color: 983440.
HSL color Cylindrical-coordinate representation of color #90010F: hue angle of 354.13º 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 #90010F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.44 |
| HSL | 354.13º | 0.99% | 0.28% | - |
| HSV(B) | 354.13º | 0.99% | 0.56% | - |
| XYZ | 11.6 | 5.99 | 1 | - |
| YUV | 45.35 | 110.88 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 15 | 0 | 0.99 | 0.90 | 0.44 | 354.13 | 0.99 | 0.28 |
| Hex | 90 | 1 | F | 0 | 63 | 5A | 2C | 162 | 63 | 1C |
| Octal | 220 | 1 | 17 | 0 | 143 | 132 | 54 | 542 | 143 | 34 |
| Binary | 10010000 | 1 | 1111 | 0 | 1100011 | 1011010 | 101100 | 101100010 | 1100011 | 11100 |
Color Harmonies of #90010F
Complementary color
Monochromatic Colors of #90010F
Black with #90010F
Text Example
Text Example
White with #90010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90010F; }
p { color: rgb(144,1,15); }
H1.HeaderClassName
{
color: #90010F;
}
.AnyTagClassName
{
color: #90010F;
}
</style>
background-color css
<style>
a { background-color: #90010F; }
a { background-color: rgb(144,1,15); }
div.DivClassName
{
background-color: #90010F;
}
.BgClassName
{
background-color: #90010F;
}
</style>
border-color css
<style>
span { border-color: #90010F; }
span { border-color: rgb(144,1,15); }
td.TdClassName
{
border-color: #90010F;
}
.TagClassName
{
border-color: #90010F;
}
</style>