#993153

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

Shades of Lipstick #993153

Tints of Lipstick #993153

Color information

#993153 (or 0x993153) is unknown color: approx Lipstick. HEX triplet: 99, 31 and 53. RGB value is (153,49,83). Sum of RGB (Red+Green+Blue) = 153+49+83=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #993153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993153 is #66CEAC. Grayscale: #535353. Windows color (decimal): -6737581 or 5452185. OLE color: 5452185.

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

Color convert

RGB1534983-
CMYK00.680.460.4
HSL340.38º51.49%39.61%-
HSV(B)340.38º67.97%60%-
XYZ15.89.599.2-
YUV83.97127.46177.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=53.68%
G=17.19%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153498300.680.460.4340.3851.4939.61
Hex9931530442E281543328
Octal23161123010456505246350
Binary10011001110001101001101000100101110101000101010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993153; }

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

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

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

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

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

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

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

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