#9C3363

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

Shades of Lipstick #9C3363

Tints of Lipstick #9C3363

Color information

#9C3363 (or 0x9C3363) is unknown color: approx Lipstick. HEX triplet: 9C, 33 and 63. RGB value is (156,51,99). Sum of RGB (Red+Green+Blue) = 156+51+99=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3363 is #63CC9C. Grayscale: #575757. Windows color (decimal): -6540445 or 6501276. OLE color: 6501276.

HSL color Cylindrical-coordinate representation of color #9C3363: hue angle of 332.57º 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 #9C3363 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1565199-
CMYK00.670.370.39
HSL332.57º50.72%40.59%-
HSV(B)332.57º67.31%61.18%-
XYZ17.1510.3412.9-
YUV87.87134.29176.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=50.98%
G=16.67%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156519900.670.370.39332.5750.7240.59
Hex9C3363043252714d3329
Octal23463143010345475156351
Binary10011100110011110001101000011100101100111101001101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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