#993252

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

Shades of Lipstick #993252

Tints of Lipstick #993252

Color information

#993252 (or 0x993252) is unknown color: approx Lipstick. HEX triplet: 99, 32 and 52. RGB value is (153,50,82). Sum of RGB (Red+Green+Blue) = 153+50+82=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #993252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993252 is #66CDAD. Grayscale: #545454. Windows color (decimal): -6737326 or 5386905. OLE color: 5386905.

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

Color convert

RGB1535082-
CMYK00.670.460.4
HSL341.36º50.74%39.8%-
HSV(B)341.36º67.32%60%-
XYZ15.89.669.01-
YUV84.44126.62176.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=53.68%
G=17.54%
B=28.77%

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
Decimal153508200.670.460.4341.3650.7439.8
Hex9932520432E281553328
Octal23162122010356505256350
Binary10011001110010101001001000011101110101000101010101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993252; }

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

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

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

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

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

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

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

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