#9C355D

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

Shades of Lipstick #9C355D

Tints of Lipstick #9C355D

Color information

#9C355D (or 0x9C355D) is unknown color: approx Lipstick. HEX triplet: 9C, 35 and 5D. RGB value is (156,53,93). Sum of RGB (Red+Green+Blue) = 156+53+93=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C355D is #63CAA2. Grayscale: #585858. Windows color (decimal): -6539939 or 6108572. OLE color: 6108572.

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

Color convert

RGB1565393-
CMYK00.660.400.39
HSL336.7º49.28%40.98%-
HSV(B)336.7º66.03%61.18%-
XYZ16.9610.411.47-
YUV88.36130.62176.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=51.66%
G=17.55%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156539300.660.400.39336.749.2840.98
Hex9C355D04228271513129
Octal23465135010250475216151
Binary10011100110101101110101000010101000100111101010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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