#993960

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

Shades of Lipstick #993960

Tints of Lipstick #993960

Color information

#993960 (or 0x993960) is unknown color: approx Lipstick. HEX triplet: 99, 39 and 60. RGB value is (153,57,96). Sum of RGB (Red+Green+Blue) = 153+57+96=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #993960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993960 is #66C69F. Grayscale: #5A5A5A. Windows color (decimal): -6735520 or 6306201. OLE color: 6306201.

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

Color convert

RGB1535796-
CMYK00.630.370.4
HSL335.62º45.71%41.18%-
HSV(B)335.62º62.75%60%-
XYZ16.7110.5412.22-
YUV90.15131.3172.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=50%
G=18.63%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153579600.630.370.4335.6245.7141.18
Hex99396003F25281502e29
Octal2317114007745505205651
Binary1001100111100111000000111111100101101000101010000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993960; }

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

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

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

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

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

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

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

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