#563138

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

Shades of Wine Berry #563138

Tints of Wine Berry #563138

Color information

#563138 (or 0x563138) is unknown color: approx Wine Berry. HEX triplet: 56, 31 and 38. RGB value is (86,49,56). Sum of RGB (Red+Green+Blue) = 86+49+56=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #563138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563138 is #A9CEC7. Grayscale: #3C3C3C. Windows color (decimal): -11128520 or 3682646. OLE color: 3682646.

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

Color convert

RGB864956-
CMYK00.430.350.66
HSL348.65º27.41%26.47%-
HSV(B)348.65º43.02%33.73%-
XYZ5.654.464.3-
YUV60.86125.26145.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=45.03%
G=25.65%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86495600.430.350.66348.6527.4126.47
Hex56313802B234215d1b1a
Octal1266170053431025353332
Binary1010110110001111000010101110001110000101010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563138; }

 p { color: rgb(86,49,56); }

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

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

 a { background-color: rgb(86,49,56); }

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

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

 span { border-color: rgb(86,49,56); }

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