Shades of Dark Red #901107
Tints of Dark Red #901107
RGB
CMYK
RGB Variations
Color information
#901107 (or 0x901107) is known color: Dark Red. HEX triplet: 90, 11 and 07. RGB value is (144,17,7). Sum of RGB (Red+Green+Blue) = 144+17+7=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #901107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901107 is #6FEEF8. Grayscale: #363636. Windows color (decimal): -7335673 or 463248. OLE color: 463248.
HSL color Cylindrical-coordinate representation of color #901107: hue angle of 4.38º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #901107 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 7 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.44 |
| HSL | 4.38º | 0.91% | 0.3% | - |
| HSV(B) | 4.38º | 0.95% | 0.56% | - |
| XYZ | 11.74 | 6.35 | 0.81 | - |
| YUV | 53.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 7 | 0 | 0.88 | 0.95 | 0.44 | 4.38 | 0.91 | 0.3 |
| Hex | 90 | 11 | 7 | 0 | 58 | 5F | 2C | 4 | 5B | 1E |
| Octal | 220 | 21 | 7 | 0 | 130 | 137 | 54 | 4 | 133 | 36 |
| Binary | 10010000 | 10001 | 111 | 0 | 1011000 | 1011111 | 101100 | 100 | 1011011 | 11110 |
Color Harmonies of #901107
Complementary color
Monochromatic Colors of #901107
Black with #901107
Text Example
Text Example
White with #901107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901107; }
p { color: rgb(144,17,7); }
H1.HeaderClassName
{
color: #901107;
}
.AnyTagClassName
{
color: #901107;
}
</style>
background-color css
<style>
a { background-color: #901107; }
a { background-color: rgb(144,17,7); }
div.DivClassName
{
background-color: #901107;
}
.BgClassName
{
background-color: #901107;
}
</style>
border-color css
<style>
span { border-color: #901107; }
span { border-color: rgb(144,17,7); }
td.TdClassName
{
border-color: #901107;
}
.TagClassName
{
border-color: #901107;
}
</style>