Shades of Sangria #900204
Tints of Sangria #900204
RGB
CMYK
RGB Variations
Color information
#900204 (or 0x900204) is known color: Sangria. HEX triplet: 90, 02 and 04. RGB value is (144,2,4). Sum of RGB (Red+Green+Blue) = 144+2+4=150 (19% of max value = 765). Red value is 144 (56.64% from 255 or 96% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 144 - color contains mainly: red. Hex color #900204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900204 is #6FFDFB. Grayscale: #2C2C2C. Windows color (decimal): -7339516 or 262800. OLE color: 262800.
HSL color Cylindrical-coordinate representation of color #900204: hue angle of 359.15º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900204 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.44 |
| HSL | 359.15º | 0.97% | 0.29% | - |
| HSV(B) | 359.15º | 0.99% | 0.56% | - |
| XYZ | 11.55 | 5.98 | 0.66 | - |
| YUV | 44.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 4 | 0 | 0.99 | 0.97 | 0.44 | 359.15 | 0.97 | 0.29 |
| Hex | 90 | 2 | 4 | 0 | 63 | 61 | 2C | 167 | 61 | 1D |
| Octal | 220 | 2 | 4 | 0 | 143 | 141 | 54 | 547 | 141 | 35 |
| Binary | 10010000 | 10 | 100 | 0 | 1100011 | 1100001 | 101100 | 101100111 | 1100001 | 11101 |
Color Harmonies of #900204
Complementary color
Monochromatic Colors of #900204
Black with #900204
Text Example
Text Example
White with #900204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900204; }
p { color: rgb(144,2,4); }
H1.HeaderClassName
{
color: #900204;
}
.AnyTagClassName
{
color: #900204;
}
</style>
background-color css
<style>
a { background-color: #900204; }
a { background-color: rgb(144,2,4); }
div.DivClassName
{
background-color: #900204;
}
.BgClassName
{
background-color: #900204;
}
</style>
border-color css
<style>
span { border-color: #900204; }
span { border-color: rgb(144,2,4); }
td.TdClassName
{
border-color: #900204;
}
.TagClassName
{
border-color: #900204;
}
</style>