#514859

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

Shades of Mulled Wine #514859

Tints of Mulled Wine #514859

Color information

#514859 (or 0x514859) is unknown color: approx Mulled Wine. HEX triplet: 51, 48 and 59. RGB value is (81,72,89). Sum of RGB (Red+Green+Blue) = 81+72+89=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #514859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514859 is #AEB7A6. Grayscale: #4C4C4C. Windows color (decimal): -11450279 or 5851217. OLE color: 5851217.

HSL color Cylindrical-coordinate representation of color #514859: hue angle of 271.76º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514859 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB817289-
CMYK0.090.1900.65
HSL271.76º10.56%31.57%-
HSV(B)271.76º19.1%34.9%-
XYZ7.517.1110.43-
YUV76.63134.98131.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=33.47%
G=29.75%
B=36.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8172890.090.1900.65271.7610.5631.57
Hex514859913041110b20
Octal121110131112301014201340
Binary101000110010001011001100110011010000011000100001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514859; }

 p { color: rgb(81,72,89); }

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

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

 a { background-color: rgb(81,72,89); }

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

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

 span { border-color: rgb(81,72,89); }

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