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