#52404E

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

Shades of Purple Taupe #52404E

Tints of Purple Taupe #52404E

Color information

#52404E (or 0x52404E) is unknown color: approx Purple Taupe. HEX triplet: 52, 40 and 4E. RGB value is (82,64,78). Sum of RGB (Red+Green+Blue) = 82+64+78=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #52404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52404E is #ADBFB1. Grayscale: #464646. Windows color (decimal): -11386802 or 5128274. OLE color: 5128274.

HSL color Cylindrical-coordinate representation of color #52404E: hue angle of 313.33º 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 #52404E is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB826478-
CMYK00.220.050.68
HSL313.33º12.33%28.63%-
HSV(B)313.33º21.95%32.16%-
XYZ6.696.018.02-
YUV70.98131.96135.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=36.61%
G=28.57%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82647800.220.050.68313.3312.3328.63
Hex52404E016544139c1d
Octal12210011602651044711435
Binary1010010100000010011100101101011000100100111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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