#93315E

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

Shades of Lipstick #93315E

Tints of Lipstick #93315E

Color information

#93315E (or 0x93315E) is unknown color: approx Lipstick. HEX triplet: 93, 31 and 5E. RGB value is (147,49,94). Sum of RGB (Red+Green+Blue) = 147+49+94=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93315E is #6CCEA1. Grayscale: #535353. Windows color (decimal): -7130786 or 6173075. OLE color: 6173075.

HSL color Cylindrical-coordinate representation of color #93315E: hue angle of 332.45º 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 #93315E is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1474994-
CMYK00.670.360.42
HSL332.45º50%38.43%-
HSV(B)332.45º66.67%57.65%-
XYZ15.159.2111.57-
YUV83.43133.97173.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.69%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=50.69%
G=16.90%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147499400.670.360.42332.455038.43
Hex93315E043242A14c3226
Octal22361136010344525146246
Binary10010011110001101111001000011100100101010101001100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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