#543D53

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

Shades of Purple Taupe #543D53

Tints of Purple Taupe #543D53

Color information

#543D53 (or 0x543D53) is unknown color: approx Purple Taupe. HEX triplet: 54, 3D and 53. RGB value is (84,61,83). Sum of RGB (Red+Green+Blue) = 84+61+83=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #543D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543D53 is #ABC2AC. Grayscale: #464646. Windows color (decimal): -11256493 or 5455188. OLE color: 5455188.

HSL color Cylindrical-coordinate representation of color #543D53: hue angle of 302.61º 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 #543D53 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB846183-
CMYK00.270.010.67
HSL302.61º15.86%28.43%-
HSV(B)302.61º27.38%32.94%-
XYZ6.895.858.95-
YUV70.38135.12137.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 83 (32.81% from 255) = 36.40%
R=36.84%
G=26.75%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84618300.270.010.67302.6115.8628.43
Hex543D5301B14312f101c
Octal1247512303311034572034
Binary10101001111011010011011011110000111001011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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