#942E5D

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

Shades of Lipstick #942E5D

Tints of Lipstick #942E5D

Color information

#942E5D (or 0x942E5D) is unknown color: approx Lipstick. HEX triplet: 94, 2E and 5D. RGB value is (148,46,93). Sum of RGB (Red+Green+Blue) = 148+46+93=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #942E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E5D is #6BD1A2. Grayscale: #515151. Windows color (decimal): -7066019 or 6106772. OLE color: 6106772.

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

Color convert

RGB1484693-
CMYK00.690.370.42
HSL332.35º52.58%38.04%-
HSV(B)332.35º68.92%58.04%-
XYZ15.179.0411.3-
YUV81.86134.29175.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=51.57%
G=16.03%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148469300.690.370.42332.3552.5838.04
Hex942E5D045252A14c3526
Octal22456135010545525146546
Binary10010100101110101110101000101100101101010101001100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,46,93); }

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

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

 a { background-color: rgb(148,46,93); }

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

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

 span { border-color: rgb(148,46,93); }

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