Shades of Dark Red #911501
Tints of Dark Red #911501
RGB
CMYK
RGB Variations
Color information
#911501 (or 0x911501) is known color: Dark Red. HEX triplet: 91, 15 and 01. RGB value is (145,21,1). Sum of RGB (Red+Green+Blue) = 145+21+1=167 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.83% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 145 - color contains mainly: red. Hex color #911501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911501 is #6EEAFE. Grayscale: #383838. Windows color (decimal): -7269119 or 71057. OLE color: 71057.
HSL color Cylindrical-coordinate representation of color #911501: hue angle of 8.33º 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 #911501 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.43 |
| HSL | 8.33º | 0.99% | 0.29% | - |
| HSV(B) | 8.33º | 0.99% | 0.57% | - |
| XYZ | 11.95 | 6.56 | 0.66 | - |
| YUV | 55.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 1 | 0 | 0.86 | 0.99 | 0.43 | 8.33 | 0.99 | 0.29 |
| Hex | 91 | 15 | 1 | 0 | 56 | 63 | 2B | 8 | 63 | 1D |
| Octal | 221 | 25 | 1 | 0 | 126 | 143 | 53 | 10 | 143 | 35 |
| Binary | 10010001 | 10101 | 1 | 0 | 1010110 | 1100011 | 101011 | 1000 | 1100011 | 11101 |
Color Harmonies of #911501
Complementary color
Monochromatic Colors of #911501
Black with #911501
Text Example
Text Example
White with #911501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911501; }
p { color: rgb(145,21,1); }
H1.HeaderClassName
{
color: #911501;
}
.AnyTagClassName
{
color: #911501;
}
</style>
background-color css
<style>
a { background-color: #911501; }
a { background-color: rgb(145,21,1); }
div.DivClassName
{
background-color: #911501;
}
.BgClassName
{
background-color: #911501;
}
</style>
border-color css
<style>
span { border-color: #911501; }
span { border-color: rgb(145,21,1); }
td.TdClassName
{
border-color: #911501;
}
.TagClassName
{
border-color: #911501;
}
</style>