#993463

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

Shades of Lipstick #993463

Tints of Lipstick #993463

Color information

#993463 (or 0x993463) is unknown color: approx Lipstick. HEX triplet: 99, 34 and 63. RGB value is (153,52,99). Sum of RGB (Red+Green+Blue) = 153+52+99=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #993463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993463 is #66CB9C. Grayscale: #575757. Windows color (decimal): -6736797 or 6501529. OLE color: 6501529.

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

Color convert

RGB1535299-
CMYK00.660.350.4
HSL332.08º49.27%40.2%-
HSV(B)332.08º66.01%60%-
XYZ16.6210.1312.88-
YUV87.56134.46174.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=50.33%
G=17.11%
B=32.57%

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
Decimal153529900.660.350.4332.0849.2740.2
Hex993463042232814c3128
Octal23164143010243505146150
Binary10011001110100110001101000010100011101000101001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993463; }

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

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

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

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

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

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

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

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