Shades of Sangria #990208
Tints of Sangria #990208
RGB
CMYK
RGB Variations
Color information
#990208 (or 0x990208) is known color: Sangria. HEX triplet: 99, 02 and 08. RGB value is (153,2,8). Sum of RGB (Red+Green+Blue) = 153+2+8=163 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.87% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 153 - color contains mainly: red. Hex color #990208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990208 is #66FDF7. Grayscale: #2F2F2F. Windows color (decimal): -6749688 or 524953. OLE color: 524953.
HSL color Cylindrical-coordinate representation of color #990208: hue angle of 357.62º 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 #990208 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 8 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.4 |
| HSL | 357.62º | 0.97% | 0.3% | - |
| HSV(B) | 357.62º | 0.99% | 0.6% | - |
| XYZ | 13.2 | 6.83 | 0.85 | - |
| YUV | 47.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 8 | 0 | 0.99 | 0.95 | 0.4 | 357.62 | 0.97 | 0.3 |
| Hex | 99 | 2 | 8 | 0 | 63 | 5F | 28 | 166 | 61 | 1E |
| Octal | 231 | 2 | 10 | 0 | 143 | 137 | 50 | 546 | 141 | 36 |
| Binary | 10011001 | 10 | 1000 | 0 | 1100011 | 1011111 | 101000 | 101100110 | 1100001 | 11110 |
Color Harmonies of #990208
Complementary color
Monochromatic Colors of #990208
Black with #990208
Text Example
Text Example
White with #990208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990208; }
p { color: rgb(153,2,8); }
H1.HeaderClassName
{
color: #990208;
}
.AnyTagClassName
{
color: #990208;
}
</style>
background-color css
<style>
a { background-color: #990208; }
a { background-color: rgb(153,2,8); }
div.DivClassName
{
background-color: #990208;
}
.BgClassName
{
background-color: #990208;
}
</style>
border-color css
<style>
span { border-color: #990208; }
span { border-color: rgb(153,2,8); }
td.TdClassName
{
border-color: #990208;
}
.TagClassName
{
border-color: #990208;
}
</style>