Shades of Lipstick #972E5A
Tints of Lipstick #972E5A
RGB
CMYK
RGB Variations
Color information
#972E5A (or 0x972E5A) is known color: Lipstick. HEX triplet: 97, 2E and 5A. RGB value is (151,46,90). Sum of RGB (Red+Green+Blue) = 151+46+90=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #972E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972E5A is #68D1A5. Grayscale: #525252. Windows color (decimal): -6869414 or 5910167. OLE color: 5910167.
HSL color Cylindrical-coordinate representation of color #972E5A: hue angle of 334.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972E5A is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 46 | 90 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.41 |
| HSL | 334.86º | 0.53% | 0.39% | - |
| HSV(B) | 334.86º | 0.7% | 0.59% | - |
| XYZ | 15.58 | 9.27 | 10.64 | - |
| YUV | 82.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 90 | 0 | 0.70 | 0.40 | 0.41 | 334.86 | 0.53 | 0.39 |
| Hex | 97 | 2E | 5A | 0 | 46 | 28 | 29 | 14F | 35 | 27 |
| Octal | 227 | 56 | 132 | 0 | 106 | 50 | 51 | 517 | 65 | 47 |
| Binary | 10010111 | 101110 | 1011010 | 0 | 1000110 | 101000 | 101001 | 101001111 | 110101 | 100111 |
Color Harmonies of #972E5A
Complementary color
Monochromatic Colors of #972E5A
Black with #972E5A
Text Example
Text Example
White with #972E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972E5A; }
p { color: rgb(151,46,90); }
H1.HeaderClassName
{
color: #972E5A;
}
.AnyTagClassName
{
color: #972E5A;
}
</style>
background-color css
<style>
a { background-color: #972E5A; }
a { background-color: rgb(151,46,90); }
div.DivClassName
{
background-color: #972E5A;
}
.BgClassName
{
background-color: #972E5A;
}
</style>
border-color css
<style>
span { border-color: #972E5A; }
span { border-color: rgb(151,46,90); }
td.TdClassName
{
border-color: #972E5A;
}
.TagClassName
{
border-color: #972E5A;
}
</style>