#513C4B

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

Shades of Purple Taupe #513C4B

Tints of Purple Taupe #513C4B

Color information

#513C4B (or 0x513C4B) is unknown color: approx Purple Taupe. HEX triplet: 51, 3C and 4B. RGB value is (81,60,75). Sum of RGB (Red+Green+Blue) = 81+60+75=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #513C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C4B is #AEC3B4. Grayscale: #434343. Windows color (decimal): -11453365 or 4930641. OLE color: 4930641.

HSL color Cylindrical-coordinate representation of color #513C4B: hue angle of 317.14º 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 #513C4B is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB816075-
CMYK00.260.070.68
HSL317.14º14.89%27.65%-
HSV(B)317.14º25.93%31.76%-
XYZ6.285.497.39-
YUV67.99131.96137.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=37.5%
G=27.78%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81607500.260.070.68317.1414.8927.65
Hex513C4B01A74413df1c
Octal1217411303271044751734
Binary101000111110010010110110101111000100100111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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