Shades of Bright Red #972639
Tints of Bright Red #972639
RGB
CMYK
RGB Variations
Color information
#972639 (or 0x972639) is known color: Bright Red. HEX triplet: 97, 26 and 39. RGB value is (151,38,57). Sum of RGB (Red+Green+Blue) = 151+38+57=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #972639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972639 is #68D9C6. Grayscale: #494949. Windows color (decimal): -6871495 or 3745431. OLE color: 3745431.
HSL color Cylindrical-coordinate representation of color #972639: hue angle of 349.91º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972639 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 57 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.41 |
| HSL | 349.91º | 0.6% | 0.37% | - |
| HSV(B) | 349.91º | 0.75% | 0.59% | - |
| XYZ | 14.19 | 8.26 | 4.72 | - |
| YUV | 73.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 57 | 0 | 0.75 | 0.62 | 0.41 | 349.91 | 0.6 | 0.37 |
| Hex | 97 | 26 | 39 | 0 | 4B | 3E | 29 | 15E | 3C | 25 |
| Octal | 227 | 46 | 71 | 0 | 113 | 76 | 51 | 536 | 74 | 45 |
| Binary | 10010111 | 100110 | 111001 | 0 | 1001011 | 111110 | 101001 | 101011110 | 111100 | 100101 |
Color Harmonies of #972639
Complementary color
Monochromatic Colors of #972639
Black with #972639
Text Example
Text Example
White with #972639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972639; }
p { color: rgb(151,38,57); }
H1.HeaderClassName
{
color: #972639;
}
.AnyTagClassName
{
color: #972639;
}
</style>
background-color css
<style>
a { background-color: #972639; }
a { background-color: rgb(151,38,57); }
div.DivClassName
{
background-color: #972639;
}
.BgClassName
{
background-color: #972639;
}
</style>
border-color css
<style>
span { border-color: #972639; }
span { border-color: rgb(151,38,57); }
td.TdClassName
{
border-color: #972639;
}
.TagClassName
{
border-color: #972639;
}
</style>