#513E4B

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

Shades of Purple Taupe #513E4B

Tints of Purple Taupe #513E4B

Color information

#513E4B (or 0x513E4B) is unknown color: approx Purple Taupe. HEX triplet: 51, 3E and 4B. RGB value is (81,62,75). Sum of RGB (Red+Green+Blue) = 81+62+75=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E4B is #AEC1B4. Grayscale: #454545. Windows color (decimal): -11452853 or 4931153. OLE color: 4931153.

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

Color convert

RGB816275-
CMYK00.230.070.68
HSL318.95º13.29%28.04%-
HSV(B)318.95º23.46%31.76%-
XYZ6.395.77.42-
YUV69.16131.29136.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=37.16%
G=28.44%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81627500.230.070.68318.9513.2928.04
Hex513E4B01774413fd1c
Octal1217611302771044771534
Binary101000111111010010110101111111000100100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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