Shades of Dark Red #910501
Tints of Dark Red #910501
RGB
CMYK
RGB Variations
Color information
#910501 (or 0x910501) is known color: Dark Red. HEX triplet: 91, 05 and 01. RGB value is (145,5,1). Sum of RGB (Red+Green+Blue) = 145+5+1=151 (20% of max value = 765). Red value is 145 (57.03% from 255 or 96.03% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 145 - color contains mainly: red. Hex color #910501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910501 is #6EFAFE. Grayscale: #2E2E2E. Windows color (decimal): -7273215 or 66961. OLE color: 66961.
HSL color Cylindrical-coordinate representation of color #910501: hue angle of 1.67º 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 #910501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.43 |
| HSL | 1.67º | 0.99% | 0.29% | - |
| HSV(B) | 1.67º | 0.99% | 0.57% | - |
| XYZ | 11.74 | 6.13 | 0.59 | - |
| YUV | 46.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 1 | 0 | 0.97 | 0.99 | 0.43 | 1.67 | 0.99 | 0.29 |
| Hex | 91 | 5 | 1 | 0 | 61 | 63 | 2B | 2 | 63 | 1D |
| Octal | 221 | 5 | 1 | 0 | 141 | 143 | 53 | 2 | 143 | 35 |
| Binary | 10010001 | 101 | 1 | 0 | 1100001 | 1100011 | 101011 | 10 | 1100011 | 11101 |
Color Harmonies of #910501
Complementary color
Monochromatic Colors of #910501
Black with #910501
Text Example
Text Example
White with #910501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910501; }
p { color: rgb(145,5,1); }
H1.HeaderClassName
{
color: #910501;
}
.AnyTagClassName
{
color: #910501;
}
</style>
background-color css
<style>
a { background-color: #910501; }
a { background-color: rgb(145,5,1); }
div.DivClassName
{
background-color: #910501;
}
.BgClassName
{
background-color: #910501;
}
</style>
border-color css
<style>
span { border-color: #910501; }
span { border-color: rgb(145,5,1); }
td.TdClassName
{
border-color: #910501;
}
.TagClassName
{
border-color: #910501;
}
</style>