#563340

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

Shades of Wine Berry #563340

Tints of Wine Berry #563340

Color information

#563340 (or 0x563340) is unknown color: approx Wine Berry. HEX triplet: 56, 33 and 40. RGB value is (86,51,64). Sum of RGB (Red+Green+Blue) = 86+51+64=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #563340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563340 is #A9CCBF. Grayscale: #3E3E3E. Windows color (decimal): -11128000 or 4207446. OLE color: 4207446.

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

Color convert

RGB865164-
CMYK00.410.260.66
HSL337.71º25.55%26.86%-
HSV(B)337.71º40.7%33.73%-
XYZ5.954.725.45-
YUV62.95128.6144.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=42.79%
G=25.37%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86516400.410.260.66337.7125.5526.86
Hex5633400291A421521a1b
Octal12663100051321025223233
Binary1010110110011100000001010011101010000101010100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563340; }

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

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

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

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

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

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

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

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