#50465F

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

Shades of Mulled Wine #50465F

Tints of Mulled Wine #50465F

Color information

#50465F (or 0x50465F) is unknown color: approx Mulled Wine. HEX triplet: 50, 46 and 5F. RGB value is (80,70,95). Sum of RGB (Red+Green+Blue) = 80+70+95=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #50465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50465F is #AFB9A0. Grayscale: #4B4B4B. Windows color (decimal): -11516321 or 6243920. OLE color: 6243920.

HSL color Cylindrical-coordinate representation of color #50465F: hue angle of 264º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50465F is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB807095-
CMYK0.160.2600.63
HSL264º15.15%32.35%-
HSV(B)264º26.32%37.25%-
XYZ7.566.9111.76-
YUV75.84138.81130.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=32.65%
G=28.57%
B=38.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8070950.160.2600.6326415.1532.35
Hex50465F101A03F108f20
Octal12010613720320774101740
Binary101000010001101011111100001101001111111000010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,70,95); }

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

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

 a { background-color: rgb(80,70,95); }

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

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

 span { border-color: rgb(80,70,95); }

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