#52424F

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

Shades of Purple Taupe #52424F

Tints of Purple Taupe #52424F

Color information

#52424F (or 0x52424F) is unknown color: approx Purple Taupe. HEX triplet: 52, 42 and 4F. RGB value is (82,66,79). Sum of RGB (Red+Green+Blue) = 82+66+79=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #52424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52424F is #ADBDB0. Grayscale: #484848. Windows color (decimal): -11386289 or 5194322. OLE color: 5194322.

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

Color convert

RGB826679-
CMYK00.200.040.68
HSL311.25º10.81%29.02%-
HSV(B)311.25º19.51%32.16%-
XYZ6.846.258.24-
YUV72.27131.8134.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=36.12%
G=29.07%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82667900.200.040.68311.2510.8129.02
Hex52424F014444137b1d
Octal12210211702441044671335
Binary1010010100001010011110101001001000100100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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