Shades of Dark Red #911901
Tints of Dark Red #911901
RGB
CMYK
RGB Variations
Color information
#911901 (or 0x911901) is known color: Dark Red. HEX triplet: 91, 19 and 01. RGB value is (145,25,1). Sum of RGB (Red+Green+Blue) = 145+25+1=171 (22% of max value = 765). Red value is 145 (57.03% from 255 or 84.80% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 145 - color contains mainly: red. Hex color #911901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911901 is #6EE6FE. Grayscale: #3A3A3A. Windows color (decimal): -7268095 or 72081. OLE color: 72081.
HSL color Cylindrical-coordinate representation of color #911901: hue angle of 10º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #911901 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.43 |
| HSL | 10º | 0.99% | 0.29% | - |
| HSV(B) | 10º | 0.99% | 0.57% | - |
| XYZ | 12.03 | 6.72 | 0.69 | - |
| YUV | 58.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 1 | 0 | 0.83 | 0.99 | 0.43 | 10 | 0.99 | 0.29 |
| Hex | 91 | 19 | 1 | 0 | 53 | 63 | 2B | A | 63 | 1D |
| Octal | 221 | 31 | 1 | 0 | 123 | 143 | 53 | 12 | 143 | 35 |
| Binary | 10010001 | 11001 | 1 | 0 | 1010011 | 1100011 | 101011 | 1010 | 1100011 | 11101 |
Color Harmonies of #911901
Complementary color
Monochromatic Colors of #911901
Black with #911901
Text Example
Text Example
White with #911901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911901; }
p { color: rgb(145,25,1); }
H1.HeaderClassName
{
color: #911901;
}
.AnyTagClassName
{
color: #911901;
}
</style>
background-color css
<style>
a { background-color: #911901; }
a { background-color: rgb(145,25,1); }
div.DivClassName
{
background-color: #911901;
}
.BgClassName
{
background-color: #911901;
}
</style>
border-color css
<style>
span { border-color: #911901; }
span { border-color: rgb(145,25,1); }
td.TdClassName
{
border-color: #911901;
}
.TagClassName
{
border-color: #911901;
}
</style>