Shades of Dark Red #901102
Tints of Dark Red #901102
RGB
CMYK
RGB Variations
Color information
#901102 (or 0x901102) is known color: Dark Red. HEX triplet: 90, 11 and 02. RGB value is (144,17,2). Sum of RGB (Red+Green+Blue) = 144+17+2=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #901102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901102 is #6FEEFD. Grayscale: #353535. Windows color (decimal): -7335678 or 135568. OLE color: 135568.
HSL color Cylindrical-coordinate representation of color #901102: hue angle of 6.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #901102 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.44 |
| HSL | 6.34º | 0.97% | 0.29% | - |
| HSV(B) | 6.34º | 0.99% | 0.56% | - |
| XYZ | 11.71 | 6.33 | 0.66 | - |
| YUV | 53.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 2 | 0 | 0.88 | 0.99 | 0.44 | 6.34 | 0.97 | 0.29 |
| Hex | 90 | 11 | 2 | 0 | 58 | 63 | 2C | 6 | 61 | 1D |
| Octal | 220 | 21 | 2 | 0 | 130 | 143 | 54 | 6 | 141 | 35 |
| Binary | 10010000 | 10001 | 10 | 0 | 1011000 | 1100011 | 101100 | 110 | 1100001 | 11101 |
Color Harmonies of #901102
Complementary color
Monochromatic Colors of #901102
Black with #901102
Text Example
Text Example
White with #901102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901102; }
p { color: rgb(144,17,2); }
H1.HeaderClassName
{
color: #901102;
}
.AnyTagClassName
{
color: #901102;
}
</style>
background-color css
<style>
a { background-color: #901102; }
a { background-color: rgb(144,17,2); }
div.DivClassName
{
background-color: #901102;
}
.BgClassName
{
background-color: #901102;
}
</style>
border-color css
<style>
span { border-color: #901102; }
span { border-color: rgb(144,17,2); }
td.TdClassName
{
border-color: #901102;
}
.TagClassName
{
border-color: #901102;
}
</style>