#56313A

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

Shades of Wine Berry #56313A

Tints of Wine Berry #56313A

Color information

#56313A (or 0x56313A) is unknown color: approx Wine Berry. HEX triplet: 56, 31 and 3A. RGB value is (86,49,58). Sum of RGB (Red+Green+Blue) = 86+49+58=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #56313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56313A is #A9CEC5. Grayscale: #3D3D3D. Windows color (decimal): -11128518 or 3813718. OLE color: 3813718.

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

Color convert

RGB864958-
CMYK00.430.330.66
HSL345.41º27.41%26.47%-
HSV(B)345.41º43.02%33.73%-
XYZ5.74.484.57-
YUV61.09126.26145.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=44.56%
G=25.39%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86495800.430.330.66345.4127.4126.47
Hex56313A02B21421591b1a
Octal1266172053411025313332
Binary1010110110001111010010101110000110000101010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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