#93336B

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

Shades of Lipstick #93336B

Tints of Lipstick #93336B

Color information

#93336B (or 0x93336B) is unknown color: approx Lipstick. HEX triplet: 93, 33 and 6B. RGB value is (147,51,107). Sum of RGB (Red+Green+Blue) = 147+51+107=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93336B is #6CCC94. Grayscale: #555555. Windows color (decimal): -7130261 or 7025555. OLE color: 7025555.

HSL color Cylindrical-coordinate representation of color #93336B: hue angle of 325º 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 #93336B is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14751107-
CMYK00.650.270.42
HSL325º48.48%38.82%-
HSV(B)325º65.31%57.65%-
XYZ15.879.6314.93-
YUV86.09139.8171.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=48.20%
G=16.72%
B=35.08%

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
Decimal1475110700.650.270.4232548.4838.82
Hex93336B0411B2A1453027
Octal22363153010133525056047
Binary1001001111001111010110100000111011101010101000101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93336B; }

 p { color: rgb(147,51,107); }

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

<style>
 a { background-color: #93336B; }

 a { background-color: rgb(147,51,107); }

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

<style>
 span { border-color: #93336B; }

 span { border-color: rgb(147,51,107); }

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