Shades of Sangria #900111
Tints of Sangria #900111
RGB
CMYK
RGB Variations
Color information
#900111 (or 0x900111) is known color: Sangria. HEX triplet: 90, 01 and 11. RGB value is (144,1,17). Sum of RGB (Red+Green+Blue) = 144+1+17=162 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.89% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 144 - color contains mainly: red. Hex color #900111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900111 is #6FFEEE. Grayscale: #2D2D2D. Windows color (decimal): -7339759 or 1114512. OLE color: 1114512.
HSL color Cylindrical-coordinate representation of color #900111: hue angle of 353.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900111 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.44 |
| HSL | 353.29º | 0.99% | 0.28% | - |
| HSV(B) | 353.29º | 0.99% | 0.56% | - |
| XYZ | 11.61 | 5.99 | 1.07 | - |
| YUV | 45.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 17 | 0 | 0.99 | 0.88 | 0.44 | 353.29 | 0.99 | 0.28 |
| Hex | 90 | 1 | 11 | 0 | 63 | 58 | 2C | 161 | 63 | 1C |
| Octal | 220 | 1 | 21 | 0 | 143 | 130 | 54 | 541 | 143 | 34 |
| Binary | 10010000 | 1 | 10001 | 0 | 1100011 | 1011000 | 101100 | 101100001 | 1100011 | 11100 |
Color Harmonies of #900111
Complementary color
Monochromatic Colors of #900111
Black with #900111
Text Example
Text Example
White with #900111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900111; }
p { color: rgb(144,1,17); }
H1.HeaderClassName
{
color: #900111;
}
.AnyTagClassName
{
color: #900111;
}
</style>
background-color css
<style>
a { background-color: #900111; }
a { background-color: rgb(144,1,17); }
div.DivClassName
{
background-color: #900111;
}
.BgClassName
{
background-color: #900111;
}
</style>
border-color css
<style>
span { border-color: #900111; }
span { border-color: rgb(144,1,17); }
td.TdClassName
{
border-color: #900111;
}
.TagClassName
{
border-color: #900111;
}
</style>