Shades of Bright Red #972329
Tints of Bright Red #972329
RGB
CMYK
RGB Variations
Color information
#972329 (or 0x972329) is known color: Bright Red. HEX triplet: 97, 23 and 29. RGB value is (151,35,41). Sum of RGB (Red+Green+Blue) = 151+35+41=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #972329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972329 is #68DCD6. Grayscale: #464646. Windows color (decimal): -6872279 or 2696087. OLE color: 2696087.
HSL color Cylindrical-coordinate representation of color #972329: hue angle of 356.9º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972329 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 41 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.41 |
| HSL | 356.9º | 0.62% | 0.36% | - |
| HSV(B) | 356.9º | 0.77% | 0.59% | - |
| XYZ | 13.76 | 7.94 | 2.91 | - |
| YUV | 70.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 41 | 0 | 0.77 | 0.73 | 0.41 | 356.9 | 0.62 | 0.36 |
| Hex | 97 | 23 | 29 | 0 | 4D | 49 | 29 | 165 | 3E | 24 |
| Octal | 227 | 43 | 51 | 0 | 115 | 111 | 51 | 545 | 76 | 44 |
| Binary | 10010111 | 100011 | 101001 | 0 | 1001101 | 1001001 | 101001 | 101100101 | 111110 | 100100 |
Color Harmonies of #972329
Complementary color
Monochromatic Colors of #972329
Black with #972329
Text Example
Text Example
White with #972329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972329; }
p { color: rgb(151,35,41); }
H1.HeaderClassName
{
color: #972329;
}
.AnyTagClassName
{
color: #972329;
}
</style>
background-color css
<style>
a { background-color: #972329; }
a { background-color: rgb(151,35,41); }
div.DivClassName
{
background-color: #972329;
}
.BgClassName
{
background-color: #972329;
}
</style>
border-color css
<style>
span { border-color: #972329; }
span { border-color: rgb(151,35,41); }
td.TdClassName
{
border-color: #972329;
}
.TagClassName
{
border-color: #972329;
}
</style>