Shades of Dark Red #901305
Tints of Dark Red #901305
RGB
CMYK
RGB Variations
Color information
#901305 (or 0x901305) is known color: Dark Red. HEX triplet: 90, 13 and 05. RGB value is (144,19,5). Sum of RGB (Red+Green+Blue) = 144+19+5=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #901305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901305 is #6FECFA. Grayscale: #363636. Windows color (decimal): -7335163 or 332688. OLE color: 332688.
HSL color Cylindrical-coordinate representation of color #901305: hue angle of 6.04º degrees, saturation: 0.93, 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 #901305 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 5 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.44 |
| HSL | 6.04º | 0.93% | 0.29% | - |
| HSV(B) | 6.04º | 0.97% | 0.56% | - |
| XYZ | 11.76 | 6.41 | 0.76 | - |
| YUV | 54.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 5 | 0 | 0.87 | 0.97 | 0.44 | 6.04 | 0.93 | 0.29 |
| Hex | 90 | 13 | 5 | 0 | 57 | 61 | 2C | 6 | 5D | 1D |
| Octal | 220 | 23 | 5 | 0 | 127 | 141 | 54 | 6 | 135 | 35 |
| Binary | 10010000 | 10011 | 101 | 0 | 1010111 | 1100001 | 101100 | 110 | 1011101 | 11101 |
Color Harmonies of #901305
Complementary color
Monochromatic Colors of #901305
Black with #901305
Text Example
Text Example
White with #901305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901305; }
p { color: rgb(144,19,5); }
H1.HeaderClassName
{
color: #901305;
}
.AnyTagClassName
{
color: #901305;
}
</style>
background-color css
<style>
a { background-color: #901305; }
a { background-color: rgb(144,19,5); }
div.DivClassName
{
background-color: #901305;
}
.BgClassName
{
background-color: #901305;
}
</style>
border-color css
<style>
span { border-color: #901305; }
span { border-color: rgb(144,19,5); }
td.TdClassName
{
border-color: #901305;
}
.TagClassName
{
border-color: #901305;
}
</style>