#93385C

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

Shades of Lipstick #93385C

Tints of Lipstick #93385C

Color information

#93385C (or 0x93385C) is unknown color: approx Lipstick. HEX triplet: 93, 38 and 5C. RGB value is (147,56,92). Sum of RGB (Red+Green+Blue) = 147+56+92=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93385C is #6CC7A3. Grayscale: #575757. Windows color (decimal): -7128996 or 6043795. OLE color: 6043795.

HSL color Cylindrical-coordinate representation of color #93385C: hue angle of 336.26º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93385C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1475692-
CMYK00.620.370.42
HSL336.26º44.83%39.8%-
HSV(B)336.26º61.9%57.65%-
XYZ15.389.811.21-
YUV87.31130.65170.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=49.83%
G=18.98%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147569200.620.370.42336.2644.8339.8
Hex93385C03E252A1502d28
Octal2237013407645525205550
Binary1001001111100010111000111110100101101010101010000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93385C; }

 p { color: rgb(147,56,92); }

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

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

 a { background-color: rgb(147,56,92); }

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

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

 span { border-color: rgb(147,56,92); }

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