Shades of Bright Red #971536
Tints of Bright Red #971536
RGB
CMYK
RGB Variations
Color information
#971536 (or 0x971536) is known color: Bright Red. HEX triplet: 97, 15 and 36. RGB value is (151,21,54). Sum of RGB (Red+Green+Blue) = 151+21+54=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #971536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971536 is #68EAC9. Grayscale: #3F3F3F. Windows color (decimal): -6875850 or 3544471. OLE color: 3544471.
HSL color Cylindrical-coordinate representation of color #971536: hue angle of 344.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971536 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 54 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.41 |
| HSL | 344.77º | 0.76% | 0.34% | - |
| HSV(B) | 344.77º | 0.86% | 0.59% | - |
| XYZ | 13.7 | 7.38 | 4.19 | - |
| YUV | 63.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 54 | 0 | 0.86 | 0.64 | 0.41 | 344.77 | 0.76 | 0.34 |
| Hex | 97 | 15 | 36 | 0 | 56 | 40 | 29 | 159 | 4C | 22 |
| Octal | 227 | 25 | 66 | 0 | 126 | 100 | 51 | 531 | 114 | 42 |
| Binary | 10010111 | 10101 | 110110 | 0 | 1010110 | 1000000 | 101001 | 101011001 | 1001100 | 100010 |
Color Harmonies of #971536
Complementary color
Monochromatic Colors of #971536
Black with #971536
Text Example
Text Example
White with #971536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971536; }
p { color: rgb(151,21,54); }
H1.HeaderClassName
{
color: #971536;
}
.AnyTagClassName
{
color: #971536;
}
</style>
background-color css
<style>
a { background-color: #971536; }
a { background-color: rgb(151,21,54); }
div.DivClassName
{
background-color: #971536;
}
.BgClassName
{
background-color: #971536;
}
</style>
border-color css
<style>
span { border-color: #971536; }
span { border-color: rgb(151,21,54); }
td.TdClassName
{
border-color: #971536;
}
.TagClassName
{
border-color: #971536;
}
</style>