#544250

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

Shades of Purple Taupe #544250

Tints of Purple Taupe #544250

Color information

#544250 (or 0x544250) is unknown color: approx 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

RGB846680-
CMYK00.210.050.67
HSL313.33º12%29.41%-
HSV(B)313.33º21.43%32.94%-
XYZ7.056.368.45-
YUV72.98131.96135.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=36.52%
G=28.70%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84668000.210.050.67313.331229.41
Hex544250015543139c1d
Octal12410212002551034711435
Binary1010100100001010100000101011011000011100111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>