#563D4D

Color #563D4D Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #563D4D

Tints of Purple Taupe #563D4D

Color information

#563D4D (or 0x563D4D) is unknown color: approx 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

RGB866177-
CMYK00.290.100.66
HSL321.6º17.01%28.82%-
HSV(B)321.6º29.07%33.73%-
XYZ6.855.857.79-
YUV70.3131.78139.2-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86617700.290.100.66321.617.0128.82
Hex563D4D01DA42142111d
Octal12675115035121025022135
Binary10101101111011001101011101101010000101010000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>