#51384D

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

Shades of Purple Taupe #51384D

Tints of Purple Taupe #51384D

Color information

#51384D (or 0x51384D) is unknown color: approx Purple Taupe. HEX triplet: 51, 38 and 4D. RGB value is (81,56,77). Sum of RGB (Red+Green+Blue) = 81+56+77=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #51384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51384D is #AEC7B2. Grayscale: #414141. Windows color (decimal): -11454387 or 5060689. OLE color: 5060689.

HSL color Cylindrical-coordinate representation of color #51384D: hue angle of 309.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51384D is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB815677-
CMYK00.310.050.68
HSL309.6º18.25%26.86%-
HSV(B)309.6º30.86%31.76%-
XYZ6.155.117.68-
YUV65.87134.28138.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=37.85%
G=26.17%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81567700.310.050.68309.618.2526.86
Hex51384D01F544136121b
Octal1217011503751044662233
Binary1010001111000100110101111110110001001001101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51384D; }

 p { color: rgb(81,56,77); }

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

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

 a { background-color: rgb(81,56,77); }

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

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

 span { border-color: rgb(81,56,77); }

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