#9E2760

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

Shades of Lipstick #9E2760

Tints of Lipstick #9E2760

Color information

#9E2760 (or 0x9E2760) is unknown color: approx Lipstick. HEX triplet: 9E, 27 and 60. RGB value is (158,39,96). Sum of RGB (Red+Green+Blue) = 158+39+96=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2760 is #61D89F. Grayscale: #505050. Windows color (decimal): -6412448 or 6301598. OLE color: 6301598.

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

Color convert

RGB1583996-
CMYK00.750.390.38
HSL331.26º60.41%38.63%-
HSV(B)331.26º75.32%61.96%-
XYZ16.949.5612.02-
YUV81.08136.42182.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.92%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=53.92%
G=13.31%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158399600.750.390.38331.2660.4138.63
Hex9E276004B272614b3c27
Octal23647140011347465137447
Binary10011110100111110000001001011100111100110101001011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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