#93366E

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

Shades of Lipstick #93366E

Tints of Lipstick #93366E

Color information

#93366E (or 0x93366E) is unknown color: approx Lipstick. HEX triplet: 93, 36 and 6E. RGB value is (147,54,110). Sum of RGB (Red+Green+Blue) = 147+54+110=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93366E is #6CC991. Grayscale: #585858. Windows color (decimal): -7129490 or 7222931. OLE color: 7222931.

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

Color convert

RGB14754110-
CMYK00.630.250.42
HSL323.87º46.27%39.41%-
HSV(B)323.87º63.27%57.65%-
XYZ16.179.9715.82-
YUV88.19140.31169.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=47.27%
G=17.36%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475411000.630.250.42323.8746.2739.41
Hex93366E03F192A1442e27
Octal2236615607731525045647
Binary100100111101101101110011111111001101010101000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,54,110); }

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

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

 a { background-color: rgb(147,54,110); }

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

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

 span { border-color: rgb(147,54,110); }

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