Shades of Lipstick #972F4E
Tints of Lipstick #972F4E
RGB
CMYK
RGB Variations
Color information
#972F4E (or 0x972F4E) is known color: Lipstick. HEX triplet: 97, 2F and 4E. RGB value is (151,47,78). Sum of RGB (Red+Green+Blue) = 151+47+78=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #972F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972F4E is #68D0B1. Grayscale: #515151. Windows color (decimal): -6869170 or 5123991. OLE color: 5123991.
HSL color Cylindrical-coordinate representation of color #972F4E: hue angle of 342.12º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #972F4E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 47 | 78 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.41 |
| HSL | 342.12º | 0.53% | 0.39% | - |
| HSV(B) | 342.12º | 0.69% | 0.59% | - |
| XYZ | 15.15 | 9.16 | 8.18 | - |
| YUV | 81.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 78 | 0 | 0.69 | 0.48 | 0.41 | 342.12 | 0.53 | 0.39 |
| Hex | 97 | 2F | 4E | 0 | 45 | 30 | 29 | 156 | 35 | 27 |
| Octal | 227 | 57 | 116 | 0 | 105 | 60 | 51 | 526 | 65 | 47 |
| Binary | 10010111 | 101111 | 1001110 | 0 | 1000101 | 110000 | 101001 | 101010110 | 110101 | 100111 |
Color Harmonies of #972F4E
Complementary color
Monochromatic Colors of #972F4E
Black with #972F4E
Text Example
Text Example
White with #972F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972F4E; }
p { color: rgb(151,47,78); }
H1.HeaderClassName
{
color: #972F4E;
}
.AnyTagClassName
{
color: #972F4E;
}
</style>
background-color css
<style>
a { background-color: #972F4E; }
a { background-color: rgb(151,47,78); }
div.DivClassName
{
background-color: #972F4E;
}
.BgClassName
{
background-color: #972F4E;
}
</style>
border-color css
<style>
span { border-color: #972F4E; }
span { border-color: rgb(151,47,78); }
td.TdClassName
{
border-color: #972F4E;
}
.TagClassName
{
border-color: #972F4E;
}
</style>