Html Css Color HEX #563445 Tawny Port

📋 copy color: '#563445'

red 86 ◦ green 52 ◦ blue 69

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

Shades of Tawny Port #563445

Tints of Tawny Port #563445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 41.55%
G = 25.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#563445 (or 0x563445) is known color: Tawny Port. HEX triplet: 56, 34 and 45. RGB value is (86,52,69). Sum of RGB (Red+Green+Blue) = 86+52+69=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #563445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563445 is #A9CBBA. Grayscale: #404040. Windows color (decimal): -11127739 or 4535382. OLE color: 4535382.

HSL color Cylindrical-coordinate representation of color #563445: hue angle of 330º 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 #563445 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 52 69 -
CMYK 0 0.40 0.20 0.66
HSL 330º 0.25% 0.27% -
HSV(B) 330º 0.4% 0.34% -
XYZ 6.14 4.86 6.25 -
YUV 64.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 86 52 69 0 0.40 0.20 0.66 330 0.25 0.27
Hex 56 34 45 0 28 14 42 14A 19 1B
Octal 126 64 105 0 50 24 102 512 31 33
Binary 1010110 110100 1000101 0 101000 10100 1000010 101001010 11001 11011

Color Harmonies of #563445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563445

Black with #563445

Text Example


Text Example

White with #563445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563445; }

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

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

background-color css

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

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

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

border-color css

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

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

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