#9C3059

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

Shades of Lipstick #9C3059

Tints of Lipstick #9C3059

Color information

#9C3059 (or 0x9C3059) is unknown color: approx Lipstick. HEX triplet: 9C, 30 and 59. RGB value is (156,48,89). Sum of RGB (Red+Green+Blue) = 156+48+89=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3059 is #63CFA6. Grayscale: #545454. Windows color (decimal): -6541223 or 5845148. OLE color: 5845148.

HSL color Cylindrical-coordinate representation of color #9C3059: hue angle of 337.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3059 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1564889-
CMYK00.690.430.39
HSL337.22º52.94%40%-
HSV(B)337.22º69.23%61.18%-
XYZ16.579.910.49-
YUV84.97130.28178.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.24%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 89 (35.16% from 255) = 30.38%
R=53.24%
G=16.38%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156488900.690.430.39337.2252.9440
Hex9C30590452B271513528
Octal23460131010553475216550
Binary10011100110000101100101000101101011100111101010001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,48,89); }

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

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

 a { background-color: rgb(156,48,89); }

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

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

 span { border-color: rgb(156,48,89); }

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