Shades of Sangria #900809
Tints of Sangria #900809
RGB
CMYK
RGB Variations
Color information
#900809 (or 0x900809) is known color: Sangria. HEX triplet: 90, 08 and 09. RGB value is (144,8,9). Sum of RGB (Red+Green+Blue) = 144+8+9=161 (21% of max value = 765). Red value is 144 (56.64% from 255 or 89.44% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 144 - color contains mainly: red. Hex color #900809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900809 is #6FF7F6. Grayscale: #303030. Windows color (decimal): -7337975 or 592016. OLE color: 592016.
HSL color Cylindrical-coordinate representation of color #900809: hue angle of 359.56º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900809 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 9 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.44 |
| HSL | 359.56º | 0.89% | 0.3% | - |
| HSV(B) | 359.56º | 0.94% | 0.56% | - |
| XYZ | 11.64 | 6.12 | 0.83 | - |
| YUV | 48.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 9 | 0 | 0.94 | 0.94 | 0.44 | 359.56 | 0.89 | 0.3 |
| Hex | 90 | 8 | 9 | 0 | 5E | 5E | 2C | 168 | 59 | 1E |
| Octal | 220 | 10 | 11 | 0 | 136 | 136 | 54 | 550 | 131 | 36 |
| Binary | 10010000 | 1000 | 1001 | 0 | 1011110 | 1011110 | 101100 | 101101000 | 1011001 | 11110 |
Color Harmonies of #900809
Complementary color
Monochromatic Colors of #900809
Black with #900809
Text Example
Text Example
White with #900809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900809; }
p { color: rgb(144,8,9); }
H1.HeaderClassName
{
color: #900809;
}
.AnyTagClassName
{
color: #900809;
}
</style>
background-color css
<style>
a { background-color: #900809; }
a { background-color: rgb(144,8,9); }
div.DivClassName
{
background-color: #900809;
}
.BgClassName
{
background-color: #900809;
}
</style>
border-color css
<style>
span { border-color: #900809; }
span { border-color: rgb(144,8,9); }
td.TdClassName
{
border-color: #900809;
}
.TagClassName
{
border-color: #900809;
}
</style>