#9E2C47

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

Shades of Lipstick #9E2C47

Tints of Lipstick #9E2C47

Color information

#9E2C47 (or 0x9E2C47) is unknown color: approx Lipstick. HEX triplet: 9E, 2C and 47. RGB value is (158,44,71). Sum of RGB (Red+Green+Blue) = 158+44+71=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2C47 is #61D3B8. Grayscale: #515151. Windows color (decimal): -6411193 or 4664478. OLE color: 4664478.

HSL color Cylindrical-coordinate representation of color #9E2C47: hue angle of 345.79º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2C47 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1584471-
CMYK00.720.550.38
HSL345.79º56.44%39.61%-
HSV(B)345.79º72.15%61.96%-
XYZ16.149.536.95-
YUV81.16122.27182.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.88%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=57.88%
G=16.12%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158447100.720.550.38345.7956.4439.61
Hex9E2C47048372615a3828
Octal23654107011067465327050
Binary10011110101100100011101001000110111100110101011010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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