#514761

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

Shades of Mulled Wine #514761

Tints of Mulled Wine #514761

Color information

#514761 (or 0x514761) is unknown color: approx Mulled Wine. HEX triplet: 51, 47 and 61. RGB value is (81,71,97). Sum of RGB (Red+Green+Blue) = 81+71+97=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #514761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514761 is #AEB89E. Grayscale: #4C4C4C. Windows color (decimal): -11450527 or 6375249. OLE color: 6375249.

HSL color Cylindrical-coordinate representation of color #514761: hue angle of 263.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514761 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB817197-
CMYK0.160.2700.62
HSL263.08º15.48%32.94%-
HSV(B)263.08º26.8%38.04%-
XYZ7.87.1212.27-
YUV76.95139.31130.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=32.53%
G=28.51%
B=38.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8171970.160.2700.62263.0815.4832.94
Hex514761101B03E107f21
Octal12110714120330764071741
Binary101000110001111100001100001101101111101000001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514761; }

 p { color: rgb(81,71,97); }

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

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

 a { background-color: rgb(81,71,97); }

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

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

 span { border-color: rgb(81,71,97); }

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