#562B31

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

Shades of Wine Berry #562B31

Tints of Wine Berry #562B31

Color information

#562B31 (or 0x562B31) is unknown color: approx Wine Berry. HEX triplet: 56, 2B and 31. RGB value is (86,43,49). Sum of RGB (Red+Green+Blue) = 86+43+49=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #562B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B31 is #A9D4CE. Grayscale: #383838. Windows color (decimal): -11130063 or 3222358. OLE color: 3222358.

HSL color Cylindrical-coordinate representation of color #562B31: hue angle of 351.63º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B31 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB864349-
CMYK00.500.430.66
HSL351.63º33.33%25.29%-
HSV(B)351.63º50%33.73%-
XYZ5.263.933.39-
YUV56.54123.75149.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=48.31%
G=24.16%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86434900.500.430.66351.6333.3325.29
Hex562B310322B421602119
Octal1265361062531025404131
Binary10101101010111100010110010101011100001010110000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562B31; }

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

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

<style>
 a { background-color: #562B31; }

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

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

<style>
 span { border-color: #562B31; }

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

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