#93315C

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

Shades of Lipstick #93315C

Tints of Lipstick #93315C

Color information

#93315C (or 0x93315C) is unknown color: approx Lipstick. HEX triplet: 93, 31 and 5C. RGB value is (147,49,92). Sum of RGB (Red+Green+Blue) = 147+49+92=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93315C is #6CCEA3. Grayscale: #535353. Windows color (decimal): -7130788 or 6042003. OLE color: 6042003.

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

Color convert

RGB1474992-
CMYK00.670.370.42
HSL333.67º50%38.43%-
HSV(B)333.67º66.67%57.65%-
XYZ15.069.1711.1-
YUV83.2132.97173.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=51.04%
G=17.01%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147499200.670.370.42333.675038.43
Hex93315C043252A14e3226
Octal22361134010345525166246
Binary10010011110001101110001000011100101101010101001110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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