#562931

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

Shades of Wine Berry #562931

Tints of Wine Berry #562931

Color information

#562931 (or 0x562931) is unknown color: approx Wine Berry. HEX triplet: 56, 29 and 31. RGB value is (86,41,49). Sum of RGB (Red+Green+Blue) = 86+41+49=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #562931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562931 is #A9D6CE. Grayscale: #373737. Windows color (decimal): -11130575 or 3221846. OLE color: 3221846.

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

Color convert

RGB864149-
CMYK00.520.430.66
HSL349.33º35.43%24.9%-
HSV(B)349.33º52.33%33.73%-
XYZ5.193.793.36-
YUV55.37124.41149.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=48.86%
G=23.30%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86414900.520.430.66349.3335.4324.9
Hex5629310342B4215d2319
Octal1265161064531025354331
Binary10101101010011100010110100101011100001010101110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562931; }

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

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

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

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

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

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

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

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