#9E184D

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

Shades of Lipstick #9E184D

Tints of Lipstick #9E184D

Color information

#9E184D (or 0x9E184D) is unknown color: approx Lipstick. HEX triplet: 9E, 18 and 4D. RGB value is (158,24,77). Sum of RGB (Red+Green+Blue) = 158+24+77=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E184D is #61E7B2. Grayscale: #464646. Windows color (decimal): -6416307 or 5052574. OLE color: 5052574.

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

Color convert

RGB1582477-
CMYK00.850.510.38
HSL336.27º73.63%35.69%-
HSV(B)336.27º84.81%61.96%-
XYZ15.778.467.82-
YUV70.11131.89190.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.00%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=61.00%
G=9.27%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158247700.850.510.38336.2773.6335.69
Hex9E184D05533261504a24
Octal236301150125634652011244
Binary10011110110001001101010101011100111001101010100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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