Shades of Dark Red #900800
Tints of Dark Red #900800
RGB
CMYK
RGB Variations
Color information
#900800 (or 0x900800) is known color: Dark Red. HEX triplet: 90, 08 and 00. RGB value is (144,8,0). Sum of RGB (Red+Green+Blue) = 144+8+0=152 (20% of max value = 765). Red value is 144 (56.64% from 255 or 94.74% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 144 - color contains mainly: red. Hex color #900800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900800 is #6FF7FF. Grayscale: #2F2F2F. Windows color (decimal): -7337984 or 2192. OLE color: 2192.
HSL color Cylindrical-coordinate representation of color #900800: hue angle of 3.33º 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 #900800 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.44 |
| HSL | 3.33º | 1% | 0.28% | - |
| HSV(B) | 3.33º | 1% | 0.56% | - |
| XYZ | 11.59 | 6.1 | 0.57 | - |
| YUV | 47.75 | 101.06 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 0 | 0 | 0.94 | 1 | 0.44 | 3.33 | 1 | 0.28 |
| Hex | 90 | 8 | 0 | 0 | 5E | 64 | 2C | 3 | 64 | 1C |
| Octal | 220 | 10 | 0 | 0 | 136 | 144 | 54 | 3 | 144 | 34 |
| Binary | 10010000 | 1000 | 0 | 0 | 1011110 | 1100100 | 101100 | 11 | 1100100 | 11100 |
Color Harmonies of #900800
Complementary color
Monochromatic Colors of #900800
Black with #900800
Text Example
Text Example
White with #900800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900800; }
p { color: rgb(144,8,0); }
H1.HeaderClassName
{
color: #900800;
}
.AnyTagClassName
{
color: #900800;
}
</style>
background-color css
<style>
a { background-color: #900800; }
a { background-color: rgb(144,8,0); }
div.DivClassName
{
background-color: #900800;
}
.BgClassName
{
background-color: #900800;
}
</style>
border-color css
<style>
span { border-color: #900800; }
span { border-color: rgb(144,8,0); }
td.TdClassName
{
border-color: #900800;
}
.TagClassName
{
border-color: #900800;
}
</style>