Shades of Dark Red #910A07
Tints of Dark Red #910A07
RGB
CMYK
RGB Variations
Color information
#910A07 (or 0x910A07) is known color: Dark Red. HEX triplet: 91, 0A and 07. RGB value is (145,10,7). Sum of RGB (Red+Green+Blue) = 145+10+7=162 (21% of max value = 765). Red value is 145 (57.03% from 255 or 89.51% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 145 - color contains mainly: red. Hex color #910A07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A07 is #6EF5F8. Grayscale: #323232. Windows color (decimal): -7271929 or 461457. OLE color: 461457.
HSL color Cylindrical-coordinate representation of color #910A07: hue angle of 1.3º 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 #910A07 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 7 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.43 |
| HSL | 1.3º | 0.91% | 0.3% | - |
| HSV(B) | 1.3º | 0.95% | 0.57% | - |
| XYZ | 11.82 | 6.25 | 0.78 | - |
| YUV | 50.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 7 | 0 | 0.93 | 0.95 | 0.43 | 1.3 | 0.91 | 0.3 |
| Hex | 91 | A | 7 | 0 | 5D | 5F | 2B | 1 | 5B | 1E |
| Octal | 221 | 12 | 7 | 0 | 135 | 137 | 53 | 1 | 133 | 36 |
| Binary | 10010001 | 1010 | 111 | 0 | 1011101 | 1011111 | 101011 | 1 | 1011011 | 11110 |
Color Harmonies of #910A07
Complementary color
Monochromatic Colors of #910A07
Black with #910A07
Text Example
Text Example
White with #910A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A07; }
p { color: rgb(145,10,7); }
H1.HeaderClassName
{
color: #910A07;
}
.AnyTagClassName
{
color: #910A07;
}
</style>
background-color css
<style>
a { background-color: #910A07; }
a { background-color: rgb(145,10,7); }
div.DivClassName
{
background-color: #910A07;
}
.BgClassName
{
background-color: #910A07;
}
</style>
border-color css
<style>
span { border-color: #910A07; }
span { border-color: rgb(145,10,7); }
td.TdClassName
{
border-color: #910A07;
}
.TagClassName
{
border-color: #910A07;
}
</style>