Shades of Dark Red #910D07
Tints of Dark Red #910D07
RGB
CMYK
RGB Variations
Color information
#910D07 (or 0x910D07) is known color: Dark Red. HEX triplet: 91, 0D and 07. RGB value is (145,13,7). Sum of RGB (Red+Green+Blue) = 145+13+7=165 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.88% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 145 - color contains mainly: red. Hex color #910D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D07 is #6EF2F8. Grayscale: #333333. Windows color (decimal): -7271161 or 462225. OLE color: 462225.
HSL color Cylindrical-coordinate representation of color #910D07: hue angle of 2.61º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910D07 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 7 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.43 |
| HSL | 2.61º | 0.91% | 0.3% | - |
| HSV(B) | 2.61º | 0.95% | 0.57% | - |
| XYZ | 11.86 | 6.32 | 0.8 | - |
| YUV | 51.78 | 102.73 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 7 | 0 | 0.91 | 0.95 | 0.43 | 2.61 | 0.91 | 0.3 |
| Hex | 91 | D | 7 | 0 | 5B | 5F | 2B | 3 | 5B | 1E |
| Octal | 221 | 15 | 7 | 0 | 133 | 137 | 53 | 3 | 133 | 36 |
| Binary | 10010001 | 1101 | 111 | 0 | 1011011 | 1011111 | 101011 | 11 | 1011011 | 11110 |
Color Harmonies of #910D07
Complementary color
Monochromatic Colors of #910D07
Black with #910D07
Text Example
Text Example
White with #910D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D07; }
p { color: rgb(145,13,7); }
H1.HeaderClassName
{
color: #910D07;
}
.AnyTagClassName
{
color: #910D07;
}
</style>
background-color css
<style>
a { background-color: #910D07; }
a { background-color: rgb(145,13,7); }
div.DivClassName
{
background-color: #910D07;
}
.BgClassName
{
background-color: #910D07;
}
</style>
border-color css
<style>
span { border-color: #910D07; }
span { border-color: rgb(145,13,7); }
td.TdClassName
{
border-color: #910D07;
}
.TagClassName
{
border-color: #910D07;
}
</style>