Shades of Dark Red #911507
Tints of Dark Red #911507
RGB
CMYK
RGB Variations
Color information
#911507 (or 0x911507) is known color: Dark Red. HEX triplet: 91, 15 and 07. RGB value is (145,21,7). Sum of RGB (Red+Green+Blue) = 145+21+7=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #911507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911507 is #6EEAF8. Grayscale: #383838. Windows color (decimal): -7269113 or 464273. OLE color: 464273.
HSL color Cylindrical-coordinate representation of color #911507: hue angle of 6.09º 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 #911507 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 21 | 7 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.43 |
| HSL | 6.09º | 0.91% | 0.3% | - |
| HSV(B) | 6.09º | 0.95% | 0.57% | - |
| XYZ | 11.98 | 6.57 | 0.84 | - |
| YUV | 56.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 7 | 0 | 0.86 | 0.95 | 0.43 | 6.09 | 0.91 | 0.3 |
| Hex | 91 | 15 | 7 | 0 | 56 | 5F | 2B | 6 | 5B | 1E |
| Octal | 221 | 25 | 7 | 0 | 126 | 137 | 53 | 6 | 133 | 36 |
| Binary | 10010001 | 10101 | 111 | 0 | 1010110 | 1011111 | 101011 | 110 | 1011011 | 11110 |
Color Harmonies of #911507
Complementary color
Monochromatic Colors of #911507
Black with #911507
Text Example
Text Example
White with #911507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911507; }
p { color: rgb(145,21,7); }
H1.HeaderClassName
{
color: #911507;
}
.AnyTagClassName
{
color: #911507;
}
</style>
background-color css
<style>
a { background-color: #911507; }
a { background-color: rgb(145,21,7); }
div.DivClassName
{
background-color: #911507;
}
.BgClassName
{
background-color: #911507;
}
</style>
border-color css
<style>
span { border-color: #911507; }
span { border-color: rgb(145,21,7); }
td.TdClassName
{
border-color: #911507;
}
.TagClassName
{
border-color: #911507;
}
</style>