#513C4D

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

Shades of Purple Taupe #513C4D

Tints of Purple Taupe #513C4D

Color information

#513C4D (or 0x513C4D) is unknown color: approx Purple Taupe. HEX triplet: 51, 3C and 4D. RGB value is (81,60,77). Sum of RGB (Red+Green+Blue) = 81+60+77=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C4D is #AEC3B2. Grayscale: #444444. Windows color (decimal): -11453363 or 5061713. OLE color: 5061713.

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

Color convert

RGB816077-
CMYK00.260.050.68
HSL311.43º14.89%27.65%-
HSV(B)311.43º25.93%31.76%-
XYZ6.355.527.75-
YUV68.22132.96137.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=37.16%
G=27.52%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81607700.260.050.68311.4314.8927.65
Hex513C4D01A544137f1c
Octal1217411503251044671734
Binary101000111110010011010110101011000100100110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,60,77); }

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

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

 a { background-color: rgb(81,60,77); }

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

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

 span { border-color: rgb(81,60,77); }

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