#51374E

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

Shades of Purple Taupe #51374E

Tints of Purple Taupe #51374E

Color information

#51374E (or 0x51374E) is unknown color: approx Purple Taupe. HEX triplet: 51, 37 and 4E. RGB value is (81,55,78). Sum of RGB (Red+Green+Blue) = 81+55+78=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #51374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51374E is #AEC8B1. Grayscale: #414141. Windows color (decimal): -11454642 or 5125969. OLE color: 5125969.

HSL color Cylindrical-coordinate representation of color #51374E: hue angle of 306.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51374E is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB815578-
CMYK00.320.040.68
HSL306.92º19.12%26.67%-
HSV(B)306.92º32.1%31.76%-
XYZ6.135.037.86-
YUV65.4135.11139.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=37.85%
G=25.70%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81557800.320.040.68306.9219.1226.67
Hex51374E020444133131b
Octal1216711604041044632333
Binary10100011101111001110010000010010001001001100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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