#524762

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

Shades of Mulled Wine #524762

Tints of Mulled Wine #524762

Color information

#524762 (or 0x524762) is unknown color: approx Mulled Wine. HEX triplet: 52, 47 and 62. RGB value is (82,71,98). Sum of RGB (Red+Green+Blue) = 82+71+98=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #524762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524762 is #ADB89D. Grayscale: #4D4D4D. Windows color (decimal): -11384990 or 6440786. OLE color: 6440786.

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

Color convert

RGB827198-
CMYK0.160.2800.62
HSL264.44º15.98%33.14%-
HSV(B)264.44º27.55%38.43%-
XYZ7.947.1812.52-
YUV77.37139.64131.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=32.67%
G=28.29%
B=39.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8271980.160.2800.62264.4415.9833.14
Hex524762101C03E1081021
Octal12210714220340764102041
Binary1010010100011111000101000011100011111010000100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524762; }

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

 H1.HeaderClassName
 {
   color: #524762;
 }
 .AnyTagClassName
 {
   color: #524762;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #524762;
 }
 .BgClassName
 {
   background-color: #524762;
 }
</style>
border-color css

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

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

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