#9E1C54

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

Shades of Lipstick #9E1C54

Tints of Lipstick #9E1C54

Color information

#9E1C54 (or 0x9E1C54) is unknown color: approx Lipstick. HEX triplet: 9E, 1C and 54. RGB value is (158,28,84). Sum of RGB (Red+Green+Blue) = 158+28+84=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C54 is #61E3AB. Grayscale: #494949. Windows color (decimal): -6415276 or 5512350. OLE color: 5512350.

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

Color convert

RGB1582884-
CMYK00.820.470.38
HSL334.15º69.89%36.47%-
HSV(B)334.15º82.28%61.96%-
XYZ16.128.749.23-
YUV73.25134.07188.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.52%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=58.52%
G=10.37%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158288400.820.470.38334.1569.8936.47
Hex9E1C540522F2614e4624
Octal236341240122574651610644
Binary10011110111001010100010100101011111001101010011101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,28,84); }

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

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

 a { background-color: rgb(158,28,84); }

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

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

 span { border-color: rgb(158,28,84); }

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