Html Css Color HEX #563640 Wine Berry

📋 copy color: '#563640'

red 86 ◦ green 54 ◦ blue 64

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

Shades of Wine Berry #563640

Tints of Wine Berry #563640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

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

R = 42.16%
G = 26.47%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#563640 (or 0x563640) is known color: Wine Berry. HEX triplet: 56, 36 and 40. RGB value is (86,54,64). Sum of RGB (Red+Green+Blue) = 86+54+64=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #563640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563640 is #A9C9BF. Grayscale: #404040. Windows color (decimal): -11127232 or 4208214. OLE color: 4208214.

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

Color convert

RGB 86 54 64 -
CMYK 0 0.37 0.26 0.66
HSL 341.25º 0.23% 0.27% -
HSV(B) 341.25º 0.37% 0.34% -
XYZ 6.08 4.99 5.49 -
YUV 64.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 86 54 64 0 0.37 0.26 0.66 341.25 0.23 0.27
Hex 56 36 40 0 25 1A 42 155 17 1B
Octal 126 66 100 0 45 32 102 525 27 33
Binary 1010110 110110 1000000 0 100101 11010 1000010 101010101 10111 11011

Color Harmonies of #563640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563640

Black with #563640

Text Example


Text Example

White with #563640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563640; }

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

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

background-color css

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

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

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

border-color css

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

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

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