#9E2547

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

Shades of Lipstick #9E2547

Tints of Lipstick #9E2547

Color information

#9E2547 (or 0x9E2547) is unknown color: approx Lipstick. HEX triplet: 9E, 25 and 47. RGB value is (158,37,71). Sum of RGB (Red+Green+Blue) = 158+37+71=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2547 is #61DAB8. Grayscale: #4D4D4D. Windows color (decimal): -6412985 or 4662686. OLE color: 4662686.

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

Color convert

RGB1583771-
CMYK00.770.550.38
HSL343.14º62.05%38.24%-
HSV(B)343.14º76.58%61.96%-
XYZ15.99.056.87-
YUV77.05124.59185.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.40%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=59.40%
G=13.91%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158377100.770.550.38343.1462.0538.24
Hex9E254704D37261573e26
Octal23645107011567465277646
Binary10011110100101100011101001101110111100110101010111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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