Shades of Dark Red #910D09
Tints of Dark Red #910D09
RGB
CMYK
RGB Variations
Color information
#910D09 (or 0x910D09) is known color: Dark Red. HEX triplet: 91, 0D and 09. RGB value is (145,13,9). Sum of RGB (Red+Green+Blue) = 145+13+9=167 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.83% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 145 - color contains mainly: red. Hex color #910D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D09 is #6EF2F6. Grayscale: #343434. Windows color (decimal): -7271159 or 593297. OLE color: 593297.
HSL color Cylindrical-coordinate representation of color #910D09: hue angle of 1.76º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910D09 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 9 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.43 |
| HSL | 1.76º | 0.88% | 0.3% | - |
| HSV(B) | 1.76º | 0.94% | 0.57% | - |
| XYZ | 11.87 | 6.33 | 0.85 | - |
| YUV | 52.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 9 | 0 | 0.91 | 0.94 | 0.43 | 1.76 | 0.88 | 0.3 |
| Hex | 91 | D | 9 | 0 | 5B | 5E | 2B | 2 | 58 | 1E |
| Octal | 221 | 15 | 11 | 0 | 133 | 136 | 53 | 2 | 130 | 36 |
| Binary | 10010001 | 1101 | 1001 | 0 | 1011011 | 1011110 | 101011 | 10 | 1011000 | 11110 |
Color Harmonies of #910D09
Complementary color
Monochromatic Colors of #910D09
Black with #910D09
Text Example
Text Example
White with #910D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D09; }
p { color: rgb(145,13,9); }
H1.HeaderClassName
{
color: #910D09;
}
.AnyTagClassName
{
color: #910D09;
}
</style>
background-color css
<style>
a { background-color: #910D09; }
a { background-color: rgb(145,13,9); }
div.DivClassName
{
background-color: #910D09;
}
.BgClassName
{
background-color: #910D09;
}
</style>
border-color css
<style>
span { border-color: #910D09; }
span { border-color: rgb(145,13,9); }
td.TdClassName
{
border-color: #910D09;
}
.TagClassName
{
border-color: #910D09;
}
</style>