#544251

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

Shades of Purple Taupe #544251

Tints of Purple Taupe #544251

Color information

#544251 (or 0x544251) is unknown color: approx Purple Taupe. HEX triplet: 54, 42 and 51. RGB value is (84,66,81). Sum of RGB (Red+Green+Blue) = 84+66+81=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #544251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544251 is #ABBDAE. Grayscale: #494949. Windows color (decimal): -11255215 or 5325396. OLE color: 5325396.

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

Color convert

RGB846681-
CMYK00.210.040.67
HSL310º12%29.41%-
HSV(B)310º21.43%32.94%-
XYZ7.096.388.64-
YUV73.09132.46135.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=36.36%
G=28.57%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84668100.210.040.673101229.41
Hex544251015443136c1d
Octal12410212102541034661435
Binary1010100100001010100010101011001000011100110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544251; }

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

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

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

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

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

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

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

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