Shades of Sangria #900110
Tints of Sangria #900110
RGB
CMYK
RGB Variations
Color information
#900110 (or 0x900110) is known color: Sangria. HEX triplet: 90, 01 and 10. RGB value is (144,1,16). Sum of RGB (Red+Green+Blue) = 144+1+16=161 (21% of max value = 765). Red value is 144 (56.64% from 255 or 89.44% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 144 - color contains mainly: red. Hex color #900110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900110 is #6FFEEF. Grayscale: #2D2D2D. Windows color (decimal): -7339760 or 1048976. OLE color: 1048976.
HSL color Cylindrical-coordinate representation of color #900110: hue angle of 353.71º 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 #900110 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.44 |
| HSL | 353.71º | 0.99% | 0.28% | - |
| HSV(B) | 353.71º | 0.99% | 0.56% | - |
| XYZ | 11.61 | 5.99 | 1.03 | - |
| YUV | 45.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 16 | 0 | 0.99 | 0.89 | 0.44 | 353.71 | 0.99 | 0.28 |
| Hex | 90 | 1 | 10 | 0 | 63 | 59 | 2C | 162 | 63 | 1C |
| Octal | 220 | 1 | 20 | 0 | 143 | 131 | 54 | 542 | 143 | 34 |
| Binary | 10010000 | 1 | 10000 | 0 | 1100011 | 1011001 | 101100 | 101100010 | 1100011 | 11100 |
Color Harmonies of #900110
Complementary color
Monochromatic Colors of #900110
Black with #900110
Text Example
Text Example
White with #900110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900110; }
p { color: rgb(144,1,16); }
H1.HeaderClassName
{
color: #900110;
}
.AnyTagClassName
{
color: #900110;
}
</style>
background-color css
<style>
a { background-color: #900110; }
a { background-color: rgb(144,1,16); }
div.DivClassName
{
background-color: #900110;
}
.BgClassName
{
background-color: #900110;
}
</style>
border-color css
<style>
span { border-color: #900110; }
span { border-color: rgb(144,1,16); }
td.TdClassName
{
border-color: #900110;
}
.TagClassName
{
border-color: #900110;
}
</style>