#514D57

Color #514D57 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #514D57

Tints of Mulled Wine #514D57

Color information

#514D57 (or 0x514D57) is unknown color: approx Mulled Wine. HEX triplet: 51, 4D and 57. RGB value is (81,77,87). Sum of RGB (Red+Green+Blue) = 81+77+87=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 87 - color contains mainly: blue. Hex color #514D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D57 is #AEB2A8. Grayscale: #4F4F4F. Windows color (decimal): -11449001 or 5721425. OLE color: 5721425.

HSL color Cylindrical-coordinate representation of color #514D57: hue angle of 264º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #514D57 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB817787-
CMYK0.070.1100.66
HSL264º6.1%32.16%-
HSV(B)264º11.49%34.12%-
XYZ7.777.7510.1-
YUV79.34132.33129.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=33.06%
G=31.43%
B=35.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8177870.070.1100.662646.132.16
Hex514D577B042108620
Octal1211151277130102410640
Binary101000110011011010111111101101000010100001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514D57; }

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

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

<style>
 a { background-color: #514D57; }

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

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

<style>
 span { border-color: #514D57; }

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

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