#96325D

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

Shades of Lipstick #96325D

Tints of Lipstick #96325D

Color information

#96325D (or 0x96325D) is unknown color: approx Lipstick. HEX triplet: 96, 32 and 5D. RGB value is (150,50,93). Sum of RGB (Red+Green+Blue) = 150+50+93=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96325D is #69CDA2. Grayscale: #545454. Windows color (decimal): -6933923 or 6107798. OLE color: 6107798.

HSL color Cylindrical-coordinate representation of color #96325D: hue angle of 334.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96325D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1505093-
CMYK00.670.380.41
HSL334.2º50%39.22%-
HSV(B)334.2º66.67%58.82%-
XYZ15.699.5611.37-
YUV84.8132.63174.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=51.19%
G=17.06%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150509300.670.380.41334.25039.22
Hex96325D043262914e3227
Octal22662135010346515166247
Binary10010110110010101110101000011100110101001101001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96325D; }

 p { color: rgb(150,50,93); }

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

<style>
 a { background-color: #96325D; }

 a { background-color: rgb(150,50,93); }

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

<style>
 span { border-color: #96325D; }

 span { border-color: rgb(150,50,93); }

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