Shades of Dark Red #900703
Tints of Dark Red #900703
RGB
CMYK
RGB Variations
Color information
#900703 (or 0x900703) is known color: Dark Red. HEX triplet: 90, 07 and 03. RGB value is (144,7,3). Sum of RGB (Red+Green+Blue) = 144+7+3=154 (20% of max value = 765). Red value is 144 (56.64% from 255 or 93.51% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 144 - color contains mainly: red. Hex color #900703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900703 is #6FF8FC. Grayscale: #2F2F2F. Windows color (decimal): -7338237 or 198544. OLE color: 198544.
HSL color Cylindrical-coordinate representation of color #900703: hue angle of 1.7º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900703 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 3 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.44 |
| HSL | 1.7º | 0.96% | 0.29% | - |
| HSV(B) | 1.7º | 0.98% | 0.56% | - |
| XYZ | 11.59 | 6.09 | 0.65 | - |
| YUV | 47.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 3 | 0 | 0.95 | 0.98 | 0.44 | 1.7 | 0.96 | 0.29 |
| Hex | 90 | 7 | 3 | 0 | 5F | 62 | 2C | 2 | 60 | 1D |
| Octal | 220 | 7 | 3 | 0 | 137 | 142 | 54 | 2 | 140 | 35 |
| Binary | 10010000 | 111 | 11 | 0 | 1011111 | 1100010 | 101100 | 10 | 1100000 | 11101 |
Color Harmonies of #900703
Complementary color
Monochromatic Colors of #900703
Black with #900703
Text Example
Text Example
White with #900703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900703; }
p { color: rgb(144,7,3); }
H1.HeaderClassName
{
color: #900703;
}
.AnyTagClassName
{
color: #900703;
}
</style>
background-color css
<style>
a { background-color: #900703; }
a { background-color: rgb(144,7,3); }
div.DivClassName
{
background-color: #900703;
}
.BgClassName
{
background-color: #900703;
}
</style>
border-color css
<style>
span { border-color: #900703; }
span { border-color: rgb(144,7,3); }
td.TdClassName
{
border-color: #900703;
}
.TagClassName
{
border-color: #900703;
}
</style>