#993466

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

Shades of Lipstick #993466

Tints of Lipstick #993466

Color information

#993466 (or 0x993466) is unknown color: approx Lipstick. HEX triplet: 99, 34 and 66. RGB value is (153,52,102). Sum of RGB (Red+Green+Blue) = 153+52+102=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #993466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993466 is #66CB99. Grayscale: #575757. Windows color (decimal): -6736794 or 6698137. OLE color: 6698137.

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

Color convert

RGB15352102-
CMYK00.660.330.4
HSL330.3º49.27%40.2%-
HSV(B)330.3º66.01%60%-
XYZ16.7610.1913.65-
YUV87.9135.96174.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=49.84%
G=16.94%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535210200.660.330.4330.349.2740.2
Hex993466042212814a3128
Octal23164146010241505126150
Binary10011001110100110011001000010100001101000101001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993466; }

 p { color: rgb(153,52,102); }

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

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

 a { background-color: rgb(153,52,102); }

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

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

 span { border-color: rgb(153,52,102); }

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