#543950

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

Shades of Purple Taupe #543950

Tints of Purple Taupe #543950

Color information

#543950 (or 0x543950) is unknown color: approx Purple Taupe. HEX triplet: 54, 39 and 50. RGB value is (84,57,80). Sum of RGB (Red+Green+Blue) = 84+57+80=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #543950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543950 is #ABC6AF. Grayscale: #434343. Windows color (decimal): -11257520 or 5257556. OLE color: 5257556.

HSL color Cylindrical-coordinate representation of color #543950: hue angle of 308.89º 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 #543950 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB845780-
CMYK00.320.050.67
HSL308.89º19.15%27.65%-
HSV(B)308.89º32.14%32.94%-
XYZ6.575.398.28-
YUV67.69134.95139.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=38.01%
G=25.79%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84578000.320.050.67308.8919.1527.65
Hex543950020543135131c
Octal1247112004051034652334
Binary10101001110011010000010000010110000111001101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543950; }

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

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

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

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

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

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

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

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