#9C345B

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

Shades of Lipstick #9C345B

Tints of Lipstick #9C345B

Color information

#9C345B (or 0x9C345B) is unknown color: approx Lipstick. HEX triplet: 9C, 34 and 5B. RGB value is (156,52,91). Sum of RGB (Red+Green+Blue) = 156+52+91=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C345B is #63CBA4. Grayscale: #575757. Windows color (decimal): -6540197 or 5977244. OLE color: 5977244.

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

Color convert

RGB1565291-
CMYK00.670.420.39
HSL337.5º50%40.78%-
HSV(B)337.5º66.67%61.18%-
XYZ16.8310.2810.99-
YUV87.54129.96176.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.17%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=52.17%
G=17.39%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156529100.670.420.39337.55040.78
Hex9C345B0432A271523229
Octal23464133010352475226251
Binary10011100110100101101101000011101010100111101010010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,52,91); }

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

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

 a { background-color: rgb(156,52,91); }

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

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

 span { border-color: rgb(156,52,91); }

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