#563940

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

Shades of Wine Berry #563940

Tints of Wine Berry #563940

Color information

#563940 (or 0x563940) is unknown color: approx Wine Berry. HEX triplet: 56, 39 and 40. RGB value is (86,57,64). Sum of RGB (Red+Green+Blue) = 86+57+64=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #563940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563940 is #A9C6BF. Grayscale: #424242. Windows color (decimal): -11126464 or 4208982. OLE color: 4208982.

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

Color convert

RGB865764-
CMYK00.340.260.66
HSL345.52º20.28%28.04%-
HSV(B)345.52º33.72%33.73%-
XYZ6.235.275.54-
YUV66.47126.61141.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=41.55%
G=27.54%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86576400.340.260.66345.5220.2828.04
Hex5639400221A4215a141c
Octal12671100042321025322434
Binary1010110111001100000001000101101010000101010110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563940; }

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

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

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

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

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

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

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

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