#993454

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

Shades of Lipstick #993454

Tints of Lipstick #993454

Color information

#993454 (or 0x993454) is unknown color: approx Lipstick. HEX triplet: 99, 34 and 54. RGB value is (153,52,84). Sum of RGB (Red+Green+Blue) = 153+52+84=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #993454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993454 is #66CBAB. Grayscale: #555555. Windows color (decimal): -6736812 or 5518489. OLE color: 5518489.

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

Color convert

RGB1535284-
CMYK00.660.450.4
HSL340.99º49.27%40.2%-
HSV(B)340.99º66.01%60%-
XYZ15.979.879.45-
YUV85.85126.96175.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=52.94%
G=17.99%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153528400.660.450.4340.9949.2740.2
Hex9934540422D281553128
Octal23164124010255505256150
Binary10011001110100101010001000010101101101000101010101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993454; }

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

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

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

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

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

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

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

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