Shades of Sangria #990B10
Tints of Sangria #990B10
RGB
CMYK
RGB Variations
Color information
#990B10 (or 0x990B10) is known color: Sangria. HEX triplet: 99, 0B and 10. RGB value is (153,11,16). Sum of RGB (Red+Green+Blue) = 153+11+16=180 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 153 - color contains mainly: red. Hex color #990B10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990B10 is #66F4EF. Grayscale: #363636. Windows color (decimal): -6747376 or 1051545. OLE color: 1051545.
HSL color Cylindrical-coordinate representation of color #990B10: hue angle of 357.89º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B10 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 16 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.4 |
| HSL | 357.89º | 0.87% | 0.32% | - |
| HSV(B) | 357.89º | 0.93% | 0.6% | - |
| XYZ | 13.35 | 7.05 | 1.15 | - |
| YUV | 54.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 16 | 0 | 0.93 | 0.90 | 0.4 | 357.89 | 0.87 | 0.32 |
| Hex | 99 | B | 10 | 0 | 5D | 5A | 28 | 166 | 57 | 20 |
| Octal | 231 | 13 | 20 | 0 | 135 | 132 | 50 | 546 | 127 | 40 |
| Binary | 10011001 | 1011 | 10000 | 0 | 1011101 | 1011010 | 101000 | 101100110 | 1010111 | 100000 |
Color Harmonies of #990B10
Complementary color
Monochromatic Colors of #990B10
Black with #990B10
Text Example
Text Example
White with #990B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B10; }
p { color: rgb(153,11,16); }
H1.HeaderClassName
{
color: #990B10;
}
.AnyTagClassName
{
color: #990B10;
}
</style>
background-color css
<style>
a { background-color: #990B10; }
a { background-color: rgb(153,11,16); }
div.DivClassName
{
background-color: #990B10;
}
.BgClassName
{
background-color: #990B10;
}
</style>
border-color css
<style>
span { border-color: #990B10; }
span { border-color: rgb(153,11,16); }
td.TdClassName
{
border-color: #990B10;
}
.TagClassName
{
border-color: #990B10;
}
</style>