#993060

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

Shades of Lipstick #993060

Tints of Lipstick #993060

Color information

#993060 (or 0x993060) is unknown color: approx Lipstick. HEX triplet: 99, 30 and 60. RGB value is (153,48,96). Sum of RGB (Red+Green+Blue) = 153+48+96=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #993060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993060 is #66CF9F. Grayscale: #545454. Windows color (decimal): -6737824 or 6303897. OLE color: 6303897.

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

Color convert

RGB1534896-
CMYK00.690.370.4
HSL332.57º52.24%39.41%-
HSV(B)332.57º68.63%60%-
XYZ16.319.7312.09-
YUV84.87134.29176.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=51.52%
G=16.16%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153489600.690.370.4332.5752.2439.41
Hex993060045252814d3427
Octal23160140010545505156447
Binary10011001110000110000001000101100101101000101001101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993060; }

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

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

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

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

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

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

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

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