#96294C

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

Shades of Lipstick #96294C

Tints of Lipstick #96294C

Color information

#96294C (or 0x96294C) is unknown color: approx Lipstick. HEX triplet: 96, 29 and 4C. RGB value is (150,41,76). Sum of RGB (Red+Green+Blue) = 150+41+76=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #96294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96294C is #69D6B3. Grayscale: #4D4D4D. Windows color (decimal): -6936244 or 4991382. OLE color: 4991382.

HSL color Cylindrical-coordinate representation of color #96294C: hue angle of 340.73º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96294C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1504176-
CMYK00.730.490.41
HSL340.73º57.07%37.45%-
HSV(B)340.73º72.67%58.82%-
XYZ14.688.597.72-
YUV77.58127.11179.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=56.18%
G=15.36%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150417600.730.490.41340.7357.0737.45
Hex96294C04931291553925
Octal22651114011161515257145
Binary10010110101001100110001001001110001101001101010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96294C; }

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

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

<style>
 a { background-color: #96294C; }

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

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

<style>
 span { border-color: #96294C; }

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

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