#942E52

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

Shades of Lipstick #942E52

Tints of Lipstick #942E52

Color information

#942E52 (or 0x942E52) is unknown color: approx Lipstick. HEX triplet: 94, 2E and 52. RGB value is (148,46,82). Sum of RGB (Red+Green+Blue) = 148+46+82=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #942E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E52 is #6BD1AD. Grayscale: #505050. Windows color (decimal): -7066030 or 5385876. OLE color: 5385876.

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

Color convert

RGB1484682-
CMYK00.690.450.42
HSL338.82º52.58%38.04%-
HSV(B)338.82º68.92%58.04%-
XYZ14.718.868.92-
YUV80.6128.79176.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.62%
GREEN value IS 46 (18.36% from 255) = 16.67%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=53.62%
G=16.67%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148468200.690.450.42338.8252.5838.04
Hex942E520452D2A1533526
Octal22456122010555525236546
Binary10010100101110101001001000101101101101010101010011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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