#993264

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

Shades of Lipstick #993264

Tints of Lipstick #993264

Color information

#993264 (or 0x993264) is unknown color: approx Lipstick. HEX triplet: 99, 32 and 64. RGB value is (153,50,100). Sum of RGB (Red+Green+Blue) = 153+50+100=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #993264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993264 is #66CD9B. Grayscale: #565656. Windows color (decimal): -6737308 or 6566553. OLE color: 6566553.

HSL color Cylindrical-coordinate representation of color #993264: hue angle of 330.87º degrees, saturation: 0.51, 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 #993264 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB15350100-
CMYK00.670.350.4
HSL330.87º50.74%39.8%-
HSV(B)330.87º67.32%60%-
XYZ16.589.9713.11-
YUV86.5135.62175.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=50.50%
G=16.50%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535010000.670.350.4330.8750.7439.8
Hex993264043232814b3328
Octal23162144010343505136350
Binary10011001110010110010001000011100011101000101001011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993264; }

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

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

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

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

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

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

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

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