Shades of Dark Red #990400
Tints of Dark Red #990400
RGB
CMYK
RGB Variations
Color information
#990400 (or 0x990400) is known color: Dark Red. HEX triplet: 99, 04 and 00. RGB value is (153,4,0). Sum of RGB (Red+Green+Blue) = 153+4+0=157 (20% of max value = 765). Red value is 153 (60.16% from 255 or 97.45% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 153 - color contains mainly: red. Hex color #990400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990400 is #66FBFF. Grayscale: #303030. Windows color (decimal): -6749184 or 1177. OLE color: 1177.
HSL color Cylindrical-coordinate representation of color #990400: hue angle of 1.57º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990400 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.4 |
| HSL | 1.57º | 1% | 0.3% | - |
| HSV(B) | 1.57º | 1% | 0.6% | - |
| XYZ | 13.18 | 6.86 | 0.63 | - |
| YUV | 48.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 0 | 0 | 0.97 | 1 | 0.4 | 1.57 | 1 | 0.3 |
| Hex | 99 | 4 | 0 | 0 | 61 | 64 | 28 | 2 | 64 | 1E |
| Octal | 231 | 4 | 0 | 0 | 141 | 144 | 50 | 2 | 144 | 36 |
| Binary | 10011001 | 100 | 0 | 0 | 1100001 | 1100100 | 101000 | 10 | 1100100 | 11110 |
Color Harmonies of #990400
Complementary color
Monochromatic Colors of #990400
Black with #990400
Text Example
Text Example
White with #990400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990400; }
p { color: rgb(153,4,0); }
H1.HeaderClassName
{
color: #990400;
}
.AnyTagClassName
{
color: #990400;
}
</style>
background-color css
<style>
a { background-color: #990400; }
a { background-color: rgb(153,4,0); }
div.DivClassName
{
background-color: #990400;
}
.BgClassName
{
background-color: #990400;
}
</style>
border-color css
<style>
span { border-color: #990400; }
span { border-color: rgb(153,4,0); }
td.TdClassName
{
border-color: #990400;
}
.TagClassName
{
border-color: #990400;
}
</style>