Shades of Lipstick #972C63
Tints of Lipstick #972C63
RGB
CMYK
RGB Variations
Color information
#972C63 (or 0x972C63) is known color: Lipstick. HEX triplet: 97, 2C and 63. RGB value is (151,44,99). Sum of RGB (Red+Green+Blue) = 151+44+99=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #972C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C63 is #68D39C. Grayscale: #525252. Windows color (decimal): -6869917 or 6499479. OLE color: 6499479.
HSL color Cylindrical-coordinate representation of color #972C63: hue angle of 329.16º 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 #972C63 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 99 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.41 |
| HSL | 329.16º | 0.55% | 0.38% | - |
| HSV(B) | 329.16º | 0.71% | 0.59% | - |
| XYZ | 15.92 | 9.28 | 12.76 | - |
| YUV | 82.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 99 | 0 | 0.71 | 0.34 | 0.41 | 329.16 | 0.55 | 0.38 |
| Hex | 97 | 2C | 63 | 0 | 47 | 22 | 29 | 149 | 37 | 26 |
| Octal | 227 | 54 | 143 | 0 | 107 | 42 | 51 | 511 | 67 | 46 |
| Binary | 10010111 | 101100 | 1100011 | 0 | 1000111 | 100010 | 101001 | 101001001 | 110111 | 100110 |
Color Harmonies of #972C63
Complementary color
Monochromatic Colors of #972C63
Black with #972C63
Text Example
Text Example
White with #972C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C63; }
p { color: rgb(151,44,99); }
H1.HeaderClassName
{
color: #972C63;
}
.AnyTagClassName
{
color: #972C63;
}
</style>
background-color css
<style>
a { background-color: #972C63; }
a { background-color: rgb(151,44,99); }
div.DivClassName
{
background-color: #972C63;
}
.BgClassName
{
background-color: #972C63;
}
</style>
border-color css
<style>
span { border-color: #972C63; }
span { border-color: rgb(151,44,99); }
td.TdClassName
{
border-color: #972C63;
}
.TagClassName
{
border-color: #972C63;
}
</style>