#564763

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

Shades of Mulled Wine #564763

Tints of Mulled Wine #564763

Color information

#564763 (or 0x564763) is unknown color: approx Mulled Wine. HEX triplet: 56, 47 and 63. RGB value is (86,71,99). Sum of RGB (Red+Green+Blue) = 86+71+99=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #564763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564763 is #A9B89C. Grayscale: #4E4E4E. Windows color (decimal): -11122845 or 6506326. OLE color: 6506326.

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

Color convert

RGB867199-
CMYK0.130.2800.61
HSL272.14º16.47%33.33%-
HSV(B)272.14º28.28%38.82%-
XYZ8.347.3912.79-
YUV78.68139.47133.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=33.59%
G=27.73%
B=38.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8671990.130.2800.61272.1416.4733.33
Hex564763D1C03D1101021
Octal12610714315340754202041
Binary101011010001111100011110111100011110110001000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564763; }

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

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

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

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

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

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

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

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