#9C3364

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

Shades of Lipstick #9C3364

Tints of Lipstick #9C3364

Color information

#9C3364 (or 0x9C3364) is unknown color: approx Lipstick. HEX triplet: 9C, 33 and 64. RGB value is (156,51,100). Sum of RGB (Red+Green+Blue) = 156+51+100=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3364 is #63CC9B. Grayscale: #575757. Windows color (decimal): -6540444 or 6566812. OLE color: 6566812.

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

Color convert

RGB15651100-
CMYK00.670.360.39
HSL332º50.72%40.59%-
HSV(B)332º67.31%61.18%-
XYZ17.1910.3613.15-
YUV87.98134.79176.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.81%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=50.81%
G=16.61%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565110000.670.360.3933250.7240.59
Hex9C3364043242714c3329
Octal23463144010344475146351
Binary10011100110011110010001000011100100100111101001100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,51,100); }

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

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

 a { background-color: rgb(156,51,100); }

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

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

 span { border-color: rgb(156,51,100); }

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