#524150

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

Shades of Purple Taupe #524150

Tints of Purple Taupe #524150

Color information

#524150 (or 0x524150) is unknown color: approx Purple Taupe. HEX triplet: 52, 41 and 50. RGB value is (82,65,80). Sum of RGB (Red+Green+Blue) = 82+65+80=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #524150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524150 is #ADBEAF. Grayscale: #474747. Windows color (decimal): -11386544 or 5259602. OLE color: 5259602.

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

Color convert

RGB826580-
CMYK00.210.020.68
HSL307.06º11.56%28.82%-
HSV(B)307.06º20.73%32.16%-
XYZ6.826.158.42-
YUV71.79132.63135.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 65 (25.78% from 255) = 28.63%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=36.12%
G=28.63%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82658000.210.020.68307.0611.5628.82
Hex524150015244133c1d
Octal12210112002521044631435
Binary101001010000011010000010101101000100100110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524150; }

 p { color: rgb(82,65,80); }

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

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

 a { background-color: rgb(82,65,80); }

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

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

 span { border-color: rgb(82,65,80); }

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