#972F57

Color #972F57 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #972F57

Tints of Lipstick #972F57

Color information

#972F57 (or 0x972F57) is unknown color: approx Lipstick. HEX triplet: 97, 2F and 57. RGB value is (151,47,87). Sum of RGB (Red+Green+Blue) = 151+47+87=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #972F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972F57 is #68D0A8. Grayscale: #525252. Windows color (decimal): -6869161 or 5713815. OLE color: 5713815.

HSL color Cylindrical-coordinate representation of color #972F57: hue angle of 336.92º 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 #972F57 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1514787-
CMYK00.690.420.41
HSL336.92º52.53%38.82%-
HSV(B)336.92º68.87%59.22%-
XYZ15.59.310-
YUV82.66130.46176.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 52.98%
GREEN value IS 47 (18.75% from 255) = 16.49%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=52.98%
G=16.49%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151478700.690.420.41336.9252.5338.82
Hex972F570452A291513527
Octal22757127010552515216547
Binary10010111101111101011101000101101010101001101010001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972F57; }

 p { color: rgb(151,47,87); }

 H1.HeaderClassName
 {
   color: #972F57;
 }
 .AnyTagClassName
 {
   color: #972F57;
 }
</style>
background-color css

<style>
 a { background-color: #972F57; }

 a { background-color: rgb(151,47,87); }

 div.DivClassName
 {
   background-color: #972F57;
 }
 .BgClassName
 {
   background-color: #972F57;
 }
</style>
border-color css

<style>
 span { border-color: #972F57; }

 span { border-color: rgb(151,47,87); }

 td.TdClassName
 {
   border-color: #972F57;
 }
 .TagClassName
 {
   border-color: #972F57;
 }
</style>