#56373C

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

Shades of Wine Berry #56373C

Tints of Wine Berry #56373C

Color information

#56373C (or 0x56373C) is unknown color: approx Wine Berry. HEX triplet: 56, 37 and 3C. RGB value is (86,55,60). Sum of RGB (Red+Green+Blue) = 86+55+60=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56373C is #A9C8C3. Grayscale: #404040. Windows color (decimal): -11126980 or 3946326. OLE color: 3946326.

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

Color convert

RGB865560-
CMYK00.360.300.66
HSL350.32º21.99%27.65%-
HSV(B)350.32º36.05%33.73%-
XYZ6.025.044.93-
YUV64.84125.27143.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=42.79%
G=27.36%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86556000.360.300.66350.3221.9927.65
Hex56373C0241E4215e161c
Octal1266774044361025362634
Binary101011011011111110001001001111010000101010111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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