#93346C

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

Shades of Lipstick #93346C

Tints of Lipstick #93346C

Color information

#93346C (or 0x93346C) is unknown color: approx Lipstick. HEX triplet: 93, 34 and 6C. RGB value is (147,52,108). Sum of RGB (Red+Green+Blue) = 147+52+108=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93346C is #6CCB93. Grayscale: #565656. Windows color (decimal): -7130004 or 7091347. OLE color: 7091347.

HSL color Cylindrical-coordinate representation of color #93346C: hue angle of 324.63º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93346C is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14752108-
CMYK00.650.270.42
HSL324.63º47.74%39.02%-
HSV(B)324.63º64.63%57.65%-
XYZ15.979.7415.23-
YUV86.79139.97170.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=47.88%
G=16.94%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475210800.650.270.42324.6347.7439.02
Hex93346C0411B2A1453027
Octal22364154010133525056047
Binary1001001111010011011000100000111011101010101000101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,52,108); }

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

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

 a { background-color: rgb(147,52,108); }

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

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

 span { border-color: rgb(147,52,108); }

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