#56343B

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

Shades of Wine Berry #56343B

Tints of Wine Berry #56343B

Color information

#56343B (or 0x56343B) is unknown color: approx Wine Berry. HEX triplet: 56, 34 and 3B. RGB value is (86,52,59). Sum of RGB (Red+Green+Blue) = 86+52+59=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56343B is #A9CBC4. Grayscale: #3E3E3E. Windows color (decimal): -11127749 or 3880022. OLE color: 3880022.

HSL color Cylindrical-coordinate representation of color #56343B: hue angle of 347.65º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56343B is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB865259-
CMYK00.400.310.66
HSL347.65º24.64%27.06%-
HSV(B)347.65º39.53%33.73%-
XYZ5.864.754.75-
YUV62.96125.76144.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=43.65%
G=26.40%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86525900.400.310.66347.6524.6427.06
Hex56343B0281F4215c191b
Octal1266473050371025343133
Binary101011011010011101101010001111110000101010111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56343B; }

 p { color: rgb(86,52,59); }

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

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

 a { background-color: rgb(86,52,59); }

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

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

 span { border-color: rgb(86,52,59); }

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