Shades of Dark Red #901304
Tints of Dark Red #901304
RGB
CMYK
RGB Variations
Color information
#901304 (or 0x901304) is known color: Dark Red. HEX triplet: 90, 13 and 04. RGB value is (144,19,4). Sum of RGB (Red+Green+Blue) = 144+19+4=167 (22% of max value = 765). Red value is 144 (56.64% from 255 or 86.23% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 144 - color contains mainly: red. Hex color #901304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901304 is #6FECFB. Grayscale: #363636. Windows color (decimal): -7335164 or 267152. OLE color: 267152.
HSL color Cylindrical-coordinate representation of color #901304: hue angle of 6.43º degrees, saturation: 0.95, 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 #901304 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 4 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.44 |
| HSL | 6.43º | 0.95% | 0.29% | - |
| HSV(B) | 6.43º | 0.97% | 0.56% | - |
| XYZ | 11.76 | 6.4 | 0.73 | - |
| YUV | 54.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 4 | 0 | 0.87 | 0.97 | 0.44 | 6.43 | 0.95 | 0.29 |
| Hex | 90 | 13 | 4 | 0 | 57 | 61 | 2C | 6 | 5F | 1D |
| Octal | 220 | 23 | 4 | 0 | 127 | 141 | 54 | 6 | 137 | 35 |
| Binary | 10010000 | 10011 | 100 | 0 | 1010111 | 1100001 | 101100 | 110 | 1011111 | 11101 |
Color Harmonies of #901304
Complementary color
Monochromatic Colors of #901304
Black with #901304
Text Example
Text Example
White with #901304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901304; }
p { color: rgb(144,19,4); }
H1.HeaderClassName
{
color: #901304;
}
.AnyTagClassName
{
color: #901304;
}
</style>
background-color css
<style>
a { background-color: #901304; }
a { background-color: rgb(144,19,4); }
div.DivClassName
{
background-color: #901304;
}
.BgClassName
{
background-color: #901304;
}
</style>
border-color css
<style>
span { border-color: #901304; }
span { border-color: rgb(144,19,4); }
td.TdClassName
{
border-color: #901304;
}
.TagClassName
{
border-color: #901304;
}
</style>