#993352

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

Shades of Lipstick #993352

Tints of Lipstick #993352

Color information

#993352 (or 0x993352) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 52. RGB value is (153,51,82). Sum of RGB (Red+Green+Blue) = 153+51+82=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #993352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993352 is #66CCAD. Grayscale: #555555. Windows color (decimal): -6737070 or 5387161. OLE color: 5387161.

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

Color convert

RGB1535182-
CMYK00.670.460.4
HSL341.76º50%40%-
HSV(B)341.76º66.67%60%-
XYZ15.849.759.03-
YUV85.03126.29176.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=53.50%
G=17.83%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153518200.670.460.4341.765040
Hex9933520432E281563228
Octal23163122010356505266250
Binary10011001110011101001001000011101110101000101010110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993352; }

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

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

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

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

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

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

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

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