#93334D

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

Shades of Lipstick #93334D

Tints of Lipstick #93334D

Color information

#93334D (or 0x93334D) is unknown color: approx Lipstick. HEX triplet: 93, 33 and 4D. RGB value is (147,51,77). Sum of RGB (Red+Green+Blue) = 147+51+77=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93334D is #6CCCB2. Grayscale: #525252. Windows color (decimal): -7130291 or 5059475. OLE color: 5059475.

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

Color convert

RGB1475177-
CMYK00.650.480.42
HSL343.75º48.48%38.82%-
HSV(B)343.75º65.31%57.65%-
XYZ14.569.118.01-
YUV82.67124.8173.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.45%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 77 (30.47% from 255) = 28%
R=53.45%
G=18.55%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147517700.650.480.42343.7548.4838.82
Hex93334D041302A1583027
Octal22363115010160525306047
Binary10010011110011100110101000001110000101010101011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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