#52374F

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

Shades of Purple Taupe #52374F

Tints of Purple Taupe #52374F

Color information

#52374F (or 0x52374F) is unknown color: approx Purple Taupe. HEX triplet: 52, 37 and 4F. RGB value is (82,55,79). Sum of RGB (Red+Green+Blue) = 82+55+79=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #52374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52374F is #ADC8B0. Grayscale: #414141. Windows color (decimal): -11389105 or 5191506. OLE color: 5191506.

HSL color Cylindrical-coordinate representation of color #52374F: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52374F is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB825579-
CMYK00.330.040.68
HSL306.67º19.71%26.86%-
HSV(B)306.67º32.93%32.16%-
XYZ6.265.098.05-
YUV65.81135.45139.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=37.96%
G=25.46%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82557900.330.040.68306.6719.7126.86
Hex52374F021444133141b
Octal1226711704141044632433
Binary10100101101111001111010000110010001001001100111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52374F; }

 p { color: rgb(82,55,79); }

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

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

 a { background-color: rgb(82,55,79); }

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

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

 span { border-color: rgb(82,55,79); }

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