#993056

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

Shades of Lipstick #993056

Tints of Lipstick #993056

Color information

#993056 (or 0x993056) is unknown color: approx Lipstick. HEX triplet: 99, 30 and 56. RGB value is (153,48,86). Sum of RGB (Red+Green+Blue) = 153+48+86=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #993056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993056 is #66CFA9. Grayscale: #535353. Windows color (decimal): -6737834 or 5648537. OLE color: 5648537.

HSL color Cylindrical-coordinate representation of color #993056: hue angle of 338.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993056 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1534886-
CMYK00.690.440.4
HSL338.29º52.24%39.41%-
HSV(B)338.29º68.63%60%-
XYZ15.879.569.81-
YUV83.73129.29177.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=53.31%
G=16.72%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153488600.690.440.4338.2952.2439.41
Hex9930560452C281523427
Octal23160126010554505226447
Binary10011001110000101011001000101101100101000101010010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993056; }

 p { color: rgb(153,48,86); }

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

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

 a { background-color: rgb(153,48,86); }

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

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

 span { border-color: rgb(153,48,86); }

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