Shades of Sangria #990110
Tints of Sangria #990110
RGB
CMYK
RGB Variations
Color information
#990110 (or 0x990110) is known color: Sangria. HEX triplet: 99, 01 and 10. RGB value is (153,1,16). Sum of RGB (Red+Green+Blue) = 153+1+16=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #990110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990110 is #66FEEF. Grayscale: #303030. Windows color (decimal): -6749936 or 1048985. OLE color: 1048985.
HSL color Cylindrical-coordinate representation of color #990110: hue angle of 354.08º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990110 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.4 |
| HSL | 354.08º | 0.99% | 0.3% | - |
| HSV(B) | 354.08º | 0.99% | 0.6% | - |
| XYZ | 13.24 | 6.83 | 1.11 | - |
| YUV | 48.16 | 109.86 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 16 | 0 | 0.99 | 0.90 | 0.4 | 354.08 | 0.99 | 0.3 |
| Hex | 99 | 1 | 10 | 0 | 63 | 5A | 28 | 162 | 63 | 1E |
| Octal | 231 | 1 | 20 | 0 | 143 | 132 | 50 | 542 | 143 | 36 |
| Binary | 10011001 | 1 | 10000 | 0 | 1100011 | 1011010 | 101000 | 101100010 | 1100011 | 11110 |
Color Harmonies of #990110
Complementary color
Monochromatic Colors of #990110
Black with #990110
Text Example
Text Example
White with #990110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990110; }
p { color: rgb(153,1,16); }
H1.HeaderClassName
{
color: #990110;
}
.AnyTagClassName
{
color: #990110;
}
</style>
background-color css
<style>
a { background-color: #990110; }
a { background-color: rgb(153,1,16); }
div.DivClassName
{
background-color: #990110;
}
.BgClassName
{
background-color: #990110;
}
</style>
border-color css
<style>
span { border-color: #990110; }
span { border-color: rgb(153,1,16); }
td.TdClassName
{
border-color: #990110;
}
.TagClassName
{
border-color: #990110;
}
</style>