Shades of Dark Red #901001
Tints of Dark Red #901001
RGB
CMYK
RGB Variations
Color information
#901001 (or 0x901001) is known color: Dark Red. HEX triplet: 90, 10 and 01. RGB value is (144,16,1). Sum of RGB (Red+Green+Blue) = 144+16+1=161 (21% of max value = 765). Red value is 144 (56.64% from 255 or 89.44% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 144 - color contains mainly: red. Hex color #901001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901001 is #6FEFFE. Grayscale: #343434. Windows color (decimal): -7335935 or 69776. OLE color: 69776.
HSL color Cylindrical-coordinate representation of color #901001: hue angle of 6.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #901001 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.44 |
| HSL | 6.29º | 0.99% | 0.28% | - |
| HSV(B) | 6.29º | 0.99% | 0.56% | - |
| XYZ | 11.69 | 6.3 | 0.63 | - |
| YUV | 52.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 1 | 0 | 0.89 | 0.99 | 0.44 | 6.29 | 0.99 | 0.28 |
| Hex | 90 | 10 | 1 | 0 | 59 | 63 | 2C | 6 | 63 | 1C |
| Octal | 220 | 20 | 1 | 0 | 131 | 143 | 54 | 6 | 143 | 34 |
| Binary | 10010000 | 10000 | 1 | 0 | 1011001 | 1100011 | 101100 | 110 | 1100011 | 11100 |
Color Harmonies of #901001
Complementary color
Monochromatic Colors of #901001
Black with #901001
Text Example
Text Example
White with #901001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901001; }
p { color: rgb(144,16,1); }
H1.HeaderClassName
{
color: #901001;
}
.AnyTagClassName
{
color: #901001;
}
</style>
background-color css
<style>
a { background-color: #901001; }
a { background-color: rgb(144,16,1); }
div.DivClassName
{
background-color: #901001;
}
.BgClassName
{
background-color: #901001;
}
</style>
border-color css
<style>
span { border-color: #901001; }
span { border-color: rgb(144,16,1); }
td.TdClassName
{
border-color: #901001;
}
.TagClassName
{
border-color: #901001;
}
</style>