#9e2059

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

Shades of Lipstick #9E2059

Tints of Lipstick #9E2059

Color information

#9E2059 (or 0x9E2059) is unknown color: approx Lipstick. HEX triplet: 9E, 20 and 59. RGB value is (158,32,89). Sum of RGB (Red+Green+Blue) = 158+32+89=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2059 is #61DFA6. Grayscale: #4C4C4C. Windows color (decimal): -6414247 or 5841054. OLE color: 5841054.

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

Color convert

RGB1583289-
CMYK00.800.440.38
HSL332.86º66.32%37.25%-
HSV(B)332.86º79.75%61.96%-
XYZ16.429.0210.33-
YUV76.17135.24186.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=56.63%
G=11.47%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158328900.800.440.38332.8666.3237.25
Hex9E20590502C2614d4225
Octal236401310120544651510245
Binary100111101000001011001010100001011001001101010011011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e2059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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