Shades of Sangria #990102
Tints of Sangria #990102
RGB
CMYK
RGB Variations
Color information
#990102 (or 0x990102) is known color: Sangria. HEX triplet: 99, 01 and 02. RGB value is (153,1,2). Sum of RGB (Red+Green+Blue) = 153+1+2=156 (20% of max value = 765). Red value is 153 (60.16% from 255 or 98.08% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 153 - color contains mainly: red. Hex color #990102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990102 is #66FEFD. Grayscale: #2E2E2E. Windows color (decimal): -6749950 or 131481. OLE color: 131481.
HSL color Cylindrical-coordinate representation of color #990102: hue angle of 359.61º 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 #990102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.4 |
| HSL | 359.61º | 0.99% | 0.3% | - |
| HSV(B) | 359.61º | 0.99% | 0.6% | - |
| XYZ | 13.16 | 6.8 | 0.68 | - |
| YUV | 46.56 | 102.86 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 2 | 0 | 0.99 | 0.99 | 0.4 | 359.61 | 0.99 | 0.3 |
| Hex | 99 | 1 | 2 | 0 | 63 | 63 | 28 | 168 | 63 | 1E |
| Octal | 231 | 1 | 2 | 0 | 143 | 143 | 50 | 550 | 143 | 36 |
| Binary | 10011001 | 1 | 10 | 0 | 1100011 | 1100011 | 101000 | 101101000 | 1100011 | 11110 |
Color Harmonies of #990102
Complementary color
Monochromatic Colors of #990102
Black with #990102
Text Example
Text Example
White with #990102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990102; }
p { color: rgb(153,1,2); }
H1.HeaderClassName
{
color: #990102;
}
.AnyTagClassName
{
color: #990102;
}
</style>
background-color css
<style>
a { background-color: #990102; }
a { background-color: rgb(153,1,2); }
div.DivClassName
{
background-color: #990102;
}
.BgClassName
{
background-color: #990102;
}
</style>
border-color css
<style>
span { border-color: #990102; }
span { border-color: rgb(153,1,2); }
td.TdClassName
{
border-color: #990102;
}
.TagClassName
{
border-color: #990102;
}
</style>