Shades of Bright Red #971932
Tints of Bright Red #971932
RGB
CMYK
RGB Variations
Color information
#971932 (or 0x971932) is known color: Bright Red. HEX triplet: 97, 19 and 32. RGB value is (151,25,50). Sum of RGB (Red+Green+Blue) = 151+25+50=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #971932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971932 is #68E6CD. Grayscale: #414141. Windows color (decimal): -6874830 or 3283351. OLE color: 3283351.
HSL color Cylindrical-coordinate representation of color #971932: hue angle of 348.1º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971932 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 25 | 50 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.41 |
| HSL | 348.1º | 0.72% | 0.35% | - |
| HSV(B) | 348.1º | 0.83% | 0.59% | - |
| XYZ | 13.69 | 7.5 | 3.74 | - |
| YUV | 65.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 50 | 0 | 0.83 | 0.67 | 0.41 | 348.1 | 0.72 | 0.35 |
| Hex | 97 | 19 | 32 | 0 | 53 | 43 | 29 | 15C | 48 | 23 |
| Octal | 227 | 31 | 62 | 0 | 123 | 103 | 51 | 534 | 110 | 43 |
| Binary | 10010111 | 11001 | 110010 | 0 | 1010011 | 1000011 | 101001 | 101011100 | 1001000 | 100011 |
Color Harmonies of #971932
Complementary color
Monochromatic Colors of #971932
Black with #971932
Text Example
Text Example
White with #971932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971932; }
p { color: rgb(151,25,50); }
H1.HeaderClassName
{
color: #971932;
}
.AnyTagClassName
{
color: #971932;
}
</style>
background-color css
<style>
a { background-color: #971932; }
a { background-color: rgb(151,25,50); }
div.DivClassName
{
background-color: #971932;
}
.BgClassName
{
background-color: #971932;
}
</style>
border-color css
<style>
span { border-color: #971932; }
span { border-color: rgb(151,25,50); }
td.TdClassName
{
border-color: #971932;
}
.TagClassName
{
border-color: #971932;
}
</style>