Html Css Color HEX #544353 Purple Taupe

📋 copy color: '#544353'

red 84 ◦ green 67 ◦ blue 83

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

Shades of Purple Taupe #544353

Tints of Purple Taupe #544353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

 BLUE value IS 83 (32.81% from 255) = 35.47%

R = 35.9%
G = 28.63%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#544353 (or 0x544353) is known color: Purple Taupe. HEX triplet: 54, 43 and 53. RGB value is (84,67,83). Sum of RGB (Red+Green+Blue) = 84+67+83=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #544353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544353 is #ABBCAC. Grayscale: #494949. Windows color (decimal): -11254957 or 5456724. OLE color: 5456724.

HSL color Cylindrical-coordinate representation of color #544353: hue angle of 303.53º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #544353 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 67 83 -
CMYK 0 0.20 0.01 0.67
HSL 303.53º 0.11% 0.3% -
HSV(B) 303.53º 0.2% 0.33% -
XYZ 7.22 6.52 9.06 -
YUV 73.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 84 67 83 0 0.20 0.01 0.67 303.53 0.11 0.3
Hex 54 43 53 0 14 1 43 130 B 1E
Octal 124 103 123 0 24 1 103 460 13 36
Binary 1010100 1000011 1010011 0 10100 1 1000011 100110000 1011 11110

Color Harmonies of #544353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544353

Black with #544353

Text Example


Text Example

White with #544353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544353; }

 p { color: rgb(84,67,83); }

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

background-color css

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

 a { background-color: rgb(84,67,83); }

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

border-color css

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

 span { border-color: rgb(84,67,83); }

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