#543850

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

Shades of Purple Taupe #543850

Tints of Purple Taupe #543850

Color information

#543850 (or 0x543850) is unknown color: approx Purple Taupe. HEX triplet: 54, 38 and 50. RGB value is (84,56,80). Sum of RGB (Red+Green+Blue) = 84+56+80=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #543850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543850 is #ABC7AF. Grayscale: #434343. Windows color (decimal): -11257776 or 5257300. OLE color: 5257300.

HSL color Cylindrical-coordinate representation of color #543850: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #543850 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB845680-
CMYK00.330.050.67
HSL308.57º20%27.45%-
HSV(B)308.57º33.33%32.94%-
XYZ6.525.298.27-
YUV67.11135.28140.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=38.18%
G=25.45%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84568000.330.050.67308.572027.45
Hex543850021543135141b
Octal1247012004151034652433
Binary10101001110001010000010000110110000111001101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543850; }

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

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

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

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

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

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

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

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