#563740

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

Shades of Wine Berry #563740

Tints of Wine Berry #563740

Color information

#563740 (or 0x563740) is unknown color: approx Wine Berry. HEX triplet: 56, 37 and 40. RGB value is (86,55,64). Sum of RGB (Red+Green+Blue) = 86+55+64=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #563740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563740 is #A9C8BF. Grayscale: #414141. Windows color (decimal): -11126976 or 4208470. OLE color: 4208470.

HSL color Cylindrical-coordinate representation of color #563740: hue angle of 342.58º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #563740 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB865564-
CMYK00.360.260.66
HSL342.58º21.99%27.65%-
HSV(B)342.58º36.05%33.73%-
XYZ6.135.085.51-
YUV65.3127.27142.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=41.95%
G=26.83%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86556400.360.260.66342.5821.9927.65
Hex5637400241A42157161c
Octal12667100044321025272634
Binary1010110110111100000001001001101010000101010101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563740; }

 p { color: rgb(86,55,64); }

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

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

 a { background-color: rgb(86,55,64); }

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

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

 span { border-color: rgb(86,55,64); }

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