#9E325B

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

Shades of Lipstick #9E325B

Tints of Lipstick #9E325B

Color information

#9E325B (or 0x9E325B) is unknown color: approx Lipstick. HEX triplet: 9E, 32 and 5B. RGB value is (158,50,91). Sum of RGB (Red+Green+Blue) = 158+50+91=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E325B is #61CDA4. Grayscale: #565656. Windows color (decimal): -6409637 or 5976734. OLE color: 5976734.

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

Color convert

RGB1585091-
CMYK00.680.420.38
HSL337.22º51.92%40.78%-
HSV(B)337.22º68.35%61.96%-
XYZ17.1310.3110.98-
YUV86.97130.28178.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.84%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=52.84%
G=16.72%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158509100.680.420.38337.2251.9240.78
Hex9E325B0442A261513429
Octal23662133010452465216451
Binary10011110110010101101101000100101010100110101010001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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