Shades of Dark Red #990701
Tints of Dark Red #990701
RGB
CMYK
RGB Variations
Color information
#990701 (or 0x990701) is known color: Dark Red. HEX triplet: 99, 07 and 01. RGB value is (153,7,1). Sum of RGB (Red+Green+Blue) = 153+7+1=161 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.03% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 153 - color contains mainly: red. Hex color #990701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990701 is #66F8FE. Grayscale: #323232. Windows color (decimal): -6748415 or 67481. OLE color: 67481.
HSL color Cylindrical-coordinate representation of color #990701: hue angle of 2.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990701 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.4 |
| HSL | 2.37º | 0.99% | 0.3% | - |
| HSV(B) | 2.37º | 0.99% | 0.6% | - |
| XYZ | 13.22 | 6.93 | 0.67 | - |
| YUV | 49.97 | 100.37 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 1 | 0 | 0.95 | 0.99 | 0.4 | 2.37 | 0.99 | 0.3 |
| Hex | 99 | 7 | 1 | 0 | 5F | 63 | 28 | 2 | 63 | 1E |
| Octal | 231 | 7 | 1 | 0 | 137 | 143 | 50 | 2 | 143 | 36 |
| Binary | 10011001 | 111 | 1 | 0 | 1011111 | 1100011 | 101000 | 10 | 1100011 | 11110 |
Color Harmonies of #990701
Complementary color
Monochromatic Colors of #990701
Black with #990701
Text Example
Text Example
White with #990701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990701; }
p { color: rgb(153,7,1); }
H1.HeaderClassName
{
color: #990701;
}
.AnyTagClassName
{
color: #990701;
}
</style>
background-color css
<style>
a { background-color: #990701; }
a { background-color: rgb(153,7,1); }
div.DivClassName
{
background-color: #990701;
}
.BgClassName
{
background-color: #990701;
}
</style>
border-color css
<style>
span { border-color: #990701; }
span { border-color: rgb(153,7,1); }
td.TdClassName
{
border-color: #990701;
}
.TagClassName
{
border-color: #990701;
}
</style>