Shades of Sangria #990206
Tints of Sangria #990206
RGB
CMYK
RGB Variations
Color information
#990206 (or 0x990206) is known color: Sangria. HEX triplet: 99, 02 and 06. RGB value is (153,2,6). Sum of RGB (Red+Green+Blue) = 153+2+6=161 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.03% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 153 - color contains mainly: red. Hex color #990206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990206 is #66FDF9. Grayscale: #2F2F2F. Windows color (decimal): -6749690 or 393881. OLE color: 393881.
HSL color Cylindrical-coordinate representation of color #990206: hue angle of 358.41º degrees, saturation: 0.97, 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 #990206 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 6 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.4 |
| HSL | 358.41º | 0.97% | 0.3% | - |
| HSV(B) | 358.41º | 0.99% | 0.6% | - |
| XYZ | 13.19 | 6.83 | 0.8 | - |
| YUV | 47.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 6 | 0 | 0.99 | 0.96 | 0.4 | 358.41 | 0.97 | 0.3 |
| Hex | 99 | 2 | 6 | 0 | 63 | 60 | 28 | 166 | 61 | 1E |
| Octal | 231 | 2 | 6 | 0 | 143 | 140 | 50 | 546 | 141 | 36 |
| Binary | 10011001 | 10 | 110 | 0 | 1100011 | 1100000 | 101000 | 101100110 | 1100001 | 11110 |
Color Harmonies of #990206
Complementary color
Monochromatic Colors of #990206
Black with #990206
Text Example
Text Example
White with #990206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990206; }
p { color: rgb(153,2,6); }
H1.HeaderClassName
{
color: #990206;
}
.AnyTagClassName
{
color: #990206;
}
</style>
background-color css
<style>
a { background-color: #990206; }
a { background-color: rgb(153,2,6); }
div.DivClassName
{
background-color: #990206;
}
.BgClassName
{
background-color: #990206;
}
</style>
border-color css
<style>
span { border-color: #990206; }
span { border-color: rgb(153,2,6); }
td.TdClassName
{
border-color: #990206;
}
.TagClassName
{
border-color: #990206;
}
</style>