#972D52

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

Shades of Lipstick #972D52

Tints of Lipstick #972D52

Color information

#972D52 (or 0x972D52) is unknown color: approx Lipstick. HEX triplet: 97, 2D and 52. RGB value is (151,45,82). Sum of RGB (Red+Green+Blue) = 151+45+82=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #972D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972D52 is #68D2AD. Grayscale: #505050. Windows color (decimal): -6869678 or 5385623. OLE color: 5385623.

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

Color convert

RGB1514582-
CMYK00.700.460.41
HSL339.06º54.08%38.43%-
HSV(B)339.06º70.2%59.22%-
XYZ15.229.078.93-
YUV80.91128.62177.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.32%
GREEN value IS 45 (17.97% from 255) = 16.19%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=54.32%
G=16.19%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151458200.700.460.41339.0654.0838.43
Hex972D520462E291533626
Octal22755122010656515236646
Binary10010111101101101001001000110101110101001101010011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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