Shades of Dark Red #900807
Tints of Dark Red #900807
RGB
CMYK
RGB Variations
Color information
#900807 (or 0x900807) is known color: Dark Red. HEX triplet: 90, 08 and 07. RGB value is (144,8,7). Sum of RGB (Red+Green+Blue) = 144+8+7=159 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90.57% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 144 - color contains mainly: red. Hex color #900807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900807 is #6FF7F8. Grayscale: #303030. Windows color (decimal): -7337977 or 460944. OLE color: 460944.
HSL color Cylindrical-coordinate representation of color #900807: hue angle of 0.44º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900807 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 7 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.44 |
| HSL | 0.44º | 0.91% | 0.3% | - |
| HSV(B) | 0.44º | 0.95% | 0.56% | - |
| XYZ | 11.63 | 6.12 | 0.77 | - |
| YUV | 48.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 7 | 0 | 0.94 | 0.95 | 0.44 | 0.44 | 0.91 | 0.3 |
| Hex | 90 | 8 | 7 | 0 | 5E | 5F | 2C | 0 | 5B | 1E |
| Octal | 220 | 10 | 7 | 0 | 136 | 137 | 54 | 0 | 133 | 36 |
| Binary | 10010000 | 1000 | 111 | 0 | 1011110 | 1011111 | 101100 | 0 | 1011011 | 11110 |
Color Harmonies of #900807
Complementary color
Monochromatic Colors of #900807
Black with #900807
Text Example
Text Example
White with #900807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900807; }
p { color: rgb(144,8,7); }
H1.HeaderClassName
{
color: #900807;
}
.AnyTagClassName
{
color: #900807;
}
</style>
background-color css
<style>
a { background-color: #900807; }
a { background-color: rgb(144,8,7); }
div.DivClassName
{
background-color: #900807;
}
.BgClassName
{
background-color: #900807;
}
</style>
border-color css
<style>
span { border-color: #900807; }
span { border-color: rgb(144,8,7); }
td.TdClassName
{
border-color: #900807;
}
.TagClassName
{
border-color: #900807;
}
</style>