Shades of Dark Red #901300
Tints of Dark Red #901300
RGB
CMYK
RGB Variations
Color information
#901300 (or 0x901300) is known color: Dark Red. HEX triplet: 90, 13 and 00. RGB value is (144,19,0). Sum of RGB (Red+Green+Blue) = 144+19+0=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #901300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901300 is #6FECFF. Grayscale: #363636. Windows color (decimal): -7335168 or 5008. OLE color: 5008.
HSL color Cylindrical-coordinate representation of color #901300: hue angle of 7.92º 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 #901300 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.44 |
| HSL | 7.92º | 1% | 0.28% | - |
| HSV(B) | 7.92º | 1% | 0.56% | - |
| XYZ | 11.73 | 6.4 | 0.62 | - |
| YUV | 54.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 0 | 0 | 0.87 | 1 | 0.44 | 7.92 | 1 | 0.28 |
| Hex | 90 | 13 | 0 | 0 | 57 | 64 | 2C | 8 | 64 | 1C |
| Octal | 220 | 23 | 0 | 0 | 127 | 144 | 54 | 10 | 144 | 34 |
| Binary | 10010000 | 10011 | 0 | 0 | 1010111 | 1100100 | 101100 | 1000 | 1100100 | 11100 |
Color Harmonies of #901300
Complementary color
Monochromatic Colors of #901300
Black with #901300
Text Example
Text Example
White with #901300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901300; }
p { color: rgb(144,19,0); }
H1.HeaderClassName
{
color: #901300;
}
.AnyTagClassName
{
color: #901300;
}
</style>
background-color css
<style>
a { background-color: #901300; }
a { background-color: rgb(144,19,0); }
div.DivClassName
{
background-color: #901300;
}
.BgClassName
{
background-color: #901300;
}
</style>
border-color css
<style>
span { border-color: #901300; }
span { border-color: rgb(144,19,0); }
td.TdClassName
{
border-color: #901300;
}
.TagClassName
{
border-color: #901300;
}
</style>