#51394C

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

Shades of Purple Taupe #51394C

Tints of Purple Taupe #51394C

Color information

#51394C (or 0x51394C) is unknown color: approx Purple Taupe. HEX triplet: 51, 39 and 4C. RGB value is (81,57,76). Sum of RGB (Red+Green+Blue) = 81+57+76=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #51394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51394C is #AEC6B3. Grayscale: #424242. Windows color (decimal): -11454132 or 4995409. OLE color: 4995409.

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

Color convert

RGB815776-
CMYK00.300.060.68
HSL312.5º17.39%27.06%-
HSV(B)312.5º29.63%31.76%-
XYZ6.165.27.52-
YUV66.34133.45138.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=37.85%
G=26.64%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81577600.300.060.68312.517.3927.06
Hex51394C01E644138111b
Octal1217111403661044702133
Binary1010001111001100110001111011010001001001110001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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