#564A61

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

Shades of Mulled Wine #564A61

Tints of Mulled Wine #564A61

Color information

#564A61 (or 0x564A61) is unknown color: approx Mulled Wine. HEX triplet: 56, 4A and 61. RGB value is (86,74,97). Sum of RGB (Red+Green+Blue) = 86+74+97=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #564A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A61 is #A9B59E. Grayscale: #505050. Windows color (decimal): -11122079 or 6376022. OLE color: 6376022.

HSL color Cylindrical-coordinate representation of color #564A61: hue angle of 271.3º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564A61 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB867497-
CMYK0.110.2400.62
HSL271.3º13.45%33.53%-
HSV(B)271.3º23.71%38.04%-
XYZ8.447.7412.36-
YUV80.21137.48132.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=33.46%
G=28.79%
B=37.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8674970.110.2400.62271.313.4533.53
Hex564A61B1803E10fd22
Octal12611214113300764171542
Binary10101101001010110000110111100001111101000011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A61; }

 p { color: rgb(86,74,97); }

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

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

 a { background-color: rgb(86,74,97); }

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

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

 span { border-color: rgb(86,74,97); }

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