Shades of Dark Red #971105
Tints of Dark Red #971105
RGB
CMYK
RGB Variations
Color information
#971105 (or 0x971105) is known color: Dark Red. HEX triplet: 97, 11 and 05. RGB value is (151,17,5). Sum of RGB (Red+Green+Blue) = 151+17+5=173 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.28% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 151 - color contains mainly: red. Hex color #971105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971105 is #68EEFA. Grayscale: #373737. Windows color (decimal): -6876923 or 332183. OLE color: 332183.
HSL color Cylindrical-coordinate representation of color #971105: hue angle of 4.93º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #971105 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.41 |
| HSL | 4.93º | 0.94% | 0.31% | - |
| HSV(B) | 4.93º | 0.97% | 0.59% | - |
| XYZ | 12.99 | 6.99 | 0.81 | - |
| YUV | 55.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 5 | 0 | 0.89 | 0.97 | 0.41 | 4.93 | 0.94 | 0.31 |
| Hex | 97 | 11 | 5 | 0 | 59 | 61 | 29 | 5 | 5E | 1F |
| Octal | 227 | 21 | 5 | 0 | 131 | 141 | 51 | 5 | 136 | 37 |
| Binary | 10010111 | 10001 | 101 | 0 | 1011001 | 1100001 | 101001 | 101 | 1011110 | 11111 |
Color Harmonies of #971105
Complementary color
Monochromatic Colors of #971105
Black with #971105
Text Example
Text Example
White with #971105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971105; }
p { color: rgb(151,17,5); }
H1.HeaderClassName
{
color: #971105;
}
.AnyTagClassName
{
color: #971105;
}
</style>
background-color css
<style>
a { background-color: #971105; }
a { background-color: rgb(151,17,5); }
div.DivClassName
{
background-color: #971105;
}
.BgClassName
{
background-color: #971105;
}
</style>
border-color css
<style>
span { border-color: #971105; }
span { border-color: rgb(151,17,5); }
td.TdClassName
{
border-color: #971105;
}
.TagClassName
{
border-color: #971105;
}
</style>