Shades of Dark Red #91100C
Tints of Dark Red #91100C
RGB
CMYK
RGB Variations
Color information
#91100C (or 0x91100C) is known color: Dark Red. HEX triplet: 91, 10 and 0C. RGB value is (145,16,12). Sum of RGB (Red+Green+Blue) = 145+16+12=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #91100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91100C is #6EEFF3. Grayscale: #363636. Windows color (decimal): -7270388 or 790673. OLE color: 790673.
HSL color Cylindrical-coordinate representation of color #91100C: hue angle of 1.8º degrees, saturation: 0.85, 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 #91100C is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 12 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.43 |
| HSL | 1.8º | 0.85% | 0.31% | - |
| HSV(B) | 1.8º | 0.92% | 0.57% | - |
| XYZ | 11.93 | 6.42 | 0.96 | - |
| YUV | 54.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 12 | 0 | 0.89 | 0.92 | 0.43 | 1.8 | 0.85 | 0.31 |
| Hex | 91 | 10 | C | 0 | 59 | 5C | 2B | 2 | 55 | 1F |
| Octal | 221 | 20 | 14 | 0 | 131 | 134 | 53 | 2 | 125 | 37 |
| Binary | 10010001 | 10000 | 1100 | 0 | 1011001 | 1011100 | 101011 | 10 | 1010101 | 11111 |
Color Harmonies of #91100C
Complementary color
Monochromatic Colors of #91100C
Black with #91100C
Text Example
Text Example
White with #91100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91100C; }
p { color: rgb(145,16,12); }
H1.HeaderClassName
{
color: #91100C;
}
.AnyTagClassName
{
color: #91100C;
}
</style>
background-color css
<style>
a { background-color: #91100C; }
a { background-color: rgb(145,16,12); }
div.DivClassName
{
background-color: #91100C;
}
.BgClassName
{
background-color: #91100C;
}
</style>
border-color css
<style>
span { border-color: #91100C; }
span { border-color: rgb(145,16,12); }
td.TdClassName
{
border-color: #91100C;
}
.TagClassName
{
border-color: #91100C;
}
</style>