#952F53

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

Shades of Lipstick #952F53

Tints of Lipstick #952F53

Color information

#952F53 (or 0x952F53) is unknown color: approx Lipstick. HEX triplet: 95, 2F and 53. RGB value is (149,47,83). Sum of RGB (Red+Green+Blue) = 149+47+83=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #952F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F53 is #6AD0AC. Grayscale: #515151. Windows color (decimal): -7000237 or 5451669. OLE color: 5451669.

HSL color Cylindrical-coordinate representation of color #952F53: hue angle of 338.82º 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 #952F53 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1494783-
CMYK00.680.440.42
HSL338.82º52.04%38.43%-
HSV(B)338.82º68.46%58.43%-
XYZ14.979.059.14-
YUV81.6128.79176.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 47 (18.75% from 255) = 16.85%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=53.41%
G=16.85%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149478300.680.440.42338.8252.0438.43
Hex952F530442C2A1533426
Octal22557123010454525236446
Binary10010101101111101001101000100101100101010101010011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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