#9E365E

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

Shades of Lipstick #9E365E

Tints of Lipstick #9E365E

Color information

#9E365E (or 0x9E365E) is unknown color: approx Lipstick. HEX triplet: 9E, 36 and 5E. RGB value is (158,54,94). Sum of RGB (Red+Green+Blue) = 158+54+94=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E365E is #61C9A1. Grayscale: #595959. Windows color (decimal): -6408610 or 6174366. OLE color: 6174366.

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

Color convert

RGB1585494-
CMYK00.660.410.38
HSL336.92º49.06%41.57%-
HSV(B)336.92º65.82%61.96%-
XYZ17.4410.7211.74-
YUV89.66130.46176.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=51.63%
G=17.65%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158549400.660.410.38336.9249.0641.57
Hex9E365E0422926151312a
Octal23666136010251465216152
Binary10011110110110101111001000010101001100110101010001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,54,94); }

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

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

 a { background-color: rgb(158,54,94); }

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

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

 span { border-color: rgb(158,54,94); }

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