Shades of Bright Red #972132
Tints of Bright Red #972132
RGB
CMYK
RGB Variations
Color information
#972132 (or 0x972132) is known color: Bright Red. HEX triplet: 97, 21 and 32. RGB value is (151,33,50). Sum of RGB (Red+Green+Blue) = 151+33+50=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #972132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972132 is #68DECD. Grayscale: #464646. Windows color (decimal): -6872782 or 3285399. OLE color: 3285399.
HSL color Cylindrical-coordinate representation of color #972132: hue angle of 351.36º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972132 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 33 | 50 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.41 |
| HSL | 351.36º | 0.64% | 0.36% | - |
| HSV(B) | 351.36º | 0.78% | 0.59% | - |
| XYZ | 13.88 | 7.9 | 3.81 | - |
| YUV | 70.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 33 | 50 | 0 | 0.78 | 0.67 | 0.41 | 351.36 | 0.64 | 0.36 |
| Hex | 97 | 21 | 32 | 0 | 4E | 43 | 29 | 15F | 40 | 24 |
| Octal | 227 | 41 | 62 | 0 | 116 | 103 | 51 | 537 | 100 | 44 |
| Binary | 10010111 | 100001 | 110010 | 0 | 1001110 | 1000011 | 101001 | 101011111 | 1000000 | 100100 |
Color Harmonies of #972132
Complementary color
Monochromatic Colors of #972132
Black with #972132
Text Example
Text Example
White with #972132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972132; }
p { color: rgb(151,33,50); }
H1.HeaderClassName
{
color: #972132;
}
.AnyTagClassName
{
color: #972132;
}
</style>
background-color css
<style>
a { background-color: #972132; }
a { background-color: rgb(151,33,50); }
div.DivClassName
{
background-color: #972132;
}
.BgClassName
{
background-color: #972132;
}
</style>
border-color css
<style>
span { border-color: #972132; }
span { border-color: rgb(151,33,50); }
td.TdClassName
{
border-color: #972132;
}
.TagClassName
{
border-color: #972132;
}
</style>