#514A69

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

Shades of Mulled Wine #514A69

Tints of Mulled Wine #514A69

Color information

#514A69 (or 0x514A69) is unknown color: approx Mulled Wine. HEX triplet: 51, 4A and 69. RGB value is (81,74,105). Sum of RGB (Red+Green+Blue) = 81+74+105=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: blue. Hex color #514A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A69 is #AEB596. Grayscale: #4F4F4F. Windows color (decimal): -11449751 or 6900305. OLE color: 6900305.

HSL color Cylindrical-coordinate representation of color #514A69: hue angle of 253.55º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514A69 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8174105-
CMYK0.230.3000.59
HSL253.55º17.32%35.1%-
HSV(B)253.55º29.52%41.18%-
XYZ8.397.6714.4-
YUV79.63142.32128.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 105 (41.41% from 255) = 40.38%
R=31.15%
G=28.46%
B=40.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81741050.230.3000.59253.5517.3235.1
Hex514A69171E03Bfe1123
Octal12111215127360733762143
Binary101000110010101101001101111111001110111111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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