#952F6A

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

Shades of Lipstick #952F6A

Tints of Lipstick #952F6A

Color information

#952F6A (or 0x952F6A) is unknown color: approx Lipstick. HEX triplet: 95, 2F and 6A. RGB value is (149,47,106). Sum of RGB (Red+Green+Blue) = 149+47+106=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F6A is #6AD095. Grayscale: #545454. Windows color (decimal): -7000214 or 6958997. OLE color: 6958997.

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

Color convert

RGB14947106-
CMYK00.680.290.42
HSL325.29º52.04%38.43%-
HSV(B)325.29º68.46%58.43%-
XYZ16.019.4614.62-
YUV84.22140.29174.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 47 (18.75% from 255) = 15.56%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=49.34%
G=15.56%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494710600.680.290.42325.2952.0438.43
Hex952F6A0441D2A1453426
Octal22557152010435525056446
Binary1001010110111111010100100010011101101010101000101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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