#543D52

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

Shades of Purple Taupe #543D52

Tints of Purple Taupe #543D52

Color information

#543D52 (or 0x543D52) is unknown color: approx Purple Taupe. HEX triplet: 54, 3D and 52. RGB value is (84,61,82). Sum of RGB (Red+Green+Blue) = 84+61+82=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #543D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D52 is #ABC2AD. Grayscale: #464646. Windows color (decimal): -11256494 or 5389652. OLE color: 5389652.

HSL color Cylindrical-coordinate representation of color #543D52: hue angle of 305.22º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #543D52 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB846182-
CMYK00.270.020.67
HSL305.22º15.86%28.43%-
HSV(B)305.22º27.38%32.94%-
XYZ6.855.838.75-
YUV70.27134.62137.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=37.00%
G=26.87%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84618200.270.020.67305.2215.8628.43
Hex543D5201B243131101c
Octal1247512203321034612034
Binary101010011110110100100110111010000111001100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543D52; }

 p { color: rgb(84,61,82); }

 H1.HeaderClassName
 {
   color: #543D52;
 }
 .AnyTagClassName
 {
   color: #543D52;
 }
</style>
background-color css

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

 a { background-color: rgb(84,61,82); }

 div.DivClassName
 {
   background-color: #543D52;
 }
 .BgClassName
 {
   background-color: #543D52;
 }
</style>
border-color css

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

 span { border-color: rgb(84,61,82); }

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