#93344C

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

Shades of Lipstick #93344C

Tints of Lipstick #93344C

Color information

#93344C (or 0x93344C) is unknown color: approx Lipstick. HEX triplet: 93, 34 and 4C. RGB value is (147,52,76). Sum of RGB (Red+Green+Blue) = 147+52+76=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93344C is #6CCBB3. Grayscale: #535353. Windows color (decimal): -7130036 or 4994195. OLE color: 4994195.

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

Color convert

RGB1475276-
CMYK00.650.480.42
HSL344.84º47.74%39.02%-
HSV(B)344.84º64.63%57.65%-
XYZ14.579.187.84-
YUV83.14123.97173.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.45%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=53.45%
G=18.91%
B=27.64%

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
Decimal147527600.650.480.42344.8447.7439.02
Hex93344C041302A1593027
Octal22364114010160525316047
Binary10010011110100100110001000001110000101010101011001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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