Shades of Dark Red #97110B
Tints of Dark Red #97110B
RGB
CMYK
RGB Variations
Color information
#97110B (or 0x97110B) is known color: Dark Red. HEX triplet: 97, 11 and 0B. RGB value is (151,17,11). Sum of RGB (Red+Green+Blue) = 151+17+11=179 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.36% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 151 - color contains mainly: red. Hex color #97110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97110B is #68EEF4. Grayscale: #383838. Windows color (decimal): -6876917 or 725399. OLE color: 725399.
HSL color Cylindrical-coordinate representation of color #97110B: hue angle of 2.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97110B is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 11 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.41 |
| HSL | 2.57º | 0.86% | 0.32% | - |
| HSV(B) | 2.57º | 0.93% | 0.59% | - |
| XYZ | 13.02 | 7 | 0.98 | - |
| YUV | 56.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 11 | 0 | 0.89 | 0.93 | 0.41 | 2.57 | 0.86 | 0.32 |
| Hex | 97 | 11 | B | 0 | 59 | 5D | 29 | 3 | 56 | 20 |
| Octal | 227 | 21 | 13 | 0 | 131 | 135 | 51 | 3 | 126 | 40 |
| Binary | 10010111 | 10001 | 1011 | 0 | 1011001 | 1011101 | 101001 | 11 | 1010110 | 100000 |
Color Harmonies of #97110B
Complementary color
Monochromatic Colors of #97110B
Black with #97110B
Text Example
Text Example
White with #97110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97110B; }
p { color: rgb(151,17,11); }
H1.HeaderClassName
{
color: #97110B;
}
.AnyTagClassName
{
color: #97110B;
}
</style>
background-color css
<style>
a { background-color: #97110B; }
a { background-color: rgb(151,17,11); }
div.DivClassName
{
background-color: #97110B;
}
.BgClassName
{
background-color: #97110B;
}
</style>
border-color css
<style>
span { border-color: #97110B; }
span { border-color: rgb(151,17,11); }
td.TdClassName
{
border-color: #97110B;
}
.TagClassName
{
border-color: #97110B;
}
</style>