#514B69

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

Shades of Mulled Wine #514B69

Tints of Mulled Wine #514B69

Color information

#514B69 (or 0x514B69) is unknown color: approx Mulled Wine. HEX triplet: 51, 4B and 69. RGB value is (81,75,105). Sum of RGB (Red+Green+Blue) = 81+75+105=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #514B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B69 is #AEB496. Grayscale: #505050. Windows color (decimal): -11449495 or 6900561. OLE color: 6900561.

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

Color convert

RGB8175105-
CMYK0.230.2900.59
HSL252º16.67%35.29%-
HSV(B)252º28.57%41.18%-
XYZ8.467.814.42-
YUV80.21141.99128.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=31.03%
G=28.74%
B=40.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81751050.230.2900.5925216.6735.29
Hex514B69171D03Bfc1123
Octal12111315127350733742143
Binary101000110010111101001101111110101110111111110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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