#993255

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

Shades of Lipstick #993255

Tints of Lipstick #993255

Color information

#993255 (or 0x993255) is unknown color: approx Lipstick. HEX triplet: 99, 32 and 55. RGB value is (153,50,85). Sum of RGB (Red+Green+Blue) = 153+50+85=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #993255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993255 is #66CDAA. Grayscale: #545454. Windows color (decimal): -6737323 or 5583513. OLE color: 5583513.

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

Color convert

RGB1535085-
CMYK00.670.440.4
HSL339.61º50.74%39.8%-
HSV(B)339.61º67.32%60%-
XYZ15.929.719.63-
YUV84.79128.12176.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=53.12%
G=17.36%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153508500.670.440.4339.6150.7439.8
Hex9932550432C281543328
Octal23162125010354505246350
Binary10011001110010101010101000011101100101000101010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993255; }

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

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

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

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

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

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

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

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