Shades of Lipstick #972A63
Tints of Lipstick #972A63
RGB
CMYK
RGB Variations
Color information
#972A63 (or 0x972A63) is known color: Lipstick. HEX triplet: 97, 2A and 63. RGB value is (151,42,99). Sum of RGB (Red+Green+Blue) = 151+42+99=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #972A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972A63 is #68D59C. Grayscale: #505050. Windows color (decimal): -6870429 or 6498967. OLE color: 6498967.
HSL color Cylindrical-coordinate representation of color #972A63: hue angle of 328.62º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972A63 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 99 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.41 |
| HSL | 328.62º | 0.56% | 0.38% | - |
| HSV(B) | 328.62º | 0.72% | 0.59% | - |
| XYZ | 15.84 | 9.14 | 12.73 | - |
| YUV | 81.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 99 | 0 | 0.72 | 0.34 | 0.41 | 328.62 | 0.56 | 0.38 |
| Hex | 97 | 2A | 63 | 0 | 48 | 22 | 29 | 149 | 38 | 26 |
| Octal | 227 | 52 | 143 | 0 | 110 | 42 | 51 | 511 | 70 | 46 |
| Binary | 10010111 | 101010 | 1100011 | 0 | 1001000 | 100010 | 101001 | 101001001 | 111000 | 100110 |
Color Harmonies of #972A63
Complementary color
Monochromatic Colors of #972A63
Black with #972A63
Text Example
Text Example
White with #972A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A63; }
p { color: rgb(151,42,99); }
H1.HeaderClassName
{
color: #972A63;
}
.AnyTagClassName
{
color: #972A63;
}
</style>
background-color css
<style>
a { background-color: #972A63; }
a { background-color: rgb(151,42,99); }
div.DivClassName
{
background-color: #972A63;
}
.BgClassName
{
background-color: #972A63;
}
</style>
border-color css
<style>
span { border-color: #972A63; }
span { border-color: rgb(151,42,99); }
td.TdClassName
{
border-color: #972A63;
}
.TagClassName
{
border-color: #972A63;
}
</style>