Html Css Color HEX #563440 Wine Berry

📋 copy color: '#563440'

red 86 ◦ green 52 ◦ blue 64

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

Shades of Wine Berry #563440

Tints of Wine Berry #563440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 42.57%
G = 25.74%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#563440 (or 0x563440) is known color: Wine Berry. HEX triplet: 56, 34 and 40. RGB value is (86,52,64). Sum of RGB (Red+Green+Blue) = 86+52+64=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #563440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563440 is #A9CBBF. Grayscale: #3F3F3F. Windows color (decimal): -11127744 or 4207702. OLE color: 4207702.

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

Color convert

RGB 86 52 64 -
CMYK 0 0.40 0.26 0.66
HSL 338.82º 0.25% 0.27% -
HSV(B) 338.82º 0.4% 0.34% -
XYZ 5.99 4.8 5.46 -
YUV 63.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 86 52 64 0 0.40 0.26 0.66 338.82 0.25 0.27
Hex 56 34 40 0 28 1A 42 153 19 1B
Octal 126 64 100 0 50 32 102 523 31 33
Binary 1010110 110100 1000000 0 101000 11010 1000010 101010011 11001 11011

Color Harmonies of #563440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563440

Black with #563440

Text Example


Text Example

White with #563440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563440; }

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

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

background-color css

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

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

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

border-color css

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

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

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