#52404D

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

Shades of Purple Taupe #52404D

Tints of Purple Taupe #52404D

Color information

#52404D (or 0x52404D) is unknown color: approx Purple Taupe. HEX triplet: 52, 40 and 4D. RGB value is (82,64,77). Sum of RGB (Red+Green+Blue) = 82+64+77=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #52404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52404D is #ADBFB2. Grayscale: #464646. Windows color (decimal): -11386803 or 5062738. OLE color: 5062738.

HSL color Cylindrical-coordinate representation of color #52404D: hue angle of 316.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52404D is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB826477-
CMYK00.220.060.68
HSL316.67º12.33%28.63%-
HSV(B)316.67º21.95%32.16%-
XYZ6.6567.83-
YUV70.86131.46135.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=36.77%
G=28.70%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82647700.220.060.68316.6712.3328.63
Hex52404D01664413dc1d
Octal12210011502661044751435
Binary1010010100000010011010101101101000100100111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52404D; }

 p { color: rgb(82,64,77); }

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

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

 a { background-color: rgb(82,64,77); }

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

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

 span { border-color: rgb(82,64,77); }

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