#9A294C

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

Shades of Lipstick #9A294C

Tints of Lipstick #9A294C

Color information

#9A294C (or 0x9A294C) is unknown color: approx Lipstick. HEX triplet: 9A, 29 and 4C. RGB value is (154,41,76). Sum of RGB (Red+Green+Blue) = 154+41+76=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A294C is #65D6B3. Grayscale: #4E4E4E. Windows color (decimal): -6674100 or 4991386. OLE color: 4991386.

HSL color Cylindrical-coordinate representation of color #9A294C: hue angle of 341.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A294C is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1544176-
CMYK00.730.510.40
HSL341.42º57.95%38.24%-
HSV(B)341.42º73.38%60.39%-
XYZ15.428.987.76-
YUV78.78126.44181.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.83%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=56.83%
G=15.13%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154417600.730.510.40341.4257.9538.24
Hex9A294C04933281553a26
Octal23251114011163505257246
Binary10011010101001100110001001001110011101000101010101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,41,76); }

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

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

 a { background-color: rgb(154,41,76); }

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

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

 span { border-color: rgb(154,41,76); }

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