#504D58

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

Shades of Mulled Wine #504D58

Tints of Mulled Wine #504D58

Color information

#504D58 (or 0x504D58) is unknown color: approx Mulled Wine. HEX triplet: 50, 4D and 58. RGB value is (80,77,88). Sum of RGB (Red+Green+Blue) = 80+77+88=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: blue. Hex color #504D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D58 is #AFB2A7. Grayscale: #4F4F4F. Windows color (decimal): -11514536 or 5786960. OLE color: 5786960.

HSL color Cylindrical-coordinate representation of color #504D58: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504D58 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB807788-
CMYK0.090.1200.65
HSL256.36º6.67%32.35%-
HSV(B)256.36º12.5%34.51%-
XYZ7.727.7210.32-
YUV79.15132.99128.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=32.65%
G=31.43%
B=35.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8077880.090.1200.65256.366.6732.35
Hex504D589C041100720
Octal12011513011140101400740
Binary1010000100110110110001001110001000001100000000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D58; }

 p { color: rgb(80,77,88); }

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

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

 a { background-color: rgb(80,77,88); }

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

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

 span { border-color: rgb(80,77,88); }

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