#543953

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

Shades of Purple Taupe #543953

Tints of Purple Taupe #543953

Color information

#543953 (or 0x543953) is unknown color: approx Purple Taupe. HEX triplet: 54, 39 and 53. RGB value is (84,57,83). Sum of RGB (Red+Green+Blue) = 84+57+83=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #543953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543953 is #ABC6AC. Grayscale: #434343. Windows color (decimal): -11257517 or 5454164. OLE color: 5454164.

HSL color Cylindrical-coordinate representation of color #543953: hue angle of 302.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #543953 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB845783-
CMYK00.320.010.67
HSL302.22º19.15%27.65%-
HSV(B)302.22º32.14%32.94%-
XYZ6.685.448.88-
YUV68.04136.45139.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=37.5%
G=25.45%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84578300.320.010.67302.2219.1527.65
Hex54395302014312e131c
Octal1247112304011034562334
Binary101010011100110100110100000110000111001011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543953; }

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

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

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

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

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

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

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

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