#9E184C

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

Shades of Lipstick #9E184C

Tints of Lipstick #9E184C

Color information

#9E184C (or 0x9E184C) is unknown color: approx Lipstick. HEX triplet: 9E, 18 and 4C. RGB value is (158,24,76). Sum of RGB (Red+Green+Blue) = 158+24+76=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E184C is #61E7B3. Grayscale: #454545. Windows color (decimal): -6416308 or 4987038. OLE color: 4987038.

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

Color convert

RGB1582476-
CMYK00.850.520.38
HSL336.72º73.63%35.69%-
HSV(B)336.72º84.81%61.96%-
XYZ15.738.447.64-
YUV69.99131.39190.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.24%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=61.24%
G=9.30%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158247600.850.520.38336.7273.6335.69
Hex9E184C05534261514a24
Octal236301140125644652111244
Binary10011110110001001100010101011101001001101010100011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,24,76); }

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

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

 a { background-color: rgb(158,24,76); }

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

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

 span { border-color: rgb(158,24,76); }

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