Shades of Sangria #990010
Tints of Sangria #990010
RGB
CMYK
RGB Variations
Color information
#990010 (or 0x990010) is known color: Sangria. HEX triplet: 99, 00 and 10. RGB value is (153,0,16). Sum of RGB (Red+Green+Blue) = 153+0+16=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #990010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990010 is #66FFEF. Grayscale: #2F2F2F. Windows color (decimal): -6750192 or 1048729. OLE color: 1048729.
HSL color Cylindrical-coordinate representation of color #990010: hue angle of 353.73º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990010 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.90 | 0.4 |
| HSL | 353.73º | 1% | 0.3% | - |
| HSV(B) | 353.73º | 1% | 0.6% | - |
| XYZ | 13.23 | 6.81 | 1.11 | - |
| YUV | 47.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 16 | 0 | 1 | 0.90 | 0.4 | 353.73 | 1 | 0.3 |
| Hex | 99 | 0 | 10 | 0 | 64 | 5A | 28 | 162 | 64 | 1E |
| Octal | 231 | 0 | 20 | 0 | 144 | 132 | 50 | 542 | 144 | 36 |
| Binary | 10011001 | 0 | 10000 | 0 | 1100100 | 1011010 | 101000 | 101100010 | 1100100 | 11110 |
Color Harmonies of #990010
Complementary color
Monochromatic Colors of #990010
Black with #990010
Text Example
Text Example
White with #990010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990010; }
p { color: rgb(153,0,16); }
H1.HeaderClassName
{
color: #990010;
}
.AnyTagClassName
{
color: #990010;
}
</style>
background-color css
<style>
a { background-color: #990010; }
a { background-color: rgb(153,0,16); }
div.DivClassName
{
background-color: #990010;
}
.BgClassName
{
background-color: #990010;
}
</style>
border-color css
<style>
span { border-color: #990010; }
span { border-color: rgb(153,0,16); }
td.TdClassName
{
border-color: #990010;
}
.TagClassName
{
border-color: #990010;
}
</style>