Shades of Dark Red #901803
Tints of Dark Red #901803
RGB
CMYK
RGB Variations
Color information
#901803 (or 0x901803) is known color: Dark Red. HEX triplet: 90, 18 and 03. RGB value is (144,24,3). Sum of RGB (Red+Green+Blue) = 144+24+3=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #901803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901803 is #6FE7FC. Grayscale: #393939. Windows color (decimal): -7333885 or 202896. OLE color: 202896.
HSL color Cylindrical-coordinate representation of color #901803: hue angle of 8.94º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #901803 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.44 |
| HSL | 8.94º | 0.96% | 0.29% | - |
| HSV(B) | 8.94º | 0.98% | 0.56% | - |
| XYZ | 11.84 | 6.59 | 0.73 | - |
| YUV | 57.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 3 | 0 | 0.83 | 0.98 | 0.44 | 8.94 | 0.96 | 0.29 |
| Hex | 90 | 18 | 3 | 0 | 53 | 62 | 2C | 9 | 60 | 1D |
| Octal | 220 | 30 | 3 | 0 | 123 | 142 | 54 | 11 | 140 | 35 |
| Binary | 10010000 | 11000 | 11 | 0 | 1010011 | 1100010 | 101100 | 1001 | 1100000 | 11101 |
Color Harmonies of #901803
Complementary color
Monochromatic Colors of #901803
Black with #901803
Text Example
Text Example
White with #901803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901803; }
p { color: rgb(144,24,3); }
H1.HeaderClassName
{
color: #901803;
}
.AnyTagClassName
{
color: #901803;
}
</style>
background-color css
<style>
a { background-color: #901803; }
a { background-color: rgb(144,24,3); }
div.DivClassName
{
background-color: #901803;
}
.BgClassName
{
background-color: #901803;
}
</style>
border-color css
<style>
span { border-color: #901803; }
span { border-color: rgb(144,24,3); }
td.TdClassName
{
border-color: #901803;
}
.TagClassName
{
border-color: #901803;
}
</style>