#9E164C

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

Shades of Lipstick #9E164C

Tints of Lipstick #9E164C

Color information

#9E164C (or 0x9E164C) is unknown color: approx Lipstick. HEX triplet: 9E, 16 and 4C. RGB value is (158,22,76). Sum of RGB (Red+Green+Blue) = 158+22+76=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E164C is #61E9B3. Grayscale: #444444. Windows color (decimal): -6416820 or 4986526. OLE color: 4986526.

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

Color convert

RGB1582276-
CMYK00.860.520.38
HSL336.18º75.56%35.29%-
HSV(B)336.18º86.08%61.96%-
XYZ15.698.367.62-
YUV68.82132.06191.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.72%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=61.72%
G=8.59%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158227600.860.520.38336.1875.5635.29
Hex9E164C05634261504c23
Octal236261140126644652011443
Binary10011110101101001100010101101101001001101010100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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