Shades of Dark Red #900501
Tints of Dark Red #900501
RGB
CMYK
RGB Variations
Color information
#900501 (or 0x900501) is known color: Dark Red. HEX triplet: 90, 05 and 01. RGB value is (144,5,1). Sum of RGB (Red+Green+Blue) = 144+5+1=150 (19% of max value = 765). Red value is 144 (56.64% from 255 or 96% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 144 - color contains mainly: red. Hex color #900501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900501 is #6FFAFE. Grayscale: #2E2E2E. Windows color (decimal): -7338751 or 66960. OLE color: 66960.
HSL color Cylindrical-coordinate representation of color #900501: hue angle of 1.68º 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 #900501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.44 |
| HSL | 1.68º | 0.99% | 0.28% | - |
| HSV(B) | 1.68º | 0.99% | 0.56% | - |
| XYZ | 11.56 | 6.04 | 0.59 | - |
| YUV | 46.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 1 | 0 | 0.97 | 0.99 | 0.44 | 1.68 | 0.99 | 0.28 |
| Hex | 90 | 5 | 1 | 0 | 61 | 63 | 2C | 2 | 63 | 1C |
| Octal | 220 | 5 | 1 | 0 | 141 | 143 | 54 | 2 | 143 | 34 |
| Binary | 10010000 | 101 | 1 | 0 | 1100001 | 1100011 | 101100 | 10 | 1100011 | 11100 |
Color Harmonies of #900501
Complementary color
Monochromatic Colors of #900501
Black with #900501
Text Example
Text Example
White with #900501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900501; }
p { color: rgb(144,5,1); }
H1.HeaderClassName
{
color: #900501;
}
.AnyTagClassName
{
color: #900501;
}
</style>
background-color css
<style>
a { background-color: #900501; }
a { background-color: rgb(144,5,1); }
div.DivClassName
{
background-color: #900501;
}
.BgClassName
{
background-color: #900501;
}
</style>
border-color css
<style>
span { border-color: #900501; }
span { border-color: rgb(144,5,1); }
td.TdClassName
{
border-color: #900501;
}
.TagClassName
{
border-color: #900501;
}
</style>