#524D62

Color #524D62 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #524D62

Tints of Mulled Wine #524D62

Color information

#524D62 (or 0x524D62) is unknown color: approx 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

RGB827798-
CMYK0.160.2100.62
HSL254.29º12%34.31%-
HSV(B)254.29º21.43%38.43%-
XYZ8.347.9812.66-
YUV80.89137.66128.79-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8277980.160.2100.62254.291234.31
Hex524D62101503Efec22
Octal12211514220250763761442
Binary10100101001101110001010000101010111110111111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>