#993558

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

Shades of Lipstick #993558

Tints of Lipstick #993558

Color information

#993558 (or 0x993558) is unknown color: approx Lipstick. HEX triplet: 99, 35 and 58. RGB value is (153,53,88). Sum of RGB (Red+Green+Blue) = 153+53+88=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #993558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993558 is #66CAA7. Grayscale: #565656. Windows color (decimal): -6736552 or 5780889. OLE color: 5780889.

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

Color convert

RGB1535388-
CMYK00.650.420.4
HSL339º48.54%40.39%-
HSV(B)339º65.36%60%-
XYZ16.1710.0210.31-
YUV86.89128.63175.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=52.04%
G=18.03%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153538800.650.420.433948.5440.39
Hex9935580412A281533128
Octal23165130010152505236150
Binary10011001110101101100001000001101010101000101010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993558; }

 p { color: rgb(153,53,88); }

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

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

 a { background-color: rgb(153,53,88); }

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

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

 span { border-color: rgb(153,53,88); }

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