#9E304D

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

Shades of Lipstick #9E304D

Tints of Lipstick #9E304D

Color information

#9E304D (or 0x9E304D) is unknown color: approx Lipstick. HEX triplet: 9E, 30 and 4D. RGB value is (158,48,77). Sum of RGB (Red+Green+Blue) = 158+48+77=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E304D is #61CFB2. Grayscale: #545454. Windows color (decimal): -6410163 or 5058718. OLE color: 5058718.

HSL color Cylindrical-coordinate representation of color #9E304D: hue angle of 344.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E304D is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1584877-
CMYK00.700.510.38
HSL344.18º53.4%40.39%-
HSV(B)344.18º69.62%61.96%-
XYZ16.59.928.07-
YUV84.2123.94180.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.83%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=55.83%
G=16.96%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158487700.700.510.38344.1853.440.39
Hex9E304D04633261583528
Octal23660115010663465306550
Binary10011110110000100110101000110110011100110101011000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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