#993464

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

Shades of Lipstick #993464

Tints of Lipstick #993464

Color information

#993464 (or 0x993464) is unknown color: approx Lipstick. HEX triplet: 99, 34 and 64. RGB value is (153,52,100). Sum of RGB (Red+Green+Blue) = 153+52+100=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #993464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993464 is #66CB9B. Grayscale: #575757. Windows color (decimal): -6736796 or 6567065. OLE color: 6567065.

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

Color convert

RGB15352100-
CMYK00.660.350.4
HSL331.49º49.27%40.2%-
HSV(B)331.49º66.01%60%-
XYZ16.6710.1513.14-
YUV87.67134.96174.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=50.16%
G=17.05%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535210000.660.350.4331.4949.2740.2
Hex993464042232814b3128
Octal23164144010243505136150
Binary10011001110100110010001000010100011101000101001011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993464; }

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

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

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

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

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

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

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

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