Html Css Color HEX #544350 Purple Taupe

📋 copy color: '#544350'

red 84 ◦ green 67 ◦ blue 80

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

Shades of Purple Taupe #544350

Tints of Purple Taupe #544350

RGB

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

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

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

R = 36.36%
G = 29%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#544350 (or 0x544350) is known color: Purple Taupe. HEX triplet: 54, 43 and 50. RGB value is (84,67,80). Sum of RGB (Red+Green+Blue) = 84+67+80=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #544350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544350 is #ABBCAF. Grayscale: #494949. Windows color (decimal): -11254960 or 5260116. OLE color: 5260116.

HSL color Cylindrical-coordinate representation of color #544350: hue angle of 314.12º 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 #544350 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 67 80 -
CMYK 0 0.20 0.05 0.67
HSL 314.12º 0.11% 0.3% -
HSV(B) 314.12º 0.2% 0.33% -
XYZ 7.11 6.48 8.47 -
YUV 73.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 84 67 80 0 0.20 0.05 0.67 314.12 0.11 0.3
Hex 54 43 50 0 14 5 43 13A B 1E
Octal 124 103 120 0 24 5 103 472 13 36
Binary 1010100 1000011 1010000 0 10100 101 1000011 100111010 1011 11110

Color Harmonies of #544350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544350

Black with #544350

Text Example


Text Example

White with #544350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544350; }

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

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

background-color css

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

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

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

border-color css

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

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

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