Html Css Color HEX #563940 Wine Berry

📋 copy color: '#563940'

red 86 ◦ green 57 ◦ blue 64

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

Shades of Wine Berry #563940

Tints of Wine Berry #563940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

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

R = 41.55%
G = 27.54%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#563940 (or 0x563940) is known color: Wine Berry. HEX triplet: 56, 39 and 40. RGB value is (86,57,64). Sum of RGB (Red+Green+Blue) = 86+57+64=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #563940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563940 is #A9C6BF. Grayscale: #424242. Windows color (decimal): -11126464 or 4208982. OLE color: 4208982.

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

Color convert

RGB 86 57 64 -
CMYK 0 0.34 0.26 0.66
HSL 345.52º 0.2% 0.28% -
HSV(B) 345.52º 0.34% 0.34% -
XYZ 6.23 5.27 5.54 -
YUV 66.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 86 57 64 0 0.34 0.26 0.66 345.52 0.2 0.28
Hex 56 39 40 0 22 1A 42 15A 14 1C
Octal 126 71 100 0 42 32 102 532 24 34
Binary 1010110 111001 1000000 0 100010 11010 1000010 101011010 10100 11100

Color Harmonies of #563940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563940

Black with #563940

Text Example


Text Example

White with #563940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563940; }

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

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

background-color css

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

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

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

border-color css

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

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

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