#93385D

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

Shades of Lipstick #93385D

Tints of Lipstick #93385D

Color information

#93385D (or 0x93385D) is unknown color: approx Lipstick. HEX triplet: 93, 38 and 5D. RGB value is (147,56,93). Sum of RGB (Red+Green+Blue) = 147+56+93=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93385D is #6CC7A2. Grayscale: #575757. Windows color (decimal): -7128995 or 6109331. OLE color: 6109331.

HSL color Cylindrical-coordinate representation of color #93385D: hue angle of 335.6º 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 #93385D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1475693-
CMYK00.620.370.42
HSL335.6º44.83%39.8%-
HSV(B)335.6º61.9%57.65%-
XYZ15.429.8211.44-
YUV87.43131.15170.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=49.66%
G=18.92%
B=31.42%

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
Decimal147569300.620.370.42335.644.8339.8
Hex93385D03E252A1502d28
Octal2237013507645525205550
Binary1001001111100010111010111110100101101010101010000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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