Shades of Dark Red #910E07
Tints of Dark Red #910E07
RGB
CMYK
RGB Variations
Color information
#910E07 (or 0x910E07) is known color: Dark Red. HEX triplet: 91, 0E and 07. RGB value is (145,14,7). Sum of RGB (Red+Green+Blue) = 145+14+7=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #910E07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E07 is #6EF1F8. Grayscale: #343434. Windows color (decimal): -7270905 or 462481. OLE color: 462481.
HSL color Cylindrical-coordinate representation of color #910E07: hue angle of 3.04º 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 #910E07 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 7 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.43 |
| HSL | 3.04º | 0.91% | 0.3% | - |
| HSV(B) | 3.04º | 0.95% | 0.57% | - |
| XYZ | 11.87 | 6.35 | 0.8 | - |
| YUV | 52.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 7 | 0 | 0.90 | 0.95 | 0.43 | 3.04 | 0.91 | 0.3 |
| Hex | 91 | E | 7 | 0 | 5A | 5F | 2B | 3 | 5B | 1E |
| Octal | 221 | 16 | 7 | 0 | 132 | 137 | 53 | 3 | 133 | 36 |
| Binary | 10010001 | 1110 | 111 | 0 | 1011010 | 1011111 | 101011 | 11 | 1011011 | 11110 |
Color Harmonies of #910E07
Complementary color
Monochromatic Colors of #910E07
Black with #910E07
Text Example
Text Example
White with #910E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E07; }
p { color: rgb(145,14,7); }
H1.HeaderClassName
{
color: #910E07;
}
.AnyTagClassName
{
color: #910E07;
}
</style>
background-color css
<style>
a { background-color: #910E07; }
a { background-color: rgb(145,14,7); }
div.DivClassName
{
background-color: #910E07;
}
.BgClassName
{
background-color: #910E07;
}
</style>
border-color css
<style>
span { border-color: #910E07; }
span { border-color: rgb(145,14,7); }
td.TdClassName
{
border-color: #910E07;
}
.TagClassName
{
border-color: #910E07;
}
</style>