#9E2052

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

Shades of Lipstick #9E2052

Tints of Lipstick #9E2052

Color information

#9E2052 (or 0x9E2052) is unknown color: approx Lipstick. HEX triplet: 9E, 20 and 52. RGB value is (158,32,82). Sum of RGB (Red+Green+Blue) = 158+32+82=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2052 is #61DFAD. Grayscale: #4B4B4B. Windows color (decimal): -6414254 or 5382302. OLE color: 5382302.

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

Color convert

RGB1583282-
CMYK00.800.480.38
HSL336.19º66.32%37.25%-
HSV(B)336.19º79.75%61.96%-
XYZ16.148.918.85-
YUV75.37131.74186.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.09%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=58.09%
G=11.76%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158328200.800.480.38336.1966.3237.25
Hex9E205205030261504225
Octal236401220120604652010245
Binary100111101000001010010010100001100001001101010100001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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