Html Css Color HEX #543D4C Purple Taupe

📋 copy color: '#543D4C'

red 84 ◦ green 61 ◦ blue 76

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

Shades of Purple Taupe #543D4C

Tints of Purple Taupe #543D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 38.01%
G = 27.6%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#543D4C (or 0x543D4C) is known color: Purple Taupe. HEX triplet: 54, 3D and 4C. RGB value is (84,61,76). Sum of RGB (Red+Green+Blue) = 84+61+76=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #543D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543D4C is #ABC2B3. Grayscale: #454545. Windows color (decimal): -11256500 or 4996436. OLE color: 4996436.

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

Color convert

RGB 84 61 76 -
CMYK 0 0.27 0.10 0.67
HSL 320.87º 0.16% 0.28% -
HSV(B) 320.87º 0.27% 0.33% -
XYZ 6.63 5.74 7.6 -
YUV 69.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 84 61 76 0 0.27 0.10 0.67 320.87 0.16 0.28
Hex 54 3D 4C 0 1B A 43 141 10 1C
Octal 124 75 114 0 33 12 103 501 20 34
Binary 1010100 111101 1001100 0 11011 1010 1000011 101000001 10000 11100

Color Harmonies of #543D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543D4C

Black with #543D4C

Text Example


Text Example

White with #543D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,61,76); }

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

background-color css

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

 a { background-color: rgb(84,61,76); }

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

border-color css

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

 span { border-color: rgb(84,61,76); }

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