#9E314F

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

Shades of Lipstick #9E314F

Tints of Lipstick #9E314F

Color information

#9E314F (or 0x9E314F) is unknown color: approx Lipstick. HEX triplet: 9E, 31 and 4F. RGB value is (158,49,79). Sum of RGB (Red+Green+Blue) = 158+49+79=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E314F is #61CEB0. Grayscale: #555555. Windows color (decimal): -6409905 or 5190046. OLE color: 5190046.

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

Color convert

RGB1584979-
CMYK00.690.500.38
HSL343.49º52.66%40.59%-
HSV(B)343.49º68.99%61.96%-
XYZ16.6110.038.46-
YUV85.01124.61180.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.24%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=55.24%
G=17.13%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158497900.690.500.38343.4952.6640.59
Hex9E314F04532261573529
Octal23661117010562465276551
Binary10011110110001100111101000101110010100110101010111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,49,79); }

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

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

 a { background-color: rgb(158,49,79); }

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

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

 span { border-color: rgb(158,49,79); }

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