Html Css Color HEX #564A61 Mulled Wine

📋 copy color: '#564A61'

red 86 ◦ green 74 ◦ blue 97

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

Shades of Mulled Wine #564A61

Tints of Mulled Wine #564A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 33.46%
G = 28.79%
B = 37.74%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564A61 (or 0x564A61) is known color: Mulled Wine. HEX triplet: 56, 4A and 61. RGB value is (86,74,97). Sum of RGB (Red+Green+Blue) = 86+74+97=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #564A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A61 is #A9B59E. Grayscale: #505050. Windows color (decimal): -11122079 or 6376022. OLE color: 6376022.

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

Color convert

RGB 86 74 97 -
CMYK 0.11 0.24 0 0.62
HSL 271.3º 0.13% 0.34% -
HSV(B) 271.3º 0.24% 0.38% -
XYZ 8.44 7.74 12.36 -
YUV 80.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 86 74 97 0.11 0.24 0 0.62 271.3 0.13 0.34
Hex 56 4A 61 B 18 0 3E 10F D 22
Octal 126 112 141 13 30 0 76 417 15 42
Binary 1010110 1001010 1100001 1011 11000 0 111110 100001111 1101 100010

Color Harmonies of #564A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A61

Black with #564A61

Text Example


Text Example

White with #564A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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