Html Css Color HEX #504D54 Mulled Wine

📋 copy color: '#504D54'

red 80 ◦ green 77 ◦ blue 84

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

Shades of Mulled Wine #504D54

Tints of Mulled Wine #504D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.85%

R = 33.2%
G = 31.95%
B = 34.85%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#504D54 (or 0x504D54) is known color: Mulled Wine. HEX triplet: 50, 4D and 54. RGB value is (80,77,84). Sum of RGB (Red+Green+Blue) = 80+77+84=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 84 - color contains mainly: blue. Hex color #504D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D54 is #AFB2AB. Grayscale: #4E4E4E. Windows color (decimal): -11514540 or 5524816. OLE color: 5524816.

HSL color Cylindrical-coordinate representation of color #504D54: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #504D54 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 77 84 -
CMYK 0.05 0.08 0 0.67
HSL 265.71º 0.04% 0.32% -
HSV(B) 265.71º 0.08% 0.33% -
XYZ 7.56 7.65 9.47 -
YUV 78.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 80 77 84 0.05 0.08 0 0.67 265.71 0.04 0.32
Hex 50 4D 54 5 8 0 43 10A 4 20
Octal 120 115 124 5 10 0 103 412 4 40
Binary 1010000 1001101 1010100 101 1000 0 1000011 100001010 100 100000

Color Harmonies of #504D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D54

Black with #504D54

Text Example


Text Example

White with #504D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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