#9E3359

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

Shades of Lipstick #9E3359

Tints of Lipstick #9E3359

Color information

#9E3359 (or 0x9E3359) is unknown color: approx Lipstick. HEX triplet: 9E, 33 and 59. RGB value is (158,51,89). Sum of RGB (Red+Green+Blue) = 158+51+89=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3359 is #61CCA6. Grayscale: #575757. Windows color (decimal): -6409383 or 5845918. OLE color: 5845918.

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

Color convert

RGB1585189-
CMYK00.680.440.38
HSL338.69º51.2%40.98%-
HSV(B)338.69º67.72%61.96%-
XYZ17.0910.3610.55-
YUV87.32128.95178.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.02%
GREEN value IS 51 (20.31% from 255) = 17.11%
BLUE value IS 89 (35.16% from 255) = 29.87%
R=53.02%
G=17.11%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158518900.680.440.38338.6951.240.98
Hex9E33590442C261533329
Octal23663131010454465236351
Binary10011110110011101100101000100101100100110101010011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,51,89); }

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

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

 a { background-color: rgb(158,51,89); }

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

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

 span { border-color: rgb(158,51,89); }

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