#9C335D

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

Shades of Lipstick #9C335D

Tints of Lipstick #9C335D

Color information

#9C335D (or 0x9C335D) is unknown color: approx Lipstick. HEX triplet: 9C, 33 and 5D. RGB value is (156,51,93). Sum of RGB (Red+Green+Blue) = 156+51+93=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C335D is #63CCA2. Grayscale: #575757. Windows color (decimal): -6540451 or 6108060. OLE color: 6108060.

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

Color convert

RGB1565193-
CMYK00.670.400.39
HSL336º50.72%40.59%-
HSV(B)336º67.31%61.18%-
XYZ16.8710.2311.44-
YUV87.18131.29177.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 93 (36.72% from 255) = 31%
R=52%
G=17%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156519300.670.400.3933650.7240.59
Hex9C335D04328271503329
Octal23463135010350475206351
Binary10011100110011101110101000011101000100111101010000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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