#93304D

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

Shades of Lipstick #93304D

Tints of Lipstick #93304D

Color information

#93304D (or 0x93304D) is unknown color: approx Lipstick. HEX triplet: 93, 30 and 4D. RGB value is (147,48,77). Sum of RGB (Red+Green+Blue) = 147+48+77=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93304D is #6CCFB2. Grayscale: #505050. Windows color (decimal): -7131059 or 5058707. OLE color: 5058707.

HSL color Cylindrical-coordinate representation of color #93304D: hue angle of 342.42º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93304D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1474877-
CMYK00.670.480.42
HSL342.42º50.77%38.24%-
HSV(B)342.42º67.35%57.65%-
XYZ14.438.857.97-
YUV80.91125.8175.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.04%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=54.04%
G=17.65%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147487700.670.480.42342.4250.7738.24
Hex93304D043302A1563326
Octal22360115010360525266346
Binary10010011110000100110101000011110000101010101010110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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