#514D62

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

Shades of Mulled Wine #514D62

Tints of Mulled Wine #514D62

Color information

#514D62 (or 0x514D62) is unknown color: approx Mulled Wine. HEX triplet: 51, 4D and 62. RGB value is (81,77,98). Sum of RGB (Red+Green+Blue) = 81+77+98=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #514D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D62 is #AEB29D. Grayscale: #505050. Windows color (decimal): -11448990 or 6442321. OLE color: 6442321.

HSL color Cylindrical-coordinate representation of color #514D62: hue angle of 251.43º degrees, saturation: 0.12, 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 #514D62 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB817798-
CMYK0.170.2100.62
HSL251.43º12%34.31%-
HSV(B)251.43º21.43%38.43%-
XYZ8.257.9412.65-
YUV80.59137.83128.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=31.64%
G=30.08%
B=38.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8177980.170.2100.62251.431234.31
Hex514D62111503Efbc22
Octal12111514221250763731442
Binary10100011001101110001010001101010111110111110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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