#56333A

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

Shades of Wine Berry #56333A

Tints of Wine Berry #56333A

Color information

#56333A (or 0x56333A) is unknown color: approx Wine Berry. HEX triplet: 56, 33 and 3A. RGB value is (86,51,58). Sum of RGB (Red+Green+Blue) = 86+51+58=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #56333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56333A is #A9CCC5. Grayscale: #3E3E3E. Windows color (decimal): -11128006 or 3814230. OLE color: 3814230.

HSL color Cylindrical-coordinate representation of color #56333A: hue angle of 348º 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 #56333A is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB865158-
CMYK00.410.330.66
HSL348º25.55%26.86%-
HSV(B)348º40.7%33.73%-
XYZ5.794.654.6-
YUV62.26125.6144.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=44.10%
G=26.15%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86515800.410.330.6634825.5526.86
Hex56333A029214215c1a1b
Octal1266372051411025343233
Binary1010110110011111010010100110000110000101010111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56333A; }

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

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

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

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

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

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

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

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