#51374D

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

Shades of Purple Taupe #51374D

Tints of Purple Taupe #51374D

Color information

#51374D (or 0x51374D) is unknown color: approx Purple Taupe. HEX triplet: 51, 37 and 4D. RGB value is (81,55,77). Sum of RGB (Red+Green+Blue) = 81+55+77=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #51374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51374D is #AEC8B2. Grayscale: #414141. Windows color (decimal): -11454643 or 5060433. OLE color: 5060433.

HSL color Cylindrical-coordinate representation of color #51374D: hue angle of 309.23º 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 #51374D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB815577-
CMYK00.320.050.68
HSL309.23º19.12%26.67%-
HSV(B)309.23º32.1%31.76%-
XYZ6.15.027.67-
YUV65.28134.61139.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=38.03%
G=25.82%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81557700.320.050.68309.2319.1226.67
Hex51374D020544135131b
Octal1216711504051044652333
Binary10100011101111001101010000010110001001001101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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