#514D61

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

Shades of Mulled Wine #514D61

Tints of Mulled Wine #514D61

Color information

#514D61 (or 0x514D61) is unknown color: approx Mulled Wine. HEX triplet: 51, 4D and 61. RGB value is (81,77,97). Sum of RGB (Red+Green+Blue) = 81+77+97=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #514D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D61 is #AEB29E. Grayscale: #505050. Windows color (decimal): -11448991 or 6376785. OLE color: 6376785.

HSL color Cylindrical-coordinate representation of color #514D61: hue angle of 252º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514D61 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB817797-
CMYK0.160.2100.62
HSL252º11.49%34.12%-
HSV(B)252º20.62%38.04%-
XYZ8.27.9212.41-
YUV80.48137.33128.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=31.76%
G=30.20%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8177970.160.2100.6225211.4934.12
Hex514D61101503Efcb22
Octal12111514120250763741342
Binary10100011001101110000110000101010111110111111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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