Shades of Lipstick #972C62
Tints of Lipstick #972C62
RGB
CMYK
RGB Variations
Color information
#972C62 (or 0x972C62) is known color: Lipstick. HEX triplet: 97, 2C and 62. RGB value is (151,44,98). Sum of RGB (Red+Green+Blue) = 151+44+98=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #972C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C62 is #68D39D. Grayscale: #525252. Windows color (decimal): -6869918 or 6433943. OLE color: 6433943.
HSL color Cylindrical-coordinate representation of color #972C62: hue angle of 329.72º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C62 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 98 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.41 |
| HSL | 329.72º | 0.55% | 0.38% | - |
| HSV(B) | 329.72º | 0.71% | 0.59% | - |
| XYZ | 15.87 | 9.26 | 12.51 | - |
| YUV | 82.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 98 | 0 | 0.71 | 0.35 | 0.41 | 329.72 | 0.55 | 0.38 |
| Hex | 97 | 2C | 62 | 0 | 47 | 23 | 29 | 14A | 37 | 26 |
| Octal | 227 | 54 | 142 | 0 | 107 | 43 | 51 | 512 | 67 | 46 |
| Binary | 10010111 | 101100 | 1100010 | 0 | 1000111 | 100011 | 101001 | 101001010 | 110111 | 100110 |
Color Harmonies of #972C62
Complementary color
Monochromatic Colors of #972C62
Black with #972C62
Text Example
Text Example
White with #972C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C62; }
p { color: rgb(151,44,98); }
H1.HeaderClassName
{
color: #972C62;
}
.AnyTagClassName
{
color: #972C62;
}
</style>
background-color css
<style>
a { background-color: #972C62; }
a { background-color: rgb(151,44,98); }
div.DivClassName
{
background-color: #972C62;
}
.BgClassName
{
background-color: #972C62;
}
</style>
border-color css
<style>
span { border-color: #972C62; }
span { border-color: rgb(151,44,98); }
td.TdClassName
{
border-color: #972C62;
}
.TagClassName
{
border-color: #972C62;
}
</style>