#993455

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

Shades of Lipstick #993455

Tints of Lipstick #993455

Color information

#993455 (or 0x993455) is unknown color: approx Lipstick. HEX triplet: 99, 34 and 55. RGB value is (153,52,85). Sum of RGB (Red+Green+Blue) = 153+52+85=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #993455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993455 is #66CBAA. Grayscale: #555555. Windows color (decimal): -6736811 or 5584025. OLE color: 5584025.

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

Color convert

RGB1535285-
CMYK00.660.440.4
HSL340.4º49.27%40.2%-
HSV(B)340.4º66.01%60%-
XYZ169.889.66-
YUV85.96127.46175.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=52.76%
G=17.93%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153528500.660.440.4340.449.2740.2
Hex9934550422C281543128
Octal23164125010254505246150
Binary10011001110100101010101000010101100101000101010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993455; }

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

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

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

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

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

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

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

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