#9e355f

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

Shades of Lipstick #9E355F

Tints of Lipstick #9E355F

Color information

#9E355F (or 0x9E355F) is unknown color: approx Lipstick. HEX triplet: 9E, 35 and 5F. RGB value is (158,53,95). Sum of RGB (Red+Green+Blue) = 158+53+95=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E355F is #61CAA0. Grayscale: #595959. Windows color (decimal): -6408865 or 6239646. OLE color: 6239646.

HSL color Cylindrical-coordinate representation of color #9E355F: hue angle of 336º 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 #9E355F is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1585395-
CMYK00.660.400.38
HSL336º49.76%41.37%-
HSV(B)336º66.46%61.96%-
XYZ17.4410.6411.96-
YUV89.18131.29177.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=51.63%
G=17.32%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158539500.660.400.3833649.7641.37
Hex9E355F04228261503229
Octal23665137010250465206251
Binary10011110110101101111101000010101000100110101010000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e355f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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