#543B4D

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

Shades of Purple Taupe #543B4D

Tints of Purple Taupe #543B4D

Color information

#543B4D (or 0x543B4D) is unknown color: approx Purple Taupe. HEX triplet: 54, 3B and 4D. RGB value is (84,59,77). Sum of RGB (Red+Green+Blue) = 84+59+77=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #543B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B4D is #ABC4B2. Grayscale: #444444. Windows color (decimal): -11257011 or 5061460. OLE color: 5061460.

HSL color Cylindrical-coordinate representation of color #543B4D: hue angle of 316.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #543B4D is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB845977-
CMYK00.300.080.67
HSL316.8º17.48%28.04%-
HSV(B)316.8º29.76%32.94%-
XYZ6.565.557.75-
YUV68.53132.78139.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 59 (23.44% from 255) = 26.82%
BLUE value IS 77 (30.47% from 255) = 35%
R=38.18%
G=26.82%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84597700.300.080.67316.817.4828.04
Hex543B4D01E84313d111c
Octal12473115036101034752134
Binary10101001110111001101011110100010000111001111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,59,77); }

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

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

 a { background-color: rgb(84,59,77); }

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

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

 span { border-color: rgb(84,59,77); }

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