#942E4C

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

Shades of Lipstick #942E4C

Tints of Lipstick #942E4C

Color information

#942E4C (or 0x942E4C) is unknown color: approx Lipstick. HEX triplet: 94, 2E and 4C. RGB value is (148,46,76). Sum of RGB (Red+Green+Blue) = 148+46+76=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #942E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E4C is #6BD1B3. Grayscale: #4F4F4F. Windows color (decimal): -7066036 or 4992660. OLE color: 4992660.

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

Color convert

RGB1484676-
CMYK00.690.490.42
HSL342.35º52.58%38.04%-
HSV(B)342.35º68.92%58.04%-
XYZ14.498.777.77-
YUV79.92125.79176.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.81%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=54.81%
G=17.04%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148467600.690.490.42342.3552.5838.04
Hex942E4C045312A1563526
Octal22456114010561525266546
Binary10010100101110100110001000101110001101010101010110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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