#9E355D

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

Shades of Lipstick #9E355D

Tints of Lipstick #9E355D

Color information

#9E355D (or 0x9E355D) is unknown color: approx Lipstick. HEX triplet: 9E, 35 and 5D. RGB value is (158,53,93). Sum of RGB (Red+Green+Blue) = 158+53+93=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E355D is #61CAA2. Grayscale: #585858. Windows color (decimal): -6408867 or 6108574. OLE color: 6108574.

HSL color Cylindrical-coordinate representation of color #9E355D: hue angle of 337.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E355D is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1585393-
CMYK00.660.410.38
HSL337.14º49.76%41.37%-
HSV(B)337.14º66.46%61.96%-
XYZ17.3510.6111.49-
YUV88.96130.29177.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.97%
GREEN value IS 53 (21.09% from 255) = 17.43%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=51.97%
G=17.43%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158539300.660.410.38337.1449.7641.37
Hex9E355D04229261513229
Octal23665135010251465216251
Binary10011110110101101110101000010101001100110101010001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E355D; }

 p { color: rgb(158,53,93); }

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

<style>
 a { background-color: #9E355D; }

 a { background-color: rgb(158,53,93); }

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

<style>
 span { border-color: #9E355D; }

 span { border-color: rgb(158,53,93); }

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