#922E57

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

Shades of Lipstick #922E57

Tints of Lipstick #922E57

Color information

#922E57 (or 0x922E57) is unknown color: approx Lipstick. HEX triplet: 92, 2E and 57. RGB value is (146,46,87). Sum of RGB (Red+Green+Blue) = 146+46+87=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #922E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922E57 is #6DD1A8. Grayscale: #505050. Windows color (decimal): -7197097 or 5713554. OLE color: 5713554.

HSL color Cylindrical-coordinate representation of color #922E57: hue angle of 335.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #922E57 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB1464687-
CMYK00.680.400.43
HSL335.4º52.08%37.65%-
HSV(B)335.4º68.49%57.25%-
XYZ14.558.759.94-
YUV80.57131.63174.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=52.33%
G=16.49%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146468700.680.400.43335.452.0837.65
Hex922E57044282B14f3426
Octal22256127010450535176446
Binary10010010101110101011101000100101000101011101001111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922E57; }

 p { color: rgb(146,46,87); }

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

<style>
 a { background-color: #922E57; }

 a { background-color: rgb(146,46,87); }

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

<style>
 span { border-color: #922E57; }

 span { border-color: rgb(146,46,87); }

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