#93324F

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

Shades of Lipstick #93324F

Tints of Lipstick #93324F

Color information

#93324F (or 0x93324F) is unknown color: approx Lipstick. HEX triplet: 93, 32 and 4F. RGB value is (147,50,79). Sum of RGB (Red+Green+Blue) = 147+50+79=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93324F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93324F is #6CCDB0. Grayscale: #525252. Windows color (decimal): -7130545 or 5190291. OLE color: 5190291.

HSL color Cylindrical-coordinate representation of color #93324F: hue angle of 342.06º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93324F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1475079-
CMYK00.660.460.42
HSL342.06º49.24%38.63%-
HSV(B)342.06º65.99%57.65%-
XYZ14.589.058.38-
YUV82.31126.14174.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=53.26%
G=18.12%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147507900.660.460.42342.0649.2438.63
Hex93324F0422E2A1563127
Octal22362117010256525266147
Binary10010011110010100111101000010101110101010101010110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93324F; }

 p { color: rgb(147,50,79); }

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

<style>
 a { background-color: #93324F; }

 a { background-color: rgb(147,50,79); }

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

<style>
 span { border-color: #93324F; }

 span { border-color: rgb(147,50,79); }

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