#564862

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

Shades of Mulled Wine #564862

Tints of Mulled Wine #564862

Color information

#564862 (or 0x564862) is unknown color: approx Mulled Wine. HEX triplet: 56, 48 and 62. RGB value is (86,72,98). Sum of RGB (Red+Green+Blue) = 86+72+98=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #564862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564862 is #A9B79D. Grayscale: #4F4F4F. Windows color (decimal): -11122590 or 6441046. OLE color: 6441046.

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

Color convert

RGB867298-
CMYK0.120.2700.62
HSL272.31º15.29%33.33%-
HSV(B)272.31º26.53%38.43%-
XYZ8.367.512.56-
YUV79.15138.64132.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=33.59%
G=28.12%
B=38.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8672980.120.2700.62272.3115.2933.33
Hex564862C1B03E110f21
Octal12611014214330764201741
Binary10101101001000110001011001101101111101000100001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564862; }

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

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

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

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

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

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

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

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