#514563

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

Shades of Mulled Wine #514563

Tints of Mulled Wine #514563

Color information

#514563 (or 0x514563) is unknown color: approx Mulled Wine. HEX triplet: 51, 45 and 63. RGB value is (81,69,99). Sum of RGB (Red+Green+Blue) = 81+69+99=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #514563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514563 is #AEBA9C. Grayscale: #4B4B4B. Windows color (decimal): -11451037 or 6505809. OLE color: 6505809.

HSL color Cylindrical-coordinate representation of color #514563: hue angle of 264º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514563 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB816999-
CMYK0.180.3000.61
HSL264º17.86%32.94%-
HSV(B)264º30.3%38.82%-
XYZ7.776.9112.73-
YUV76.01140.98131.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=32.53%
G=27.71%
B=39.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8169990.180.3000.6126417.8632.94
Hex514563121E03D1081221
Octal12110514322360754102241
Binary1010001100010111000111001011110011110110000100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514563; }

 p { color: rgb(81,69,99); }

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

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

 a { background-color: rgb(81,69,99); }

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

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

 span { border-color: rgb(81,69,99); }

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