#544252

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

Shades of Purple Taupe #544252

Tints of Purple Taupe #544252

Color information

#544252 (or 0x544252) is unknown color: approx Purple Taupe. HEX triplet: 54, 42 and 52. RGB value is (84,66,82). Sum of RGB (Red+Green+Blue) = 84+66+82=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #544252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544252 is #ABBDAD. Grayscale: #494949. Windows color (decimal): -11255214 or 5390932. OLE color: 5390932.

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

Color convert

RGB846682-
CMYK00.210.020.67
HSL306.67º12%29.41%-
HSV(B)306.67º21.43%32.94%-
XYZ7.136.398.84-
YUV73.21132.96135.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=36.21%
G=28.45%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84668200.210.020.67306.671229.41
Hex544252015243133c1d
Octal12410212202521034631435
Binary101010010000101010010010101101000011100110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544252; }

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

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

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

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

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

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

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

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