#504D5C

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

Shades of Mulled Wine #504D5C

Tints of Mulled Wine #504D5C

Color information

#504D5C (or 0x504D5C) is unknown color: approx Mulled Wine. HEX triplet: 50, 4D and 5C. RGB value is (80,77,92). Sum of RGB (Red+Green+Blue) = 80+77+92=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #504D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D5C is #AFB2A3. Grayscale: #4F4F4F. Windows color (decimal): -11514532 or 6049104. OLE color: 6049104.

HSL color Cylindrical-coordinate representation of color #504D5C: hue angle of 252º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504D5C is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB807792-
CMYK0.130.1600.64
HSL252º8.88%33.14%-
HSV(B)252º16.3%36.08%-
XYZ7.897.7911.21-
YUV79.61134.99128.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=32.13%
G=30.92%
B=36.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8077920.130.1600.642528.8833.14
Hex504D5CD10040fc921
Octal120115134152001003741141
Binary10100001001101101110011011000001000000111111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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