#513D4C

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

Shades of Purple Taupe #513D4C

Tints of Purple Taupe #513D4C

Color information

#513D4C (or 0x513D4C) is unknown color: approx Purple Taupe. HEX triplet: 51, 3D and 4C. RGB value is (81,61,76). Sum of RGB (Red+Green+Blue) = 81+61+76=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D4C is #AEC2B3. Grayscale: #444444. Windows color (decimal): -11453108 or 4996433. OLE color: 4996433.

HSL color Cylindrical-coordinate representation of color #513D4C: hue angle of 315º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513D4C is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB816176-
CMYK00.250.060.68
HSL315º14.08%27.84%-
HSV(B)315º24.69%31.76%-
XYZ6.375.617.58-
YUV68.69132.13136.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=37.16%
G=27.98%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81617600.250.060.6831514.0827.84
Hex513D4C01964413be1c
Octal1217511403161044731634
Binary101000111110110011000110011101000100100111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513D4C; }

 p { color: rgb(81,61,76); }

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

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

 a { background-color: rgb(81,61,76); }

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

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

 span { border-color: rgb(81,61,76); }

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