#514956

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

Shades of Mulled Wine #514956

Tints of Mulled Wine #514956

Color information

#514956 (or 0x514956) is unknown color: approx Mulled Wine. HEX triplet: 51, 49 and 56. RGB value is (81,73,86). Sum of RGB (Red+Green+Blue) = 81+73+86=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #514956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514956 is #AEB6A9. Grayscale: #4C4C4C. Windows color (decimal): -11450026 or 5654865. OLE color: 5654865.

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

Color convert

RGB817386-
CMYK0.060.1500.66
HSL276.92º8.18%31.18%-
HSV(B)276.92º15.12%33.73%-
XYZ7.467.199.8-
YUV76.87133.15130.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=33.75%
G=30.42%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8173860.060.1500.66276.928.1831.18
Hex5149566F04211581f
Octal12111112661701024251037
Binary101000110010011010110110111101000010100010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514956; }

 p { color: rgb(81,73,86); }

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

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

 a { background-color: rgb(81,73,86); }

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

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

 span { border-color: rgb(81,73,86); }

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