#9E275F

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

Shades of Lipstick #9E275F

Tints of Lipstick #9E275F

Color information

#9E275F (or 0x9E275F) is unknown color: approx Lipstick. HEX triplet: 9E, 27 and 5F. RGB value is (158,39,95). Sum of RGB (Red+Green+Blue) = 158+39+95=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E275F is #61D8A0. Grayscale: #505050. Windows color (decimal): -6412449 or 6236062. OLE color: 6236062.

HSL color Cylindrical-coordinate representation of color #9E275F: hue angle of 331.76º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E275F is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1583995-
CMYK00.750.400.38
HSL331.76º60.41%38.63%-
HSV(B)331.76º75.32%61.96%-
XYZ16.899.5511.78-
YUV80.96135.92182.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 39 (15.62% from 255) = 13.36%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=54.11%
G=13.36%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158399500.750.400.38331.7660.4138.63
Hex9E275F04B282614c3c27
Octal23647137011350465147447
Binary10011110100111101111101001011101000100110101001100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,39,95); }

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

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

 a { background-color: rgb(158,39,95); }

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

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

 span { border-color: rgb(158,39,95); }

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