Shades of Dark Red #900A00
Tints of Dark Red #900A00
RGB
CMYK
RGB Variations
Color information
#900A00 (or 0x900A00) is known color: Dark Red. HEX triplet: 90, 0A and 00. RGB value is (144,10,0). Sum of RGB (Red+Green+Blue) = 144+10+0=154 (20% of max value = 765). Red value is 144 (56.64% from 255 or 93.51% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 144 - color contains mainly: red. Hex color #900A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900A00 is #6FF5FF. Grayscale: #313131. Windows color (decimal): -7337472 or 2704. OLE color: 2704.
HSL color Cylindrical-coordinate representation of color #900A00: hue angle of 4.17º 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 #900A00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.44 |
| HSL | 4.17º | 1% | 0.28% | - |
| HSV(B) | 4.17º | 1% | 0.56% | - |
| XYZ | 11.61 | 6.15 | 0.57 | - |
| YUV | 48.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 0 | 0 | 0.93 | 1 | 0.44 | 4.17 | 1 | 0.28 |
| Hex | 90 | A | 0 | 0 | 5D | 64 | 2C | 4 | 64 | 1C |
| Octal | 220 | 12 | 0 | 0 | 135 | 144 | 54 | 4 | 144 | 34 |
| Binary | 10010000 | 1010 | 0 | 0 | 1011101 | 1100100 | 101100 | 100 | 1100100 | 11100 |
Color Harmonies of #900A00
Complementary color
Monochromatic Colors of #900A00
Black with #900A00
Text Example
Text Example
White with #900A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A00; }
p { color: rgb(144,10,0); }
H1.HeaderClassName
{
color: #900A00;
}
.AnyTagClassName
{
color: #900A00;
}
</style>
background-color css
<style>
a { background-color: #900A00; }
a { background-color: rgb(144,10,0); }
div.DivClassName
{
background-color: #900A00;
}
.BgClassName
{
background-color: #900A00;
}
</style>
border-color css
<style>
span { border-color: #900A00; }
span { border-color: rgb(144,10,0); }
td.TdClassName
{
border-color: #900A00;
}
.TagClassName
{
border-color: #900A00;
}
</style>