#993054

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

Shades of Lipstick #993054

Tints of Lipstick #993054

Color information

#993054 (or 0x993054) is unknown color: approx Lipstick. HEX triplet: 99, 30 and 54. RGB value is (153,48,84). Sum of RGB (Red+Green+Blue) = 153+48+84=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #993054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993054 is #66CFAB. Grayscale: #535353. Windows color (decimal): -6737836 or 5517465. OLE color: 5517465.

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

Color convert

RGB1534884-
CMYK00.690.450.4
HSL339.43º52.24%39.41%-
HSV(B)339.43º68.63%60%-
XYZ15.799.539.39-
YUV83.5128.29177.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=53.68%
G=16.84%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153488400.690.450.4339.4352.2439.41
Hex9930540452D281533427
Octal23160124010555505236447
Binary10011001110000101010001000101101101101000101010011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993054; }

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

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

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

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

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

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

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

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