Html Css Color HEX #564863 Mulled Wine

📋 copy color: '#564863'

red 86 ◦ green 72 ◦ blue 99

#564863
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #564863

Tints of Mulled Wine #564863

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 value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#564863 (or 0x564863) is known color: 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

RGB 86 72 99 -
CMYK 0.13 0.27 0 0.61
HSL 271.11º 0.16% 0.34% -
HSV(B) 271.11º 0.27% 0.39% -
XYZ 8.41 7.51 12.81 -
YUV 79.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 86 72 99 0.13 0.27 0 0.61 271.11 0.16 0.34
Hex 56 48 63 D 1B 0 3D 10F 10 22
Octal 126 110 143 15 33 0 75 417 20 42
Binary 1010110 1001000 1100011 1101 11011 0 111101 100001111 10000 100010

Color Harmonies of #564863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564863

Black with #564863

Text Example


Text Example

White with #564863

Text Example


Text Example

HTML Codes & Css Web 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>