Shades of Dark Red #901308
Tints of Dark Red #901308
RGB
CMYK
RGB Variations
Color information
#901308 (or 0x901308) is known color: Dark Red. HEX triplet: 90, 13 and 08. RGB value is (144,19,8). Sum of RGB (Red+Green+Blue) = 144+19+8=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #901308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901308 is #6FECF7. Grayscale: #373737. Windows color (decimal): -7335160 or 529296. OLE color: 529296.
HSL color Cylindrical-coordinate representation of color #901308: hue angle of 4.85º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #901308 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 8 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.44 |
| HSL | 4.85º | 0.89% | 0.3% | - |
| HSV(B) | 4.85º | 0.94% | 0.56% | - |
| XYZ | 11.78 | 6.41 | 0.85 | - |
| YUV | 55.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 8 | 0 | 0.87 | 0.94 | 0.44 | 4.85 | 0.89 | 0.3 |
| Hex | 90 | 13 | 8 | 0 | 57 | 5E | 2C | 5 | 59 | 1E |
| Octal | 220 | 23 | 10 | 0 | 127 | 136 | 54 | 5 | 131 | 36 |
| Binary | 10010000 | 10011 | 1000 | 0 | 1010111 | 1011110 | 101100 | 101 | 1011001 | 11110 |
Color Harmonies of #901308
Complementary color
Monochromatic Colors of #901308
Black with #901308
Text Example
Text Example
White with #901308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901308; }
p { color: rgb(144,19,8); }
H1.HeaderClassName
{
color: #901308;
}
.AnyTagClassName
{
color: #901308;
}
</style>
background-color css
<style>
a { background-color: #901308; }
a { background-color: rgb(144,19,8); }
div.DivClassName
{
background-color: #901308;
}
.BgClassName
{
background-color: #901308;
}
</style>
border-color css
<style>
span { border-color: #901308; }
span { border-color: rgb(144,19,8); }
td.TdClassName
{
border-color: #901308;
}
.TagClassName
{
border-color: #901308;
}
</style>