#51394E

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

Shades of Purple Taupe #51394E

Tints of Purple Taupe #51394E

Color information

#51394E (or 0x51394E) is unknown color: approx Purple Taupe. HEX triplet: 51, 39 and 4E. RGB value is (81,57,78). Sum of RGB (Red+Green+Blue) = 81+57+78=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #51394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51394E is #AEC6B1. Grayscale: #424242. Windows color (decimal): -11454130 or 5126481. OLE color: 5126481.

HSL color Cylindrical-coordinate representation of color #51394E: hue angle of 307.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 #51394E is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB815778-
CMYK00.300.040.68
HSL307.5º17.39%27.06%-
HSV(B)307.5º29.63%31.76%-
XYZ6.235.237.89-
YUV66.57134.45138.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=37.5%
G=26.39%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81577800.300.040.68307.517.3927.06
Hex51394E01E444134111b
Octal1217111603641044642133
Binary1010001111001100111001111010010001001001101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51394E; }

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

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

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

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

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

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

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

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