Shades of Dark Red #971A05
Tints of Dark Red #971A05
RGB
CMYK
RGB Variations
Color information
#971A05 (or 0x971A05) is known color: Dark Red. HEX triplet: 97, 1A and 05. RGB value is (151,26,5). Sum of RGB (Red+Green+Blue) = 151+26+5=182 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.97% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 151 - color contains mainly: red. Hex color #971A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971A05 is #68E5FA. Grayscale: #3D3D3D. Windows color (decimal): -6874619 or 334487. OLE color: 334487.
HSL color Cylindrical-coordinate representation of color #971A05: hue angle of 8.63º 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 #971A05 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 26 | 5 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.41 |
| HSL | 8.63º | 0.94% | 0.31% | - |
| HSV(B) | 8.63º | 0.97% | 0.59% | - |
| XYZ | 13.16 | 7.33 | 0.86 | - |
| YUV | 60.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 5 | 0 | 0.83 | 0.97 | 0.41 | 8.63 | 0.94 | 0.31 |
| Hex | 97 | 1A | 5 | 0 | 53 | 61 | 29 | 9 | 5E | 1F |
| Octal | 227 | 32 | 5 | 0 | 123 | 141 | 51 | 11 | 136 | 37 |
| Binary | 10010111 | 11010 | 101 | 0 | 1010011 | 1100001 | 101001 | 1001 | 1011110 | 11111 |
Color Harmonies of #971A05
Complementary color
Monochromatic Colors of #971A05
Black with #971A05
Text Example
Text Example
White with #971A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971A05; }
p { color: rgb(151,26,5); }
H1.HeaderClassName
{
color: #971A05;
}
.AnyTagClassName
{
color: #971A05;
}
</style>
background-color css
<style>
a { background-color: #971A05; }
a { background-color: rgb(151,26,5); }
div.DivClassName
{
background-color: #971A05;
}
.BgClassName
{
background-color: #971A05;
}
</style>
border-color css
<style>
span { border-color: #971A05; }
span { border-color: rgb(151,26,5); }
td.TdClassName
{
border-color: #971A05;
}
.TagClassName
{
border-color: #971A05;
}
</style>