#56313E

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

Shades of Wine Berry #56313E

Tints of Wine Berry #56313E

Color information

#56313E (or 0x56313E) is unknown color: approx Wine Berry. HEX triplet: 56, 31 and 3E. RGB value is (86,49,62). Sum of RGB (Red+Green+Blue) = 86+49+62=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56313E is #A9CEC1. Grayscale: #3D3D3D. Windows color (decimal): -11128514 or 4075862. OLE color: 4075862.

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

Color convert

RGB864962-
CMYK00.430.280.66
HSL338.92º27.41%26.47%-
HSV(B)338.92º43.02%33.73%-
XYZ5.814.525.12-
YUV61.54128.26145.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=43.65%
G=24.87%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86496200.430.280.66338.9227.4126.47
Hex56313E02B1C421531b1a
Octal1266176053341025233332
Binary101011011000111111001010111110010000101010100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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