Shades of Sangria #900F11
Tints of Sangria #900F11
RGB
CMYK
RGB Variations
Color information
#900F11 (or 0x900F11) is known color: Sangria. HEX triplet: 90, 0F and 11. RGB value is (144,15,17). Sum of RGB (Red+Green+Blue) = 144+15+17=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #900F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F11 is #6FF0EE. Grayscale: #353535. Windows color (decimal): -7336175 or 1118096. OLE color: 1118096.
HSL color Cylindrical-coordinate representation of color #900F11: hue angle of 359.07º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F11 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 17 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.44 |
| HSL | 359.07º | 0.81% | 0.31% | - |
| HSV(B) | 359.07º | 0.9% | 0.56% | - |
| XYZ | 11.77 | 6.31 | 1.13 | - |
| YUV | 53.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 17 | 0 | 0.90 | 0.88 | 0.44 | 359.07 | 0.81 | 0.31 |
| Hex | 90 | F | 11 | 0 | 5A | 58 | 2C | 167 | 51 | 1F |
| Octal | 220 | 17 | 21 | 0 | 132 | 130 | 54 | 547 | 121 | 37 |
| Binary | 10010000 | 1111 | 10001 | 0 | 1011010 | 1011000 | 101100 | 101100111 | 1010001 | 11111 |
Color Harmonies of #900F11
Complementary color
Monochromatic Colors of #900F11
Black with #900F11
Text Example
Text Example
White with #900F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F11; }
p { color: rgb(144,15,17); }
H1.HeaderClassName
{
color: #900F11;
}
.AnyTagClassName
{
color: #900F11;
}
</style>
background-color css
<style>
a { background-color: #900F11; }
a { background-color: rgb(144,15,17); }
div.DivClassName
{
background-color: #900F11;
}
.BgClassName
{
background-color: #900F11;
}
</style>
border-color css
<style>
span { border-color: #900F11; }
span { border-color: rgb(144,15,17); }
td.TdClassName
{
border-color: #900F11;
}
.TagClassName
{
border-color: #900F11;
}
</style>