Shades of Dark Red #901000
Tints of Dark Red #901000
RGB
CMYK
RGB Variations
Color information
#901000 (or 0x901000) is known color: Dark Red. HEX triplet: 90, 10 and 00. RGB value is (144,16,0). Sum of RGB (Red+Green+Blue) = 144+16+0=160 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 144 - color contains mainly: red. Hex color #901000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901000 is #6FEFFF. Grayscale: #343434. Windows color (decimal): -7335936 or 4240. OLE color: 4240.
HSL color Cylindrical-coordinate representation of color #901000: hue angle of 6.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #901000 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.44 |
| HSL | 6.67º | 1% | 0.28% | - |
| HSV(B) | 6.67º | 1% | 0.56% | - |
| XYZ | 11.69 | 6.3 | 0.6 | - |
| YUV | 52.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 0 | 0 | 0.89 | 1 | 0.44 | 6.67 | 1 | 0.28 |
| Hex | 90 | 10 | 0 | 0 | 59 | 64 | 2C | 7 | 64 | 1C |
| Octal | 220 | 20 | 0 | 0 | 131 | 144 | 54 | 7 | 144 | 34 |
| Binary | 10010000 | 10000 | 0 | 0 | 1011001 | 1100100 | 101100 | 111 | 1100100 | 11100 |
Color Harmonies of #901000
Complementary color
Monochromatic Colors of #901000
Black with #901000
Text Example
Text Example
White with #901000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901000; }
p { color: rgb(144,16,0); }
H1.HeaderClassName
{
color: #901000;
}
.AnyTagClassName
{
color: #901000;
}
</style>
background-color css
<style>
a { background-color: #901000; }
a { background-color: rgb(144,16,0); }
div.DivClassName
{
background-color: #901000;
}
.BgClassName
{
background-color: #901000;
}
</style>
border-color css
<style>
span { border-color: #901000; }
span { border-color: rgb(144,16,0); }
td.TdClassName
{
border-color: #901000;
}
.TagClassName
{
border-color: #901000;
}
</style>