Html Css Color HEX #524D62 Mulled Wine

📋 copy color: '#524D62'

red 82 ◦ green 77 ◦ blue 98

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

Shades of Mulled Wine #524D62

Tints of Mulled Wine #524D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 31.91%
G = 29.96%
B = 38.13%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524D62 (or 0x524D62) is known color: Mulled Wine. HEX triplet: 52, 4D and 62. RGB value is (82,77,98). Sum of RGB (Red+Green+Blue) = 82+77+98=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #524D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D62 is #ADB29D. Grayscale: #505050. Windows color (decimal): -11383454 or 6442322. OLE color: 6442322.

HSL color Cylindrical-coordinate representation of color #524D62: hue angle of 254.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #524D62 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 77 98 -
CMYK 0.16 0.21 0 0.62
HSL 254.29º 0.12% 0.34% -
HSV(B) 254.29º 0.21% 0.38% -
XYZ 8.34 7.98 12.66 -
YUV 80.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 82 77 98 0.16 0.21 0 0.62 254.29 0.12 0.34
Hex 52 4D 62 10 15 0 3E FE C 22
Octal 122 115 142 20 25 0 76 376 14 42
Binary 1010010 1001101 1100010 10000 10101 0 111110 11111110 1100 100010

Color Harmonies of #524D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D62

Black with #524D62

Text Example


Text Example

White with #524D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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