#524451

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

Shades of Purple Taupe #524451

Tints of Purple Taupe #524451

Color information

#524451 (or 0x524451) is unknown color: approx Purple Taupe. HEX triplet: 52, 44 and 51. RGB value is (82,68,81). Sum of RGB (Red+Green+Blue) = 82+68+81=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #524451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524451 is #ADBBAE. Grayscale: #494949. Windows color (decimal): -11385775 or 5325906. OLE color: 5325906.

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

Color convert

RGB826881-
CMYK00.170.010.68
HSL304.29º9.33%29.41%-
HSV(B)304.29º17.07%32.16%-
XYZ7.036.528.67-
YUV73.67132.14133.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=35.50%
G=29.44%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82688100.170.010.68304.299.3329.41
Hex52445101114413091d
Octal12210412102111044601135
Binary10100101000100101000101000111000100100110000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524451; }

 p { color: rgb(82,68,81); }

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

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

 a { background-color: rgb(82,68,81); }

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

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

 span { border-color: rgb(82,68,81); }

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