#93326D

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

Shades of Lipstick #93326D

Tints of Lipstick #93326D

Color information

#93326D (or 0x93326D) is unknown color: approx Lipstick. HEX triplet: 93, 32 and 6D. RGB value is (147,50,109). Sum of RGB (Red+Green+Blue) = 147+50+109=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93326D is #6CCD92. Grayscale: #555555. Windows color (decimal): -7130515 or 7156371. OLE color: 7156371.

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

Color convert

RGB14750109-
CMYK00.660.260.42
HSL323.51º49.24%38.63%-
HSV(B)323.51º65.99%57.65%-
XYZ15.939.5915.48-
YUV85.73141.14171.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.04%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=48.04%
G=16.34%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475010900.660.260.42323.5149.2438.63
Hex93326D0421A2A1443127
Octal22362155010232525046147
Binary1001001111001011011010100001011010101010101000100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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