Shades of Sangria #990E10
Tints of Sangria #990E10
RGB
CMYK
RGB Variations
Color information
#990E10 (or 0x990E10) is known color: Sangria. HEX triplet: 99, 0E and 10. RGB value is (153,14,16). Sum of RGB (Red+Green+Blue) = 153+14+16=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #990E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990E10 is #66F1EF. Grayscale: #373737. Windows color (decimal): -6746608 or 1052313. OLE color: 1052313.
HSL color Cylindrical-coordinate representation of color #990E10: hue angle of 359.14º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E10 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 16 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.4 |
| HSL | 359.14º | 0.83% | 0.33% | - |
| HSV(B) | 359.14º | 0.91% | 0.6% | - |
| XYZ | 13.39 | 7.12 | 1.16 | - |
| YUV | 55.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 16 | 0 | 0.91 | 0.90 | 0.4 | 359.14 | 0.83 | 0.33 |
| Hex | 99 | E | 10 | 0 | 5B | 5A | 28 | 167 | 53 | 21 |
| Octal | 231 | 16 | 20 | 0 | 133 | 132 | 50 | 547 | 123 | 41 |
| Binary | 10011001 | 1110 | 10000 | 0 | 1011011 | 1011010 | 101000 | 101100111 | 1010011 | 100001 |
Color Harmonies of #990E10
Complementary color
Monochromatic Colors of #990E10
Black with #990E10
Text Example
Text Example
White with #990E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E10; }
p { color: rgb(153,14,16); }
H1.HeaderClassName
{
color: #990E10;
}
.AnyTagClassName
{
color: #990E10;
}
</style>
background-color css
<style>
a { background-color: #990E10; }
a { background-color: rgb(153,14,16); }
div.DivClassName
{
background-color: #990E10;
}
.BgClassName
{
background-color: #990E10;
}
</style>
border-color css
<style>
span { border-color: #990E10; }
span { border-color: rgb(153,14,16); }
td.TdClassName
{
border-color: #990E10;
}
.TagClassName
{
border-color: #990E10;
}
</style>