#96304C

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

Shades of Lipstick #96304C

Tints of Lipstick #96304C

Color information

#96304C (or 0x96304C) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 4C. RGB value is (150,48,76). Sum of RGB (Red+Green+Blue) = 150+48+76=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96304C is #69CFB3. Grayscale: #515151. Windows color (decimal): -6934452 or 4993174. OLE color: 4993174.

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

Color convert

RGB1504876-
CMYK00.680.490.41
HSL343.53º51.52%38.82%-
HSV(B)343.53º68%58.82%-
XYZ14.949.127.81-
YUV81.69124.79176.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=54.74%
G=17.52%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150487600.680.490.41343.5351.5238.82
Hex96304C04431291583427
Octal22660114010461515306447
Binary10010110110000100110001000100110001101001101011000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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