Html Css Color HEX #543F50 Purple Taupe

📋 copy color: '#543F50'

red 84 ◦ green 63 ◦ blue 80

#543F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #543F50

Tints of Purple Taupe #543F50

RGB

 RED value IS 84 (33.2% from 255) = 37%

 GREEN value IS 63 (25% from 255) = 27.75%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 37%
G = 27.75%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#543F50 (or 0x543F50) is known color: Purple Taupe. HEX triplet: 54, 3F and 50. RGB value is (84,63,80). Sum of RGB (Red+Green+Blue) = 84+63+80=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #543F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543F50 is #ABC0AF. Grayscale: #474747. Windows color (decimal): -11255984 or 5259092. OLE color: 5259092.

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

Color convert

RGB 84 63 80 -
CMYK 0 0.25 0.05 0.67
HSL 311.43º 0.14% 0.29% -
HSV(B) 311.43º 0.25% 0.33% -
XYZ 6.88 6.02 8.39 -
YUV 71.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 84 63 80 0 0.25 0.05 0.67 311.43 0.14 0.29
Hex 54 3F 50 0 19 5 43 137 E 1D
Octal 124 77 120 0 31 5 103 467 16 35
Binary 1010100 111111 1010000 0 11001 101 1000011 100110111 1110 11101

Color Harmonies of #543F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543F50

Black with #543F50

Text Example


Text Example

White with #543F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #543F50;
 }
 .AnyTagClassName
 {
   color: #543F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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