Shades of Lipstick #972E46
Tints of Lipstick #972E46
RGB
CMYK
RGB Variations
Color information
#972E46 (or 0x972E46) is known color: Lipstick. HEX triplet: 97, 2E and 46. RGB value is (151,46,70). Sum of RGB (Red+Green+Blue) = 151+46+70=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #972E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972E46 is #68D1B9. Grayscale: #505050. Windows color (decimal): -6869434 or 4599447. OLE color: 4599447.
HSL color Cylindrical-coordinate representation of color #972E46: hue angle of 346.29º 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 #972E46 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 46 | 70 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.41 |
| HSL | 346.29º | 0.53% | 0.39% | - |
| HSV(B) | 346.29º | 0.7% | 0.59% | - |
| XYZ | 14.84 | 8.98 | 6.74 | - |
| YUV | 80.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 70 | 0 | 0.70 | 0.54 | 0.41 | 346.29 | 0.53 | 0.39 |
| Hex | 97 | 2E | 46 | 0 | 46 | 36 | 29 | 15A | 35 | 27 |
| Octal | 227 | 56 | 106 | 0 | 106 | 66 | 51 | 532 | 65 | 47 |
| Binary | 10010111 | 101110 | 1000110 | 0 | 1000110 | 110110 | 101001 | 101011010 | 110101 | 100111 |
Color Harmonies of #972E46
Complementary color
Monochromatic Colors of #972E46
Black with #972E46
Text Example
Text Example
White with #972E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972E46; }
p { color: rgb(151,46,70); }
H1.HeaderClassName
{
color: #972E46;
}
.AnyTagClassName
{
color: #972E46;
}
</style>
background-color css
<style>
a { background-color: #972E46; }
a { background-color: rgb(151,46,70); }
div.DivClassName
{
background-color: #972E46;
}
.BgClassName
{
background-color: #972E46;
}
</style>
border-color css
<style>
span { border-color: #972E46; }
span { border-color: rgb(151,46,70); }
td.TdClassName
{
border-color: #972E46;
}
.TagClassName
{
border-color: #972E46;
}
</style>