#504759

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

Shades of Mulled Wine #504759

Tints of Mulled Wine #504759

Color information

#504759 (or 0x504759) is unknown color: approx Mulled Wine. HEX triplet: 50, 47 and 59. RGB value is (80,71,89). Sum of RGB (Red+Green+Blue) = 80+71+89=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #504759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504759 is #AFB8A6. Grayscale: #4B4B4B. Windows color (decimal): -11516071 or 5850960. OLE color: 5850960.

HSL color Cylindrical-coordinate representation of color #504759: hue angle of 270º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504759 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB807189-
CMYK0.100.2000.65
HSL270º11.25%31.37%-
HSV(B)270º20.22%34.9%-
XYZ7.366.9310.4-
YUV75.74135.48131.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=33.33%
G=29.58%
B=37.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8071890.100.2000.6527011.2531.37
Hex504759A1404110eb1f
Octal120107131122401014161337
Binary10100001000111101100110101010001000001100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504759; }

 p { color: rgb(80,71,89); }

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

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

 a { background-color: rgb(80,71,89); }

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

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

 span { border-color: rgb(80,71,89); }

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