#9E2047

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

Shades of Lipstick #9E2047

Tints of Lipstick #9E2047

Color information

#9E2047 (or 0x9E2047) is unknown color: approx Lipstick. HEX triplet: 9E, 20 and 47. RGB value is (158,32,71). Sum of RGB (Red+Green+Blue) = 158+32+71=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2047 is #61DFB8. Grayscale: #4A4A4A. Windows color (decimal): -6414265 or 4661406. OLE color: 4661406.

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

Color convert

RGB1583271-
CMYK00.800.550.38
HSL341.43º66.32%37.25%-
HSV(B)341.43º79.75%61.96%-
XYZ15.758.766.82-
YUV74.12126.24187.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.54%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=60.54%
G=12.26%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158327100.800.550.38341.4366.3237.25
Hex9E204705037261554225
Octal236401070120674652510245
Binary100111101000001000111010100001101111001101010101011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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