#564962

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

Shades of Mulled Wine #564962

Tints of Mulled Wine #564962

Color information

#564962 (or 0x564962) is unknown color: approx Mulled Wine. HEX triplet: 56, 49 and 62. RGB value is (86,73,98). Sum of RGB (Red+Green+Blue) = 86+73+98=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 73 (28.91% from 255 or 28.40% 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 #564962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564962 is #A9B69D. Grayscale: #4F4F4F. Windows color (decimal): -11122334 or 6441302. OLE color: 6441302.

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

Color convert

RGB867398-
CMYK0.120.2600.62
HSL271.2º14.62%33.53%-
HSV(B)271.2º25.51%38.43%-
XYZ8.427.6312.58-
YUV79.74138.31132.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=33.46%
G=28.40%
B=38.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8673980.120.2600.62271.214.6233.53
Hex564962C1A03E10ff22
Octal12611114214320764171742
Binary10101101001001110001011001101001111101000011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564962; }

 p { color: rgb(86,73,98); }

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

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

 a { background-color: rgb(86,73,98); }

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

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

 span { border-color: rgb(86,73,98); }

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