#952C52

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

Shades of Lipstick #952C52

Tints of Lipstick #952C52

Color information

#952C52 (or 0x952C52) is unknown color: approx Lipstick. HEX triplet: 95, 2C and 52. RGB value is (149,44,82). Sum of RGB (Red+Green+Blue) = 149+44+82=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #952C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C52 is #6AD3AD. Grayscale: #4F4F4F. Windows color (decimal): -7001006 or 5385365. OLE color: 5385365.

HSL color Cylindrical-coordinate representation of color #952C52: hue angle of 338.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C52 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1494482-
CMYK00.700.450.42
HSL338.29º54.4%37.84%-
HSV(B)338.29º70.47%58.43%-
XYZ14.828.88.9-
YUV79.73129.29177.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=54.18%
G=16%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149448200.700.450.42338.2954.437.84
Hex952C520462D2A1523626
Octal22554122010655525226646
Binary10010101101100101001001000110101101101010101010010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952C52; }

 p { color: rgb(149,44,82); }

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

<style>
 a { background-color: #952C52; }

 a { background-color: rgb(149,44,82); }

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

<style>
 span { border-color: #952C52; }

 span { border-color: rgb(149,44,82); }

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