Html Css Color HEX #543550 Purple Taupe

📋 copy color: '#543550'

red 84 ◦ green 53 ◦ blue 80

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

Shades of Purple Taupe #543550

Tints of Purple Taupe #543550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.42%

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

R = 38.71%
G = 24.42%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#543550 (or 0x543550) is known color: Purple Taupe. HEX triplet: 54, 35 and 50. RGB value is (84,53,80). Sum of RGB (Red+Green+Blue) = 84+53+80=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #543550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543550 is #ABCAAF. Grayscale: #414141. Windows color (decimal): -11258544 or 5256532. OLE color: 5256532.

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

Color convert

RGB 84 53 80 -
CMYK 0 0.37 0.05 0.67
HSL 307.74º 0.23% 0.27% -
HSV(B) 307.74º 0.37% 0.33% -
XYZ 6.38 5.01 8.22 -
YUV 65.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 84 53 80 0 0.37 0.05 0.67 307.74 0.23 0.27
Hex 54 35 50 0 25 5 43 134 17 1B
Octal 124 65 120 0 45 5 103 464 27 33
Binary 1010100 110101 1010000 0 100101 101 1000011 100110100 10111 11011

Color Harmonies of #543550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543550

Black with #543550

Text Example


Text Example

White with #543550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543550; }

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

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

background-color css

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

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

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

border-color css

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

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

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