Html Css Color HEX #564961 Mulled Wine

📋 copy color: '#564961'

red 86 ◦ green 73 ◦ blue 97

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

Shades of Mulled Wine #564961

Tints of Mulled Wine #564961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 33.59%
G = 28.52%
B = 37.89%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564961 (or 0x564961) is known color: Mulled Wine. HEX triplet: 56, 49 and 61. RGB value is (86,73,97). Sum of RGB (Red+Green+Blue) = 86+73+97=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #564961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564961 is #A9B69E. Grayscale: #4F4F4F. Windows color (decimal): -11122335 or 6375766. OLE color: 6375766.

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

Color convert

RGB 86 73 97 -
CMYK 0.11 0.25 0 0.62
HSL 272.5º 0.14% 0.33% -
HSV(B) 272.5º 0.25% 0.38% -
XYZ 8.38 7.61 12.34 -
YUV 79.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 86 73 97 0.11 0.25 0 0.62 272.5 0.14 0.33
Hex 56 49 61 B 19 0 3E 110 E 21
Octal 126 111 141 13 31 0 76 420 16 41
Binary 1010110 1001001 1100001 1011 11001 0 111110 100010000 1110 100001

Color Harmonies of #564961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564961

Black with #564961

Text Example


Text Example

White with #564961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564961; }

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

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

background-color css

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

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

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

border-color css

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

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

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