Shades of Dark Red #910B0A
Tints of Dark Red #910B0A
RGB
CMYK
RGB Variations
Color information
#910B0A (or 0x910B0A) is known color: Dark Red. HEX triplet: 91, 0B and 0A. RGB value is (145,11,10). Sum of RGB (Red+Green+Blue) = 145+11+10=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #910B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910B0A is #6EF4F5. Grayscale: #333333. Windows color (decimal): -7271670 or 658321. OLE color: 658321.
HSL color Cylindrical-coordinate representation of color #910B0A: hue angle of 0.44º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910B0A is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 11 | 10 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.43 |
| HSL | 0.44º | 0.87% | 0.3% | - |
| HSV(B) | 0.44º | 0.93% | 0.57% | - |
| XYZ | 11.85 | 6.28 | 0.87 | - |
| YUV | 50.95 | 104.89 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 11 | 10 | 0 | 0.92 | 0.93 | 0.43 | 0.44 | 0.87 | 0.3 |
| Hex | 91 | B | A | 0 | 5C | 5D | 2B | 0 | 57 | 1E |
| Octal | 221 | 13 | 12 | 0 | 134 | 135 | 53 | 0 | 127 | 36 |
| Binary | 10010001 | 1011 | 1010 | 0 | 1011100 | 1011101 | 101011 | 0 | 1010111 | 11110 |
Color Harmonies of #910B0A
Complementary color
Monochromatic Colors of #910B0A
Black with #910B0A
Text Example
Text Example
White with #910B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910B0A; }
p { color: rgb(145,11,10); }
H1.HeaderClassName
{
color: #910B0A;
}
.AnyTagClassName
{
color: #910B0A;
}
</style>
background-color css
<style>
a { background-color: #910B0A; }
a { background-color: rgb(145,11,10); }
div.DivClassName
{
background-color: #910B0A;
}
.BgClassName
{
background-color: #910B0A;
}
</style>
border-color css
<style>
span { border-color: #910B0A; }
span { border-color: rgb(145,11,10); }
td.TdClassName
{
border-color: #910B0A;
}
.TagClassName
{
border-color: #910B0A;
}
</style>