Shades of Sangria #990002
Tints of Sangria #990002
RGB
CMYK
RGB Variations
Color information
#990002 (or 0x990002) is known color: Sangria. HEX triplet: 99, 00 and 02. RGB value is (153,0,2). Sum of RGB (Red+Green+Blue) = 153+0+2=155 (20% of max value = 765). Red value is 153 (60.16% from 255 or 98.71% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 153 - color contains mainly: red. Hex color #990002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990002 is #66FFFD. Grayscale: #2E2E2E. Windows color (decimal): -6750206 or 131225. OLE color: 131225.
HSL color Cylindrical-coordinate representation of color #990002: hue angle of 359.22º 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 #990002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.4 |
| HSL | 359.22º | 1% | 0.3% | - |
| HSV(B) | 359.22º | 1% | 0.6% | - |
| XYZ | 13.15 | 6.78 | 0.67 | - |
| YUV | 45.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 2 | 0 | 1 | 0.99 | 0.4 | 359.22 | 1 | 0.3 |
| Hex | 99 | 0 | 2 | 0 | 64 | 63 | 28 | 167 | 64 | 1E |
| Octal | 231 | 0 | 2 | 0 | 144 | 143 | 50 | 547 | 144 | 36 |
| Binary | 10011001 | 0 | 10 | 0 | 1100100 | 1100011 | 101000 | 101100111 | 1100100 | 11110 |
Color Harmonies of #990002
Complementary color
Monochromatic Colors of #990002
Black with #990002
Text Example
Text Example
White with #990002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990002; }
p { color: rgb(153,0,2); }
H1.HeaderClassName
{
color: #990002;
}
.AnyTagClassName
{
color: #990002;
}
</style>
background-color css
<style>
a { background-color: #990002; }
a { background-color: rgb(153,0,2); }
div.DivClassName
{
background-color: #990002;
}
.BgClassName
{
background-color: #990002;
}
</style>
border-color css
<style>
span { border-color: #990002; }
span { border-color: rgb(153,0,2); }
td.TdClassName
{
border-color: #990002;
}
.TagClassName
{
border-color: #990002;
}
</style>