#993358

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

Shades of Lipstick #993358

Tints of Lipstick #993358

Color information

#993358 (or 0x993358) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 58. RGB value is (153,51,88). Sum of RGB (Red+Green+Blue) = 153+51+88=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #993358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993358 is #66CCA7. Grayscale: #555555. Windows color (decimal): -6737064 or 5780377. OLE color: 5780377.

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

Color convert

RGB1535188-
CMYK00.670.420.4
HSL338.24º50%40%-
HSV(B)338.24º66.67%60%-
XYZ16.089.8410.29-
YUV85.72129.29175.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=52.40%
G=17.47%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153518800.670.420.4338.245040
Hex9933580432A281523228
Octal23163130010352505226250
Binary10011001110011101100001000011101010101000101010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993358; }

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

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

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

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

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

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

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

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