#942f5c

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

Shades of Lipstick #942F5C

Tints of Lipstick #942F5C

Color information

#942F5C (or 0x942F5C) is unknown color: approx Lipstick. HEX triplet: 94, 2F and 5C. RGB value is (148,47,92). Sum of RGB (Red+Green+Blue) = 148+47+92=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #942F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942F5C is #6BD0A3. Grayscale: #525252. Windows color (decimal): -7065764 or 6041492. OLE color: 6041492.

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

Color convert

RGB1484792-
CMYK00.680.380.42
HSL333.27º51.79%38.24%-
HSV(B)333.27º68.24%58.04%-
XYZ15.169.111.08-
YUV82.33133.46174.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=51.57%
G=16.38%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148479200.680.380.42333.2751.7938.24
Hex942F5C044262A14d3426
Octal22457134010446525156446
Binary10010100101111101110001000100100110101010101001101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942f5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942f5c; }

 p { color: rgb(148,47,92); }

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

<style>
 a { background-color: #942f5c; }

 a { background-color: rgb(148,47,92); }

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

<style>
 span { border-color: #942f5c; }

 span { border-color: rgb(148,47,92); }

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