#514A57

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

Shades of Mulled Wine #514A57

Tints of Mulled Wine #514A57

Color information

#514A57 (or 0x514A57) is unknown color: approx Mulled Wine. HEX triplet: 51, 4A and 57. RGB value is (81,74,87). Sum of RGB (Red+Green+Blue) = 81+74+87=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #514A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A57 is #AEB5A8. Grayscale: #4D4D4D. Windows color (decimal): -11449769 or 5720657. OLE color: 5720657.

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

Color convert

RGB817487-
CMYK0.070.1500.66
HSL272.31º8.07%31.57%-
HSV(B)272.31º14.94%34.12%-
XYZ7.567.3410.03-
YUV77.58133.32130.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=33.47%
G=30.58%
B=35.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8174870.070.1500.66272.318.0731.57
Hex514A577F042110820
Octal12111212771701024201040
Binary1010001100101010101111111111010000101000100001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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