#56373E

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

Shades of Wine Berry #56373E

Tints of Wine Berry #56373E

Color information

#56373E (or 0x56373E) is unknown color: approx Wine Berry. HEX triplet: 56, 37 and 3E. RGB value is (86,55,62). Sum of RGB (Red+Green+Blue) = 86+55+62=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #56373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56373E is #A9C8C1. Grayscale: #414141. Windows color (decimal): -11126978 or 4077398. OLE color: 4077398.

HSL color Cylindrical-coordinate representation of color #56373E: hue angle of 346.45º 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 #56373E is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB865562-
CMYK00.360.280.66
HSL346.45º21.99%27.65%-
HSV(B)346.45º36.05%33.73%-
XYZ6.075.065.21-
YUV65.07126.27142.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=42.36%
G=27.09%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86556200.360.280.66346.4521.9927.65
Hex56373E0241C4215a161c
Octal1266776044341025322634
Binary101011011011111111001001001110010000101010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56373E; }

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

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

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

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

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

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

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

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