#993764

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

Shades of Lipstick #993764

Tints of Lipstick #993764

Color information

#993764 (or 0x993764) is unknown color: approx Lipstick. HEX triplet: 99, 37 and 64. RGB value is (153,55,100). Sum of RGB (Red+Green+Blue) = 153+55+100=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #993764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993764 is #66C89B. Grayscale: #595959. Windows color (decimal): -6736028 or 6567833. OLE color: 6567833.

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

Color convert

RGB15355100-
CMYK00.640.350.4
HSL332.45º47.12%40.78%-
HSV(B)332.45º64.05%60%-
XYZ16.810.4213.18-
YUV89.43133.97173.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=49.68%
G=17.86%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535510000.640.350.4332.4547.1240.78
Hex993764040232814c2f29
Octal23167144010043505145751
Binary10011001110111110010001000000100011101000101001100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993764; }

 p { color: rgb(153,55,100); }

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

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

 a { background-color: rgb(153,55,100); }

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

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

 span { border-color: rgb(153,55,100); }

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