#9C325D

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

Shades of Lipstick #9C325D

Tints of Lipstick #9C325D

Color information

#9C325D (or 0x9C325D) is unknown color: approx Lipstick. HEX triplet: 9C, 32 and 5D. RGB value is (156,50,93). Sum of RGB (Red+Green+Blue) = 156+50+93=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C325D is #63CDA2. Grayscale: #565656. Windows color (decimal): -6540707 or 6107804. OLE color: 6107804.

HSL color Cylindrical-coordinate representation of color #9C325D: hue angle of 335.66º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C325D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1565093-
CMYK00.680.400.39
HSL335.66º51.46%40.39%-
HSV(B)335.66º67.95%61.18%-
XYZ16.8310.1411.43-
YUV86.6131.62177.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.17%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=52.17%
G=16.72%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156509300.680.400.39335.6651.4640.39
Hex9C325D04428271503328
Octal23462135010450475206350
Binary10011100110010101110101000100101000100111101010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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