Shades of Dark Red #91110B
Tints of Dark Red #91110B
RGB
CMYK
RGB Variations
Color information
#91110B (or 0x91110B) is known color: Dark Red. HEX triplet: 91, 11 and 0B. RGB value is (145,17,11). Sum of RGB (Red+Green+Blue) = 145+17+11=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #91110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91110B is #6EEEF4. Grayscale: #363636. Windows color (decimal): -7270133 or 725393. OLE color: 725393.
HSL color Cylindrical-coordinate representation of color #91110B: hue angle of 2.69º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91110B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 11 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.43 |
| HSL | 2.69º | 0.86% | 0.31% | - |
| HSV(B) | 2.69º | 0.92% | 0.57% | - |
| XYZ | 11.94 | 6.44 | 0.93 | - |
| YUV | 54.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 11 | 0 | 0.88 | 0.92 | 0.43 | 2.69 | 0.86 | 0.31 |
| Hex | 91 | 11 | B | 0 | 58 | 5C | 2B | 3 | 56 | 1F |
| Octal | 221 | 21 | 13 | 0 | 130 | 134 | 53 | 3 | 126 | 37 |
| Binary | 10010001 | 10001 | 1011 | 0 | 1011000 | 1011100 | 101011 | 11 | 1010110 | 11111 |
Color Harmonies of #91110B
Complementary color
Monochromatic Colors of #91110B
Black with #91110B
Text Example
Text Example
White with #91110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91110B; }
p { color: rgb(145,17,11); }
H1.HeaderClassName
{
color: #91110B;
}
.AnyTagClassName
{
color: #91110B;
}
</style>
background-color css
<style>
a { background-color: #91110B; }
a { background-color: rgb(145,17,11); }
div.DivClassName
{
background-color: #91110B;
}
.BgClassName
{
background-color: #91110B;
}
</style>
border-color css
<style>
span { border-color: #91110B; }
span { border-color: rgb(145,17,11); }
td.TdClassName
{
border-color: #91110B;
}
.TagClassName
{
border-color: #91110B;
}
</style>