#56313D

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

Shades of Wine Berry #56313D

Tints of Wine Berry #56313D

Color information

#56313D (or 0x56313D) is unknown color: approx Wine Berry. HEX triplet: 56, 31 and 3D. RGB value is (86,49,61). Sum of RGB (Red+Green+Blue) = 86+49+61=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56313D is #A9CEC2. Grayscale: #3D3D3D. Windows color (decimal): -11128515 or 4010326. OLE color: 4010326.

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

Color convert

RGB864961-
CMYK00.430.290.66
HSL340.54º27.41%26.47%-
HSV(B)340.54º43.02%33.73%-
XYZ5.784.514.98-
YUV61.43127.76145.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=43.88%
G=25%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86496100.430.290.66340.5427.4126.47
Hex56313D02B1D421551b1a
Octal1266175053351025253332
Binary101011011000111110101010111110110000101010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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