#93304f

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

Shades of Lipstick #93304F

Tints of Lipstick #93304F

Color information

#93304F (or 0x93304F) is unknown color: approx Lipstick. HEX triplet: 93, 30 and 4F. RGB value is (147,48,79). Sum of RGB (Red+Green+Blue) = 147+48+79=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93304F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93304F is #6CCFB0. Grayscale: #515151. Windows color (decimal): -7131057 or 5189779. OLE color: 5189779.

HSL color Cylindrical-coordinate representation of color #93304F: hue angle of 341.21º 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 #93304F is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1474879-
CMYK00.670.460.42
HSL341.21º50.77%38.24%-
HSV(B)341.21º67.35%57.65%-
XYZ14.58.888.35-
YUV81.13126.8174.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.65%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=53.65%
G=17.52%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147487900.670.460.42341.2150.7738.24
Hex93304F0432E2A1553326
Octal22360117010356525256346
Binary10010011110000100111101000011101110101010101010101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93304f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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