#563640

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

Shades of Wine Berry #563640

Tints of Wine Berry #563640

Color information

#563640 (or 0x563640) is unknown color: approx Wine Berry. HEX triplet: 56, 36 and 40. RGB value is (86,54,64). Sum of RGB (Red+Green+Blue) = 86+54+64=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #563640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563640 is #A9C9BF. Grayscale: #404040. Windows color (decimal): -11127232 or 4208214. OLE color: 4208214.

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

Color convert

RGB865464-
CMYK00.370.260.66
HSL341.25º22.86%27.45%-
HSV(B)341.25º37.21%33.73%-
XYZ6.084.995.49-
YUV64.71127.6143.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=42.16%
G=26.47%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86546400.370.260.66341.2522.8627.45
Hex5636400251A42155171b
Octal12666100045321025252733
Binary1010110110110100000001001011101010000101010101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563640; }

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

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

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

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

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

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

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

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