Shades of Dark Red #910100
Tints of Dark Red #910100
RGB
CMYK
RGB Variations
Color information
#910100 (or 0x910100) is known color: Dark Red. HEX triplet: 91, 01 and 00. RGB value is (145,1,0). Sum of RGB (Red+Green+Blue) = 145+1+0=146 (19% of max value = 765). Red value is 145 (57.03% from 255 or 99.32% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 145 - color contains mainly: red. Hex color #910100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910100 is #6EFEFF. Grayscale: #2C2C2C. Windows color (decimal): -7274240 or 401. OLE color: 401.
HSL color Cylindrical-coordinate representation of color #910100: hue angle of 0.41º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.43 |
| HSL | 0.41º | 1% | 0.28% | - |
| HSV(B) | 0.41º | 1% | 0.57% | - |
| XYZ | 11.69 | 6.04 | 0.55 | - |
| YUV | 43.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 0 | 0 | 0.99 | 1 | 0.43 | 0.41 | 1 | 0.28 |
| Hex | 91 | 1 | 0 | 0 | 63 | 64 | 2B | 0 | 64 | 1C |
| Octal | 221 | 1 | 0 | 0 | 143 | 144 | 53 | 0 | 144 | 34 |
| Binary | 10010001 | 1 | 0 | 0 | 1100011 | 1100100 | 101011 | 0 | 1100100 | 11100 |
Color Harmonies of #910100
Complementary color
Monochromatic Colors of #910100
Black with #910100
Text Example
Text Example
White with #910100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910100; }
p { color: rgb(145,1,0); }
H1.HeaderClassName
{
color: #910100;
}
.AnyTagClassName
{
color: #910100;
}
</style>
background-color css
<style>
a { background-color: #910100; }
a { background-color: rgb(145,1,0); }
div.DivClassName
{
background-color: #910100;
}
.BgClassName
{
background-color: #910100;
}
</style>
border-color css
<style>
span { border-color: #910100; }
span { border-color: rgb(145,1,0); }
td.TdClassName
{
border-color: #910100;
}
.TagClassName
{
border-color: #910100;
}
</style>