#93144C

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

Shades of Lipstick #93144C

Tints of Lipstick #93144C

Color information

#93144C (or 0x93144C) is unknown color: approx Lipstick. HEX triplet: 93, 14 and 4C. RGB value is (147,20,76). Sum of RGB (Red+Green+Blue) = 147+20+76=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93144C is #6CEBB3. Grayscale: #404040. Windows color (decimal): -7138228 or 4986003. OLE color: 4986003.

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

Color convert

RGB1472076-
CMYK00.860.480.42
HSL333.54º76.05%32.75%-
HSV(B)333.54º86.39%57.65%-
XYZ13.597.237.52-
YUV64.36134.58186.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.49%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=60.49%
G=8.23%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147207600.860.480.42333.5476.0532.75
Hex93144C056302A14e4c21
Octal223241140126605251611441
Binary10010011101001001100010101101100001010101010011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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