Shades of Sangria #900911
Tints of Sangria #900911
RGB
CMYK
RGB Variations
Color information
#900911 (or 0x900911) is known color: Sangria. HEX triplet: 90, 09 and 11. RGB value is (144,9,17). Sum of RGB (Red+Green+Blue) = 144+9+17=170 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.71% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 144 - color contains mainly: red. Hex color #900911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900911 is #6FF6EE. Grayscale: #323232. Windows color (decimal): -7337711 or 1116560. OLE color: 1116560.
HSL color Cylindrical-coordinate representation of color #900911: hue angle of 356.44º degrees, saturation: 0.88, 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 #900911 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 17 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.44 |
| HSL | 356.44º | 0.88% | 0.3% | - |
| HSV(B) | 356.44º | 0.94% | 0.56% | - |
| XYZ | 11.7 | 6.17 | 1.1 | - |
| YUV | 50.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 17 | 0 | 0.94 | 0.88 | 0.44 | 356.44 | 0.88 | 0.3 |
| Hex | 90 | 9 | 11 | 0 | 5E | 58 | 2C | 164 | 58 | 1E |
| Octal | 220 | 11 | 21 | 0 | 136 | 130 | 54 | 544 | 130 | 36 |
| Binary | 10010000 | 1001 | 10001 | 0 | 1011110 | 1011000 | 101100 | 101100100 | 1011000 | 11110 |
Color Harmonies of #900911
Complementary color
Monochromatic Colors of #900911
Black with #900911
Text Example
Text Example
White with #900911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900911; }
p { color: rgb(144,9,17); }
H1.HeaderClassName
{
color: #900911;
}
.AnyTagClassName
{
color: #900911;
}
</style>
background-color css
<style>
a { background-color: #900911; }
a { background-color: rgb(144,9,17); }
div.DivClassName
{
background-color: #900911;
}
.BgClassName
{
background-color: #900911;
}
</style>
border-color css
<style>
span { border-color: #900911; }
span { border-color: rgb(144,9,17); }
td.TdClassName
{
border-color: #900911;
}
.TagClassName
{
border-color: #900911;
}
</style>