#952F52

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

Shades of Lipstick #952F52

Tints of Lipstick #952F52

Color information

#952F52 (or 0x952F52) is unknown color: approx Lipstick. HEX triplet: 95, 2F and 52. RGB value is (149,47,82). Sum of RGB (Red+Green+Blue) = 149+47+82=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #952F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F52 is #6AD0AD. Grayscale: #515151. Windows color (decimal): -7000238 or 5386133. OLE color: 5386133.

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

Color convert

RGB1494782-
CMYK00.680.450.42
HSL339.41º52.04%38.43%-
HSV(B)339.41º68.46%58.43%-
XYZ14.939.038.94-
YUV81.49128.29176.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=53.60%
G=16.91%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149478200.680.450.42339.4152.0438.43
Hex952F520442D2A1533426
Octal22557122010455525236446
Binary10010101101111101001001000100101101101010101010011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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