Html Css Color HEX #564D61 Mulled Wine

📋 copy color: '#564D61'

red 86 ◦ green 77 ◦ blue 97

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

Shades of Mulled Wine #564D61

Tints of Mulled Wine #564D61

RGB

 RED value IS 86 (33.98% from 255) = 33.08%

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 33.08%
G = 29.62%
B = 37.31%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564D61 (or 0x564D61) is known color: Mulled Wine. HEX triplet: 56, 4D and 61. RGB value is (86,77,97). Sum of RGB (Red+Green+Blue) = 86+77+97=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #564D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D61 is #A9B29E. Grayscale: #515151. Windows color (decimal): -11121311 or 6376790. OLE color: 6376790.

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

Color convert

RGB 86 77 97 -
CMYK 0.11 0.21 0 0.62
HSL 267º 0.11% 0.34% -
HSV(B) 267º 0.21% 0.38% -
XYZ 8.65 8.15 12.43 -
YUV 81.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 86 77 97 0.11 0.21 0 0.62 267 0.11 0.34
Hex 56 4D 61 B 15 0 3E 10B B 22
Octal 126 115 141 13 25 0 76 413 13 42
Binary 1010110 1001101 1100001 1011 10101 0 111110 100001011 1011 100010

Color Harmonies of #564D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D61

Black with #564D61

Text Example


Text Example

White with #564D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #564D61;
 }
 .AnyTagClassName
 {
   color: #564D61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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