Html Css Color HEX #524D56 Mulled Wine

📋 copy color: '#524D56'

red 82 ◦ green 77 ◦ blue 86

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

Shades of Mulled Wine #524D56

Tints of Mulled Wine #524D56

RGB

 RED value IS 82 (32.42% from 255) = 33.47%

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

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 33.47%
G = 31.43%
B = 35.1%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#524D56 (or 0x524D56) is known color: Mulled Wine. HEX triplet: 52, 4D and 56. RGB value is (82,77,86). Sum of RGB (Red+Green+Blue) = 82+77+86=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 86 - color contains mainly: blue. Hex color #524D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D56 is #ADB2A9. Grayscale: #4F4F4F. Windows color (decimal): -11383466 or 5655890. OLE color: 5655890.

HSL color Cylindrical-coordinate representation of color #524D56: hue angle of 273.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #524D56 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 77 86 -
CMYK 0.05 0.10 0 0.66
HSL 273.33º 0.06% 0.32% -
HSV(B) 273.33º 0.1% 0.34% -
XYZ 7.81 7.77 9.89 -
YUV 79.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 82 77 86 0.05 0.10 0 0.66 273.33 0.06 0.32
Hex 52 4D 56 5 A 0 42 111 6 20
Octal 122 115 126 5 12 0 102 421 6 40
Binary 1010010 1001101 1010110 101 1010 0 1000010 100010001 110 100000

Color Harmonies of #524D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D56

Black with #524D56

Text Example


Text Example

White with #524D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D56; }

 p { color: rgb(82,77,86); }

 H1.HeaderClassName
 {
   color: #524D56;
 }
 .AnyTagClassName
 {
   color: #524D56;
 }
</style>

background-color css

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

 a { background-color: rgb(82,77,86); }

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

border-color css

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

 span { border-color: rgb(82,77,86); }

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