Html Css Color HEX #524D59 Mulled Wine

📋 copy color: '#524D59'

red 82 ◦ green 77 ◦ blue 89

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

Shades of Mulled Wine #524D59

Tints of Mulled Wine #524D59

RGB

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

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

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

R = 33.06%
G = 31.05%
B = 35.89%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524D59 (or 0x524D59) is known color: Mulled Wine. HEX triplet: 52, 4D and 59. RGB value is (82,77,89). Sum of RGB (Red+Green+Blue) = 82+77+89=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #524D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D59 is #ADB2A6. Grayscale: #4F4F4F. Windows color (decimal): -11383463 or 5852498. OLE color: 5852498.

HSL color Cylindrical-coordinate representation of color #524D59: hue angle of 265º 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 #524D59 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 77 89 -
CMYK 0.08 0.13 0 0.65
HSL 265º 0.07% 0.33% -
HSV(B) 265º 0.13% 0.35% -
XYZ 7.94 7.82 10.54 -
YUV 79.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 82 77 89 0.08 0.13 0 0.65 265 0.07 0.33
Hex 52 4D 59 8 D 0 41 109 7 21
Octal 122 115 131 10 15 0 101 411 7 41
Binary 1010010 1001101 1011001 1000 1101 0 1000001 100001001 111 100001

Color Harmonies of #524D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D59

Black with #524D59

Text Example


Text Example

White with #524D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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