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