Html Css Color HEX #544250 Purple Taupe

📋 copy color: '#544250'

red 84 ◦ green 66 ◦ blue 80

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

Shades of Purple Taupe #544250

Tints of Purple Taupe #544250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 36.52%
G = 28.7%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#544250 (or 0x544250) is known color: Purple Taupe. HEX triplet: 54, 42 and 50. RGB value is (84,66,80). Sum of RGB (Red+Green+Blue) = 84+66+80=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #544250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544250 is #ABBDAF. Grayscale: #484848. Windows color (decimal): -11255216 or 5259860. OLE color: 5259860.

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

Color convert

RGB 84 66 80 -
CMYK 0 0.21 0.05 0.67
HSL 313.33º 0.12% 0.29% -
HSV(B) 313.33º 0.21% 0.33% -
XYZ 7.05 6.36 8.45 -
YUV 72.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 84 66 80 0 0.21 0.05 0.67 313.33 0.12 0.29
Hex 54 42 50 0 15 5 43 139 C 1D
Octal 124 102 120 0 25 5 103 471 14 35
Binary 1010100 1000010 1010000 0 10101 101 1000011 100111001 1100 11101

Color Harmonies of #544250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544250

Black with #544250

Text Example


Text Example

White with #544250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544250; }

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

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

background-color css

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

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

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

border-color css

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

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

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