#932E4F

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

Shades of Lipstick #932E4F

Tints of Lipstick #932E4F

Color information

#932E4F (or 0x932E4F) is unknown color: approx Lipstick. HEX triplet: 93, 2E and 4F. RGB value is (147,46,79). Sum of RGB (Red+Green+Blue) = 147+46+79=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #932E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932E4F is #6CD1B0. Grayscale: #4F4F4F. Windows color (decimal): -7131569 or 5189267. OLE color: 5189267.

HSL color Cylindrical-coordinate representation of color #932E4F: hue angle of 340.4º degrees, saturation: 0.52, 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 #932E4F is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1474679-
CMYK00.690.460.42
HSL340.4º52.33%37.84%-
HSV(B)340.4º68.71%57.65%-
XYZ14.428.728.32-
YUV79.96127.46175.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.04%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=54.04%
G=16.91%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147467900.690.460.42340.452.3337.84
Hex932E4F0452E2A1543426
Octal22356117010556525246446
Binary10010011101110100111101000101101110101010101010100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932E4F; }

 p { color: rgb(147,46,79); }

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

<style>
 a { background-color: #932E4F; }

 a { background-color: rgb(147,46,79); }

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

<style>
 span { border-color: #932E4F; }

 span { border-color: rgb(147,46,79); }

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