#993560

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

Shades of Lipstick #993560

Tints of Lipstick #993560

Color information

#993560 (or 0x993560) is unknown color: approx Lipstick. HEX triplet: 99, 35 and 60. RGB value is (153,53,96). Sum of RGB (Red+Green+Blue) = 153+53+96=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #993560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993560 is #66CA9F. Grayscale: #575757. Windows color (decimal): -6736544 or 6305177. OLE color: 6305177.

HSL color Cylindrical-coordinate representation of color #993560: hue angle of 334.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993560 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1535396-
CMYK00.650.370.4
HSL334.2º48.54%40.39%-
HSV(B)334.2º65.36%60%-
XYZ16.5210.1612.16-
YUV87.8132.63174.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=50.66%
G=17.55%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153539600.650.370.4334.248.5440.39
Hex993560041252814e3128
Octal23165140010145505166150
Binary10011001110101110000001000001100101101000101001110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993560; }

 p { color: rgb(153,53,96); }

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

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

 a { background-color: rgb(153,53,96); }

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

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

 span { border-color: rgb(153,53,96); }

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