#544451

Color #544451 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #544451

Tints of Purple Taupe #544451

Color information

#544451 (or 0x544451) is unknown color: approx Purple Taupe. HEX triplet: 54, 44 and 51. RGB value is (84,68,81). Sum of RGB (Red+Green+Blue) = 84+68+81=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 84 - color contains mainly: red. Hex color #544451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544451 is #ABBBAE. Grayscale: #4A4A4A. Windows color (decimal): -11254703 or 5325908. OLE color: 5325908.

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

Color convert

RGB846881-
CMYK00.190.040.67
HSL311.25º10.53%29.8%-
HSV(B)311.25º19.05%32.94%-
XYZ7.216.618.68-
YUV74.27131.8134.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=36.05%
G=29.18%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84688100.190.040.67311.2510.5329.8
Hex544451013443137b1e
Octal12410412102341034671336
Binary1010100100010010100010100111001000011100110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544451; }

 p { color: rgb(84,68,81); }

 H1.HeaderClassName
 {
   color: #544451;
 }
 .AnyTagClassName
 {
   color: #544451;
 }
</style>
background-color css

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

 a { background-color: rgb(84,68,81); }

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

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

 span { border-color: rgb(84,68,81); }

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