Html Css Color HEX #543C4C Purple Taupe

📋 copy color: '#543C4C'

red 84 ◦ green 60 ◦ blue 76

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

Shades of Purple Taupe #543C4C

Tints of Purple Taupe #543C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.27%

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

R = 38.18%
G = 27.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#543C4C (or 0x543C4C) is known color: Purple Taupe. HEX triplet: 54, 3C and 4C. RGB value is (84,60,76). Sum of RGB (Red+Green+Blue) = 84+60+76=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #543C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543C4C is #ABC3B3. Grayscale: #444444. Windows color (decimal): -11256756 or 4996180. OLE color: 4996180.

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

Color convert

RGB 84 60 76 -
CMYK 0 0.29 0.10 0.67
HSL 320º 0.17% 0.28% -
HSV(B) 320º 0.29% 0.33% -
XYZ 6.58 5.64 7.58 -
YUV 69 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 84 60 76 0 0.29 0.10 0.67 320 0.17 0.28
Hex 54 3C 4C 0 1D A 43 140 11 1C
Octal 124 74 114 0 35 12 103 500 21 34
Binary 1010100 111100 1001100 0 11101 1010 1000011 101000000 10001 11100

Color Harmonies of #543C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543C4C

Black with #543C4C

Text Example


Text Example

White with #543C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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