Shades of Dark Red #901104
Tints of Dark Red #901104
RGB
CMYK
RGB Variations
Color information
#901104 (or 0x901104) is known color: Dark Red. HEX triplet: 90, 11 and 04. RGB value is (144,17,4). Sum of RGB (Red+Green+Blue) = 144+17+4=165 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.27% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 144 - color contains mainly: red. Hex color #901104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901104 is #6FEEFB. Grayscale: #353535. Windows color (decimal): -7335676 or 266640. OLE color: 266640.
HSL color Cylindrical-coordinate representation of color #901104: hue angle of 5.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #901104 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 4 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.44 |
| HSL | 5.57º | 0.95% | 0.29% | - |
| HSV(B) | 5.57º | 0.97% | 0.56% | - |
| XYZ | 11.72 | 6.34 | 0.72 | - |
| YUV | 53.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 4 | 0 | 0.88 | 0.97 | 0.44 | 5.57 | 0.95 | 0.29 |
| Hex | 90 | 11 | 4 | 0 | 58 | 61 | 2C | 6 | 5F | 1D |
| Octal | 220 | 21 | 4 | 0 | 130 | 141 | 54 | 6 | 137 | 35 |
| Binary | 10010000 | 10001 | 100 | 0 | 1011000 | 1100001 | 101100 | 110 | 1011111 | 11101 |
Color Harmonies of #901104
Complementary color
Monochromatic Colors of #901104
Black with #901104
Text Example
Text Example
White with #901104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901104; }
p { color: rgb(144,17,4); }
H1.HeaderClassName
{
color: #901104;
}
.AnyTagClassName
{
color: #901104;
}
</style>
background-color css
<style>
a { background-color: #901104; }
a { background-color: rgb(144,17,4); }
div.DivClassName
{
background-color: #901104;
}
.BgClassName
{
background-color: #901104;
}
</style>
border-color css
<style>
span { border-color: #901104; }
span { border-color: rgb(144,17,4); }
td.TdClassName
{
border-color: #901104;
}
.TagClassName
{
border-color: #901104;
}
</style>