Html Css Color HEX #524D55 Mulled Wine

📋 copy color: '#524D55'

red 82 ◦ green 77 ◦ blue 85

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

Shades of Mulled Wine #524D55

Tints of Mulled Wine #524D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.84%

R = 33.61%
G = 31.56%
B = 34.84%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#524D55 (or 0x524D55) is known color: Mulled Wine. HEX triplet: 52, 4D and 55. RGB value is (82,77,85). Sum of RGB (Red+Green+Blue) = 82+77+85=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 85 - color contains mainly: blue. Hex color #524D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D55 is #ADB2AA. Grayscale: #4F4F4F. Windows color (decimal): -11383467 or 5590354. OLE color: 5590354.

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

Color convert

RGB 82 77 85 -
CMYK 0.04 0.09 0 0.67
HSL 277.5º 0.05% 0.32% -
HSV(B) 277.5º 0.09% 0.33% -
XYZ 7.77 7.76 9.68 -
YUV 79.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 82 77 85 0.04 0.09 0 0.67 277.5 0.05 0.32
Hex 52 4D 55 4 9 0 43 116 5 20
Octal 122 115 125 4 11 0 103 426 5 40
Binary 1010010 1001101 1010101 100 1001 0 1000011 100010110 101 100000

Color Harmonies of #524D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D55

Black with #524D55

Text Example


Text Example

White with #524D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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