Shades of Dark Red #901800
Tints of Dark Red #901800
RGB
CMYK
RGB Variations
Color information
#901800 (or 0x901800) is known color: Dark Red. HEX triplet: 90, 18 and 00. RGB value is (144,24,0). Sum of RGB (Red+Green+Blue) = 144+24+0=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #901800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901800 is #6FE7FF. Grayscale: #393939. Windows color (decimal): -7333888 or 6288. OLE color: 6288.
HSL color Cylindrical-coordinate representation of color #901800: hue angle of 10º 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 #901800 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.44 |
| HSL | 10º | 1% | 0.28% | - |
| HSV(B) | 10º | 1% | 0.56% | - |
| XYZ | 11.83 | 6.58 | 0.65 | - |
| YUV | 57.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 0 | 0 | 0.83 | 1 | 0.44 | 10 | 1 | 0.28 |
| Hex | 90 | 18 | 0 | 0 | 53 | 64 | 2C | A | 64 | 1C |
| Octal | 220 | 30 | 0 | 0 | 123 | 144 | 54 | 12 | 144 | 34 |
| Binary | 10010000 | 11000 | 0 | 0 | 1010011 | 1100100 | 101100 | 1010 | 1100100 | 11100 |
Color Harmonies of #901800
Complementary color
Monochromatic Colors of #901800
Black with #901800
Text Example
Text Example
White with #901800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901800; }
p { color: rgb(144,24,0); }
H1.HeaderClassName
{
color: #901800;
}
.AnyTagClassName
{
color: #901800;
}
</style>
background-color css
<style>
a { background-color: #901800; }
a { background-color: rgb(144,24,0); }
div.DivClassName
{
background-color: #901800;
}
.BgClassName
{
background-color: #901800;
}
</style>
border-color css
<style>
span { border-color: #901800; }
span { border-color: rgb(144,24,0); }
td.TdClassName
{
border-color: #901800;
}
.TagClassName
{
border-color: #901800;
}
</style>