#993157

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

Shades of Lipstick #993157

Tints of Lipstick #993157

Color information

#993157 (or 0x993157) is unknown color: approx Lipstick. HEX triplet: 99, 31 and 57. RGB value is (153,49,87). Sum of RGB (Red+Green+Blue) = 153+49+87=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #993157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993157 is #66CEA8. Grayscale: #545454. Windows color (decimal): -6737577 or 5714329. OLE color: 5714329.

HSL color Cylindrical-coordinate representation of color #993157: hue angle of 338.08º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993157 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB1534987-
CMYK00.680.430.4
HSL338.08º51.49%39.61%-
HSV(B)338.08º67.97%60%-
XYZ15.969.6610.04-
YUV84.43129.46176.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=52.94%
G=16.96%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153498700.680.430.4338.0851.4939.61
Hex9931570442B281523328
Octal23161127010453505226350
Binary10011001110001101011101000100101011101000101010010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993157; }

 p { color: rgb(153,49,87); }

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

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

 a { background-color: rgb(153,49,87); }

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

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

 span { border-color: rgb(153,49,87); }

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