#993462

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

Shades of Lipstick #993462

Tints of Lipstick #993462

Color information

#993462 (or 0x993462) is unknown color: approx Lipstick. HEX triplet: 99, 34 and 62. RGB value is (153,52,98). Sum of RGB (Red+Green+Blue) = 153+52+98=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #993462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993462 is #66CB9D. Grayscale: #575757. Windows color (decimal): -6736798 or 6435993. OLE color: 6435993.

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

Color convert

RGB1535298-
CMYK00.660.360.4
HSL332.67º49.27%40.2%-
HSV(B)332.67º66.01%60%-
XYZ16.5710.1112.63-
YUV87.44133.96174.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=50.50%
G=17.16%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153529800.660.360.4332.6749.2740.2
Hex993462042242814d3128
Octal23164142010244505156150
Binary10011001110100110001001000010100100101000101001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993462; }

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

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

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

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

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

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

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

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