#524560

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

Shades of Mulled Wine #524560

Tints of Mulled Wine #524560

Color information

#524560 (or 0x524560) is unknown color: approx Mulled Wine. HEX triplet: 52, 45 and 60. RGB value is (82,69,96). Sum of RGB (Red+Green+Blue) = 82+69+96=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #524560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524560 is #ADBA9F. Grayscale: #4B4B4B. Windows color (decimal): -11385504 or 6309202. OLE color: 6309202.

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

Color convert

RGB826996-
CMYK0.150.2800.62
HSL268.89º16.36%32.35%-
HSV(B)268.89º28.12%37.65%-
XYZ7.726.8911.99-
YUV75.96139.31132.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=33.20%
G=27.94%
B=38.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8269960.150.2800.62268.8916.3632.35
Hex524560F1C03E10d1020
Octal12210514017340764152040
Binary101001010001011100000111111100011111010000110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524560; }

 p { color: rgb(82,69,96); }

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

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

 a { background-color: rgb(82,69,96); }

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

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

 span { border-color: rgb(82,69,96); }

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