#993366

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

Shades of Lipstick #993366

Tints of Lipstick #993366

Color information

#993366 (or 0x993366) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 66. RGB value is (153,51,102). Sum of RGB (Red+Green+Blue) = 153+51+102=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #993366 is a web safe color. Inversed color of #993366 is #66CC99. Grayscale: #575757. Windows color (decimal): -6737050 or 6697881. OLE color: 6697881.

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

Color convert

RGB15351102-
CMYK00.670.330.4
HSL330º50%40%-
HSV(B)330º66.67%60%-
XYZ16.7210.113.64-
YUV87.31136.29174.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535110200.670.330.43305040
Hex993366043212814a3228
Octal23163146010341505126250
Binary10011001110011110011001000011100001101000101001010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993366; }

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

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

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

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

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

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

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

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