Html Css Color HEX #504D59 Mulled Wine

📋 copy color: '#504D59'

red 80 ◦ green 77 ◦ blue 89

#504D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #504D59

Tints of Mulled Wine #504D59

RGB

 RED value IS 80 (31.64% from 255) = 32.52%

 GREEN value IS 77 (30.47% from 255) = 31.3%

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 32.52%
G = 31.3%
B = 36.18%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504D59 (or 0x504D59) is known color: Mulled Wine. HEX triplet: 50, 4D and 59. RGB value is (80,77,89). Sum of RGB (Red+Green+Blue) = 80+77+89=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #504D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D59 is #AFB2A6. Grayscale: #4F4F4F. Windows color (decimal): -11514535 or 5852496. OLE color: 5852496.

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

Color convert

RGB 80 77 89 -
CMYK 0.10 0.13 0 0.65
HSL 255º 0.07% 0.33% -
HSV(B) 255º 0.13% 0.35% -
XYZ 7.77 7.73 10.53 -
YUV 79.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 80 77 89 0.10 0.13 0 0.65 255 0.07 0.33
Hex 50 4D 59 A D 0 41 FF 7 21
Octal 120 115 131 12 15 0 101 377 7 41
Binary 1010000 1001101 1011001 1010 1101 0 1000001 11111111 111 100001

Color Harmonies of #504D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D59

Black with #504D59

Text Example


Text Example

White with #504D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #504D59;
 }
 .AnyTagClassName
 {
   color: #504D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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