#972D56

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

Shades of Lipstick #972D56

Tints of Lipstick #972D56

Color information

#972D56 (or 0x972D56) is unknown color: approx Lipstick. HEX triplet: 97, 2D and 56. RGB value is (151,45,86). Sum of RGB (Red+Green+Blue) = 151+45+86=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #972D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972D56 is #68D2A9. Grayscale: #515151. Windows color (decimal): -6869674 or 5647767. OLE color: 5647767.

HSL color Cylindrical-coordinate representation of color #972D56: hue angle of 336.79º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D56 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1514586-
CMYK00.700.430.41
HSL336.79º54.08%38.43%-
HSV(B)336.79º70.2%59.22%-
XYZ15.389.139.76-
YUV81.37130.62177.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.55%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=53.55%
G=15.96%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151458600.700.430.41336.7954.0838.43
Hex972D560462B291513626
Octal22755126010653515216646
Binary10010111101101101011001000110101011101001101010001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,45,86); }

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

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

 a { background-color: rgb(151,45,86); }

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

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

 span { border-color: rgb(151,45,86); }

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