Html Css Color HEX #543A51 Purple Taupe

📋 copy color: '#543A51'

red 84 ◦ green 58 ◦ blue 81

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

Shades of Purple Taupe #543A51

Tints of Purple Taupe #543A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.01%

 BLUE value IS 81 (32.03% from 255) = 36.32%

R = 37.67%
G = 26.01%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#543A51 (or 0x543A51) is known color: Purple Taupe. HEX triplet: 54, 3A and 51. RGB value is (84,58,81). Sum of RGB (Red+Green+Blue) = 84+58+81=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 84 - color contains mainly: red. Hex color #543A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543A51 is #ABC5AE. Grayscale: #444444. Windows color (decimal): -11257263 or 5323348. OLE color: 5323348.

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

Color convert

RGB 84 58 81 -
CMYK 0 0.31 0.04 0.67
HSL 306.92º 0.18% 0.28% -
HSV(B) 306.92º 0.31% 0.33% -
XYZ 6.65 5.51 8.5 -
YUV 68.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 84 58 81 0 0.31 0.04 0.67 306.92 0.18 0.28
Hex 54 3A 51 0 1F 4 43 133 12 1C
Octal 124 72 121 0 37 4 103 463 22 34
Binary 1010100 111010 1010001 0 11111 100 1000011 100110011 10010 11100

Color Harmonies of #543A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543A51

Black with #543A51

Text Example


Text Example

White with #543A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,58,81); }

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

background-color css

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

 a { background-color: rgb(84,58,81); }

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

border-color css

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

 span { border-color: rgb(84,58,81); }

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