Shades of Dark Red #910D0A
Tints of Dark Red #910D0A
RGB
CMYK
RGB Variations
Color information
#910D0A (or 0x910D0A) is known color: Dark Red. HEX triplet: 91, 0D and 0A. RGB value is (145,13,10). Sum of RGB (Red+Green+Blue) = 145+13+10=168 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.31% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 145 - color contains mainly: red. Hex color #910D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D0A is #6EF2F5. Grayscale: #343434. Windows color (decimal): -7271158 or 658833. OLE color: 658833.
HSL color Cylindrical-coordinate representation of color #910D0A: hue angle of 1.33º 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 #910D0A is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 10 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.43 |
| HSL | 1.33º | 0.87% | 0.3% | - |
| HSV(B) | 1.33º | 0.93% | 0.57% | - |
| XYZ | 11.88 | 6.33 | 0.88 | - |
| YUV | 52.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 10 | 0 | 0.91 | 0.93 | 0.43 | 1.33 | 0.87 | 0.3 |
| Hex | 91 | D | A | 0 | 5B | 5D | 2B | 1 | 57 | 1E |
| Octal | 221 | 15 | 12 | 0 | 133 | 135 | 53 | 1 | 127 | 36 |
| Binary | 10010001 | 1101 | 1010 | 0 | 1011011 | 1011101 | 101011 | 1 | 1010111 | 11110 |
Color Harmonies of #910D0A
Complementary color
Monochromatic Colors of #910D0A
Black with #910D0A
Text Example
Text Example
White with #910D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D0A; }
p { color: rgb(145,13,10); }
H1.HeaderClassName
{
color: #910D0A;
}
.AnyTagClassName
{
color: #910D0A;
}
</style>
background-color css
<style>
a { background-color: #910D0A; }
a { background-color: rgb(145,13,10); }
div.DivClassName
{
background-color: #910D0A;
}
.BgClassName
{
background-color: #910D0A;
}
</style>
border-color css
<style>
span { border-color: #910D0A; }
span { border-color: rgb(145,13,10); }
td.TdClassName
{
border-color: #910D0A;
}
.TagClassName
{
border-color: #910D0A;
}
</style>