Shades of Sangria #990204
Tints of Sangria #990204
RGB
CMYK
RGB Variations
Color information
#990204 (or 0x990204) is known color: Sangria. HEX triplet: 99, 02 and 04. RGB value is (153,2,4). Sum of RGB (Red+Green+Blue) = 153+2+4=159 (21% of max value = 765). Red value is 153 (60.16% from 255 or 96.23% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 153 - color contains mainly: red. Hex color #990204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990204 is #66FDFB. Grayscale: #2F2F2F. Windows color (decimal): -6749692 or 262809. OLE color: 262809.
HSL color Cylindrical-coordinate representation of color #990204: hue angle of 359.21º 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 #990204 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.4 |
| HSL | 359.21º | 0.97% | 0.3% | - |
| HSV(B) | 359.21º | 0.99% | 0.6% | - |
| XYZ | 13.18 | 6.82 | 0.74 | - |
| YUV | 47.38 | 103.53 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 4 | 0 | 0.99 | 0.97 | 0.4 | 359.21 | 0.97 | 0.3 |
| Hex | 99 | 2 | 4 | 0 | 63 | 61 | 28 | 167 | 61 | 1E |
| Octal | 231 | 2 | 4 | 0 | 143 | 141 | 50 | 547 | 141 | 36 |
| Binary | 10011001 | 10 | 100 | 0 | 1100011 | 1100001 | 101000 | 101100111 | 1100001 | 11110 |
Color Harmonies of #990204
Complementary color
Monochromatic Colors of #990204
Black with #990204
Text Example
Text Example
White with #990204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990204; }
p { color: rgb(153,2,4); }
H1.HeaderClassName
{
color: #990204;
}
.AnyTagClassName
{
color: #990204;
}
</style>
background-color css
<style>
a { background-color: #990204; }
a { background-color: rgb(153,2,4); }
div.DivClassName
{
background-color: #990204;
}
.BgClassName
{
background-color: #990204;
}
</style>
border-color css
<style>
span { border-color: #990204; }
span { border-color: rgb(153,2,4); }
td.TdClassName
{
border-color: #990204;
}
.TagClassName
{
border-color: #990204;
}
</style>