#9E3259

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

Shades of Lipstick #9E3259

Tints of Lipstick #9E3259

Color information

#9E3259 (or 0x9E3259) is unknown color: approx Lipstick. HEX triplet: 9E, 32 and 59. RGB value is (158,50,89). Sum of RGB (Red+Green+Blue) = 158+50+89=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3259 is #61CDA6. Grayscale: #565656. Windows color (decimal): -6409639 or 5845662. OLE color: 5845662.

HSL color Cylindrical-coordinate representation of color #9E3259: hue angle of 338.33º degrees, saturation: 0.52, 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 #9E3259 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1585089-
CMYK00.680.440.38
HSL338.33º51.92%40.78%-
HSV(B)338.33º68.35%61.96%-
XYZ17.0410.2710.54-
YUV86.74129.28178.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.20%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=53.20%
G=16.84%
B=29.97%

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
Decimal158508900.680.440.38338.3351.9240.78
Hex9E32590442C261523429
Octal23662131010454465226451
Binary10011110110010101100101000100101100100110101010010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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