#993757

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

Shades of Lipstick #993757

Tints of Lipstick #993757

Color information

#993757 (or 0x993757) is unknown color: approx Lipstick. HEX triplet: 99, 37 and 57. RGB value is (153,55,87). Sum of RGB (Red+Green+Blue) = 153+55+87=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #993757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993757 is #66C8A8. Grayscale: #575757. Windows color (decimal): -6736041 or 5715865. OLE color: 5715865.

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

Color convert

RGB1535587-
CMYK00.640.430.4
HSL340.41º47.12%40.78%-
HSV(B)340.41º64.05%60%-
XYZ16.2210.1910.13-
YUV87.95127.47174.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=51.86%
G=18.64%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153558700.640.430.4340.4147.1240.78
Hex9937570402B281542f29
Octal23167127010053505245751
Binary10011001110111101011101000000101011101000101010100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993757; }

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

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

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

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

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

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

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

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