#564863

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

Shades of Mulled Wine #564863

Tints of Mulled Wine #564863

Color information

#564863 (or 0x564863) is unknown color: approx Mulled Wine. HEX triplet: 56, 48 and 63. RGB value is (86,72,99). Sum of RGB (Red+Green+Blue) = 86+72+99=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #564863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564863 is #A9B79C. Grayscale: #4F4F4F. Windows color (decimal): -11122589 or 6506582. OLE color: 6506582.

HSL color Cylindrical-coordinate representation of color #564863: hue angle of 271.11º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564863 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB867299-
CMYK0.130.2700.61
HSL271.11º15.79%33.53%-
HSV(B)271.11º27.27%38.82%-
XYZ8.417.5112.81-
YUV79.26139.14132.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=33.46%
G=28.02%
B=38.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8672990.130.2700.61271.1115.7933.53
Hex564863D1B03D10f1022
Octal12611014315330754172042
Binary101011010010001100011110111011011110110000111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564863; }

 p { color: rgb(86,72,99); }

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

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

 a { background-color: rgb(86,72,99); }

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

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

 span { border-color: rgb(86,72,99); }

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