#513950

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

Shades of Purple Taupe #513950

Tints of Purple Taupe #513950

Color information

#513950 (or 0x513950) is unknown color: approx Purple Taupe. HEX triplet: 51, 39 and 50. RGB value is (81,57,80). Sum of RGB (Red+Green+Blue) = 81+57+80=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513950 is #AEC6AF. Grayscale: #424242. Windows color (decimal): -11454128 or 5257553. OLE color: 5257553.

HSL color Cylindrical-coordinate representation of color #513950: hue angle of 302.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513950 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB815780-
CMYK00.300.010.68
HSL302.5º17.39%27.06%-
HSV(B)302.5º29.63%31.76%-
XYZ6.35.258.27-
YUV66.8135.45138.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=37.16%
G=26.15%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81578000.300.010.68302.517.3927.06
Hex51395001E14412e111b
Octal1217112003611044562133
Binary10100011110011010000011110110001001001011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513950; }

 p { color: rgb(81,57,80); }

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

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

 a { background-color: rgb(81,57,80); }

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

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

 span { border-color: rgb(81,57,80); }

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