#544051

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

Shades of Purple Taupe #544051

Tints of Purple Taupe #544051

Color information

#544051 (or 0x544051) is unknown color: approx Purple Taupe. HEX triplet: 54, 40 and 51. RGB value is (84,64,81). Sum of RGB (Red+Green+Blue) = 84+64+81=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #544051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544051 is #ABBFAE. Grayscale: #474747. Windows color (decimal): -11255727 or 5324884. OLE color: 5324884.

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

Color convert

RGB846481-
CMYK00.240.040.67
HSL309º13.51%29.02%-
HSV(B)309º23.81%32.94%-
XYZ6.976.158.6-
YUV71.92133.13136.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=36.68%
G=27.95%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84648100.240.040.6730913.5129.02
Hex544051018443135e1d
Octal12410012103041034651635
Binary1010100100000010100010110001001000011100110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544051; }

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

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

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

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

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

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

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

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