Html Css Color HEX #563D4D Purple Taupe

📋 copy color: '#563D4D'

red 86 ◦ green 61 ◦ blue 77

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

Shades of Purple Taupe #563D4D

Tints of Purple Taupe #563D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

 BLUE value IS 77 (30.47% from 255) = 34.38%

R = 38.39%
G = 27.23%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#563D4D (or 0x563D4D) is known color: Purple Taupe. HEX triplet: 56, 3D and 4D. RGB value is (86,61,77). Sum of RGB (Red+Green+Blue) = 86+61+77=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #563D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D4D is #A9C2B2. Grayscale: #464646. Windows color (decimal): -11125427 or 5061974. OLE color: 5061974.

HSL color Cylindrical-coordinate representation of color #563D4D: hue angle of 321.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #563D4D is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 61 77 -
CMYK 0 0.29 0.10 0.66
HSL 321.6º 0.17% 0.29% -
HSV(B) 321.6º 0.29% 0.34% -
XYZ 6.85 5.85 7.79 -
YUV 70.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 86 61 77 0 0.29 0.10 0.66 321.6 0.17 0.29
Hex 56 3D 4D 0 1D A 42 142 11 1D
Octal 126 75 115 0 35 12 102 502 21 35
Binary 1010110 111101 1001101 0 11101 1010 1000010 101000010 10001 11101

Color Harmonies of #563D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D4D

Black with #563D4D

Text Example


Text Example

White with #563D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,61,77); }

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

background-color css

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

 a { background-color: rgb(86,61,77); }

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

border-color css

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

 span { border-color: rgb(86,61,77); }

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