#514660

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

Shades of Mulled Wine #514660

Tints of Mulled Wine #514660

Color information

#514660 (or 0x514660) is unknown color: approx Mulled Wine. HEX triplet: 51, 46 and 60. RGB value is (81,70,96). Sum of RGB (Red+Green+Blue) = 81+70+96=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #514660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514660 is #AEB99F. Grayscale: #4C4C4C. Windows color (decimal): -11450784 or 6309457. OLE color: 6309457.

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

Color convert

RGB817096-
CMYK0.160.2700.62
HSL265.38º15.66%32.55%-
HSV(B)265.38º27.08%37.65%-
XYZ7.696.9712.01-
YUV76.25139.14131.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=32.79%
G=28.34%
B=38.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8170960.160.2700.62265.3815.6632.55
Hex514660101B03E1091021
Octal12110614020330764112041
Binary1010001100011011000001000011011011111010000100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514660; }

 p { color: rgb(81,70,96); }

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

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

 a { background-color: rgb(81,70,96); }

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

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

 span { border-color: rgb(81,70,96); }

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