Shades of Lipstick #972052
Tints of Lipstick #972052
RGB
CMYK
RGB Variations
Color information
#972052 (or 0x972052) is known color: Lipstick. HEX triplet: 97, 20 and 52. RGB value is (151,32,82). Sum of RGB (Red+Green+Blue) = 151+32+82=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #972052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972052 is #68DFAD. Grayscale: #494949. Windows color (decimal): -6873006 or 5382295. OLE color: 5382295.
HSL color Cylindrical-coordinate representation of color #972052: hue angle of 334.79º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972052 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 32 | 82 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.41 |
| HSL | 334.79º | 0.65% | 0.36% | - |
| HSV(B) | 334.79º | 0.79% | 0.59% | - |
| XYZ | 14.8 | 8.22 | 8.79 | - |
| YUV | 73.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 82 | 0 | 0.79 | 0.46 | 0.41 | 334.79 | 0.65 | 0.36 |
| Hex | 97 | 20 | 52 | 0 | 4F | 2E | 29 | 14F | 41 | 24 |
| Octal | 227 | 40 | 122 | 0 | 117 | 56 | 51 | 517 | 101 | 44 |
| Binary | 10010111 | 100000 | 1010010 | 0 | 1001111 | 101110 | 101001 | 101001111 | 1000001 | 100100 |
Color Harmonies of #972052
Complementary color
Monochromatic Colors of #972052
Black with #972052
Text Example
Text Example
White with #972052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972052; }
p { color: rgb(151,32,82); }
H1.HeaderClassName
{
color: #972052;
}
.AnyTagClassName
{
color: #972052;
}
</style>
background-color css
<style>
a { background-color: #972052; }
a { background-color: rgb(151,32,82); }
div.DivClassName
{
background-color: #972052;
}
.BgClassName
{
background-color: #972052;
}
</style>
border-color css
<style>
span { border-color: #972052; }
span { border-color: rgb(151,32,82); }
td.TdClassName
{
border-color: #972052;
}
.TagClassName
{
border-color: #972052;
}
</style>