#93314F

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

Shades of Lipstick #93314F

Tints of Lipstick #93314F

Color information

#93314F (or 0x93314F) is unknown color: approx Lipstick. HEX triplet: 93, 31 and 4F. RGB value is (147,49,79). Sum of RGB (Red+Green+Blue) = 147+49+79=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93314F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93314F is #6CCEB0. Grayscale: #515151. Windows color (decimal): -7130801 or 5190035. OLE color: 5190035.

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

Color convert

RGB1474979-
CMYK00.670.460.42
HSL341.63º50%38.43%-
HSV(B)341.63º66.67%57.65%-
XYZ14.548.968.36-
YUV81.72126.47174.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.45%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=53.45%
G=17.82%
B=28.73%

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
Decimal147497900.670.460.42341.635038.43
Hex93314F0432E2A1563226
Octal22361117010356525266246
Binary10010011110001100111101000011101110101010101010110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93314F; }

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

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

<style>
 a { background-color: #93314F; }

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

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

<style>
 span { border-color: #93314F; }

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

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