#9E2943

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

Shades of Lipstick #9E2943

Tints of Lipstick #9E2943

Color information

#9E2943 (or 0x9E2943) is unknown color: approx Lipstick. HEX triplet: 9E, 29 and 43. RGB value is (158,41,67). Sum of RGB (Red+Green+Blue) = 158+41+67=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2943 is #61D6BC. Grayscale: #4E4E4E. Windows color (decimal): -6411965 or 4401566. OLE color: 4401566.

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

Color convert

RGB1584167-
CMYK00.740.580.38
HSL346.67º58.79%39.02%-
HSV(B)346.67º74.05%61.96%-
XYZ15.919.266.26-
YUV78.95121.26184.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.40%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=59.40%
G=15.41%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158416700.740.580.38346.6758.7939.02
Hex9E294304A3A2615b3b27
Octal23651103011272465337347
Binary10011110101001100001101001010111010100110101011011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,41,67); }

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

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

 a { background-color: rgb(158,41,67); }

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

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

 span { border-color: rgb(158,41,67); }

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