Html Css Color HEX #563A40 Wine Berry

📋 copy color: '#563A40'

red 86 ◦ green 58 ◦ blue 64

#563A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #563A40

Tints of Wine Berry #563A40

RGB

 RED value IS 86 (33.98% from 255) = 41.35%

 GREEN value IS 58 (23.05% from 255) = 27.88%

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 41.35%
G = 27.88%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#563A40 (or 0x563A40) is known color: Wine Berry. HEX triplet: 56, 3A and 40. RGB value is (86,58,64). Sum of RGB (Red+Green+Blue) = 86+58+64=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #563A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A40 is #A9C5BF. Grayscale: #434343. Windows color (decimal): -11126208 or 4209238. OLE color: 4209238.

HSL color Cylindrical-coordinate representation of color #563A40: hue angle of 347.14º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #563A40 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 58 64 -
CMYK 0 0.33 0.26 0.66
HSL 347.14º 0.19% 0.28% -
HSV(B) 347.14º 0.33% 0.34% -
XYZ 6.28 5.37 5.56 -
YUV 67.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 86 58 64 0 0.33 0.26 0.66 347.14 0.19 0.28
Hex 56 3A 40 0 21 1A 42 15B 13 1C
Octal 126 72 100 0 41 32 102 533 23 34
Binary 1010110 111010 1000000 0 100001 11010 1000010 101011011 10011 11100

Color Harmonies of #563A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A40

Black with #563A40

Text Example


Text Example

White with #563A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563A40; }

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

 H1.HeaderClassName
 {
   color: #563A40;
 }
 .AnyTagClassName
 {
   color: #563A40;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #563A40;
 }
 .BgClassName
 {
   background-color: #563A40;
 }
</style>

border-color css

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

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

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