Html Css Color HEX #524D66 Mulled Wine

📋 copy color: '#524D66'

red 82 ◦ green 77 ◦ blue 102

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

Shades of Mulled Wine #524D66

Tints of Mulled Wine #524D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.08%

R = 31.42%
G = 29.5%
B = 39.08%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#524D66 (or 0x524D66) is known color: Mulled Wine. HEX triplet: 52, 4D and 66. RGB value is (82,77,102). Sum of RGB (Red+Green+Blue) = 82+77+102=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #524D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D66 is #ADB299. Grayscale: #515151. Windows color (decimal): -11383450 or 6704466. OLE color: 6704466.

HSL color Cylindrical-coordinate representation of color #524D66: hue angle of 252º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #524D66 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 77 102 -
CMYK 0.20 0.25 0 0.6
HSL 252º 0.14% 0.35% -
HSV(B) 252º 0.25% 0.4% -
XYZ 8.53 8.06 13.68 -
YUV 81.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 82 77 102 0.20 0.25 0 0.6 252 0.14 0.35
Hex 52 4D 66 14 19 0 3C FC E 23
Octal 122 115 146 24 31 0 74 374 16 43
Binary 1010010 1001101 1100110 10100 11001 0 111100 11111100 1110 100011

Color Harmonies of #524D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D66

Black with #524D66

Text Example


Text Example

White with #524D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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