#514061

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

Shades of Mulled Wine #514061

Tints of Mulled Wine #514061

Color information

#514061 (or 0x514061) is unknown color: approx Mulled Wine. HEX triplet: 51, 40 and 61. RGB value is (81,64,97). Sum of RGB (Red+Green+Blue) = 81+64+97=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #514061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514061 is #AEBF9E. Grayscale: #484848. Windows color (decimal): -11452319 or 6373457. OLE color: 6373457.

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

Color convert

RGB816497-
CMYK0.160.3400.62
HSL270.91º20.5%31.57%-
HSV(B)270.91º34.02%38.04%-
XYZ7.386.2812.13-
YUV72.84141.63133.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=33.47%
G=26.45%
B=40.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8164970.160.3400.62270.9120.531.57
Hex514061102203E10f1420
Octal12110014120420764172440
Binary10100011000000110000110000100010011111010000111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514061; }

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

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

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

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

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

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

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

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