#93294C

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

Shades of Lipstick #93294C

Tints of Lipstick #93294C

Color information

#93294C (or 0x93294C) is unknown color: approx Lipstick. HEX triplet: 93, 29 and 4C. RGB value is (147,41,76). Sum of RGB (Red+Green+Blue) = 147+41+76=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #93294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93294C is #6CD6B3. Grayscale: #4C4C4C. Windows color (decimal): -7132852 or 4991379. OLE color: 4991379.

HSL color Cylindrical-coordinate representation of color #93294C: hue angle of 340.19º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93294C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1474176-
CMYK00.720.480.42
HSL340.19º56.38%36.86%-
HSV(B)340.19º72.11%57.65%-
XYZ14.138.317.7-
YUV76.68127.62178.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=55.68%
G=15.53%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147417600.720.480.42340.1956.3836.86
Hex93294C048302A1543825
Octal22351114011060525247045
Binary10010011101001100110001001000110000101010101010100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93294C; }

 p { color: rgb(147,41,76); }

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

<style>
 a { background-color: #93294C; }

 a { background-color: rgb(147,41,76); }

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

<style>
 span { border-color: #93294C; }

 span { border-color: rgb(147,41,76); }

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