Shades of Dark Red #910F07
Tints of Dark Red #910F07
RGB
CMYK
RGB Variations
Color information
#910F07 (or 0x910F07) is known color: Dark Red. HEX triplet: 91, 0F and 07. RGB value is (145,15,7). Sum of RGB (Red+Green+Blue) = 145+15+7=167 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.83% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 145 - color contains mainly: red. Hex color #910F07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F07 is #6EF0F8. Grayscale: #353535. Windows color (decimal): -7270649 or 462737. OLE color: 462737.
HSL color Cylindrical-coordinate representation of color #910F07: hue angle of 3.48º 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 #910F07 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 7 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.43 |
| HSL | 3.48º | 0.91% | 0.3% | - |
| HSV(B) | 3.48º | 0.95% | 0.57% | - |
| XYZ | 11.89 | 6.38 | 0.81 | - |
| YUV | 52.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 7 | 0 | 0.90 | 0.95 | 0.43 | 3.48 | 0.91 | 0.3 |
| Hex | 91 | F | 7 | 0 | 5A | 5F | 2B | 3 | 5B | 1E |
| Octal | 221 | 17 | 7 | 0 | 132 | 137 | 53 | 3 | 133 | 36 |
| Binary | 10010001 | 1111 | 111 | 0 | 1011010 | 1011111 | 101011 | 11 | 1011011 | 11110 |
Color Harmonies of #910F07
Complementary color
Monochromatic Colors of #910F07
Black with #910F07
Text Example
Text Example
White with #910F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F07; }
p { color: rgb(145,15,7); }
H1.HeaderClassName
{
color: #910F07;
}
.AnyTagClassName
{
color: #910F07;
}
</style>
background-color css
<style>
a { background-color: #910F07; }
a { background-color: rgb(145,15,7); }
div.DivClassName
{
background-color: #910F07;
}
.BgClassName
{
background-color: #910F07;
}
</style>
border-color css
<style>
span { border-color: #910F07; }
span { border-color: rgb(145,15,7); }
td.TdClassName
{
border-color: #910F07;
}
.TagClassName
{
border-color: #910F07;
}
</style>