#543B4B

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

Shades of Purple Taupe #543B4B

Tints of Purple Taupe #543B4B

Color information

#543B4B (or 0x543B4B) is unknown color: approx Purple Taupe. HEX triplet: 54, 3B and 4B. RGB value is (84,59,75). Sum of RGB (Red+Green+Blue) = 84+59+75=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #543B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B4B is #ABC4B4. Grayscale: #444444. Windows color (decimal): -11257013 or 4930388. OLE color: 4930388.

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

Color convert

RGB845975-
CMYK00.300.110.67
HSL321.6º17.48%28.04%-
HSV(B)321.6º29.76%32.94%-
XYZ6.495.527.38-
YUV68.3131.78139.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 59 (23.44% from 255) = 27.06%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=38.53%
G=27.06%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84597500.300.110.67321.617.4828.04
Hex543B4B01EB43142111c
Octal12473113036131035022134
Binary10101001110111001011011110101110000111010000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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