#952E64

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

Shades of Lipstick #952E64

Tints of Lipstick #952E64

Color information

#952E64 (or 0x952E64) is unknown color: approx Lipstick. HEX triplet: 95, 2E and 64. RGB value is (149,46,100). Sum of RGB (Red+Green+Blue) = 149+46+100=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #952E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E64 is #6AD19B. Grayscale: #525252. Windows color (decimal): -7000476 or 6565525. OLE color: 6565525.

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

Color convert

RGB14946100-
CMYK00.690.330.42
HSL328.54º52.82%38.24%-
HSV(B)328.54º69.13%58.43%-
XYZ15.679.2613.02-
YUV82.95137.62175.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=50.51%
G=15.59%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494610000.690.330.42328.5452.8238.24
Hex952E64045212A1493526
Octal22556144010541525116546
Binary10010101101110110010001000101100001101010101001001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,46,100); }

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

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

 a { background-color: rgb(149,46,100); }

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

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

 span { border-color: rgb(149,46,100); }

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