Shades of Dark Red #911001
Tints of Dark Red #911001
RGB
CMYK
RGB Variations
Color information
#911001 (or 0x911001) is known color: Dark Red. HEX triplet: 91, 10 and 01. RGB value is (145,16,1). Sum of RGB (Red+Green+Blue) = 145+16+1=162 (21% of max value = 765). Red value is 145 (57.03% from 255 or 89.51% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 145 - color contains mainly: red. Hex color #911001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911001 is #6EEFFE. Grayscale: #353535. Windows color (decimal): -7270399 or 69777. OLE color: 69777.
HSL color Cylindrical-coordinate representation of color #911001: hue angle of 6.25º 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 #911001 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.43 |
| HSL | 6.25º | 0.99% | 0.29% | - |
| HSV(B) | 6.25º | 0.99% | 0.57% | - |
| XYZ | 11.87 | 6.39 | 0.64 | - |
| YUV | 52.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 1 | 0 | 0.89 | 0.99 | 0.43 | 6.25 | 0.99 | 0.29 |
| Hex | 91 | 10 | 1 | 0 | 59 | 63 | 2B | 6 | 63 | 1D |
| Octal | 221 | 20 | 1 | 0 | 131 | 143 | 53 | 6 | 143 | 35 |
| Binary | 10010001 | 10000 | 1 | 0 | 1011001 | 1100011 | 101011 | 110 | 1100011 | 11101 |
Color Harmonies of #911001
Complementary color
Monochromatic Colors of #911001
Black with #911001
Text Example
Text Example
White with #911001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911001; }
p { color: rgb(145,16,1); }
H1.HeaderClassName
{
color: #911001;
}
.AnyTagClassName
{
color: #911001;
}
</style>
background-color css
<style>
a { background-color: #911001; }
a { background-color: rgb(145,16,1); }
div.DivClassName
{
background-color: #911001;
}
.BgClassName
{
background-color: #911001;
}
</style>
border-color css
<style>
span { border-color: #911001; }
span { border-color: rgb(145,16,1); }
td.TdClassName
{
border-color: #911001;
}
.TagClassName
{
border-color: #911001;
}
</style>