Shades of Dark Red #910D0C
Tints of Dark Red #910D0C
RGB
CMYK
RGB Variations
Color information
#910D0C (or 0x910D0C) is known color: Dark Red. HEX triplet: 91, 0D and 0C. RGB value is (145,13,12). Sum of RGB (Red+Green+Blue) = 145+13+12=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #910D0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D0C is #6EF2F3. Grayscale: #343434. Windows color (decimal): -7271156 or 789905. OLE color: 789905.
HSL color Cylindrical-coordinate representation of color #910D0C: hue angle of 0.45º 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 #910D0C is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 12 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.43 |
| HSL | 0.45º | 0.85% | 0.31% | - |
| HSV(B) | 0.45º | 0.92% | 0.57% | - |
| XYZ | 11.89 | 6.33 | 0.94 | - |
| YUV | 52.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 12 | 0 | 0.91 | 0.92 | 0.43 | 0.45 | 0.85 | 0.31 |
| Hex | 91 | D | C | 0 | 5B | 5C | 2B | 0 | 55 | 1F |
| Octal | 221 | 15 | 14 | 0 | 133 | 134 | 53 | 0 | 125 | 37 |
| Binary | 10010001 | 1101 | 1100 | 0 | 1011011 | 1011100 | 101011 | 0 | 1010101 | 11111 |
Color Harmonies of #910D0C
Complementary color
Monochromatic Colors of #910D0C
Black with #910D0C
Text Example
Text Example
White with #910D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D0C; }
p { color: rgb(145,13,12); }
H1.HeaderClassName
{
color: #910D0C;
}
.AnyTagClassName
{
color: #910D0C;
}
</style>
background-color css
<style>
a { background-color: #910D0C; }
a { background-color: rgb(145,13,12); }
div.DivClassName
{
background-color: #910D0C;
}
.BgClassName
{
background-color: #910D0C;
}
</style>
border-color css
<style>
span { border-color: #910D0C; }
span { border-color: rgb(145,13,12); }
td.TdClassName
{
border-color: #910D0C;
}
.TagClassName
{
border-color: #910D0C;
}
</style>