#514364

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

Shades of Mulled Wine #514364

Tints of Mulled Wine #514364

Color information

#514364 (or 0x514364) is unknown color: approx Mulled Wine. HEX triplet: 51, 43 and 64. RGB value is (81,67,100). Sum of RGB (Red+Green+Blue) = 81+67+100=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 100 - color contains mainly: blue. Hex color #514364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514364 is #AEBC9B. Grayscale: #4A4A4A. Windows color (decimal): -11451548 or 6570833. OLE color: 6570833.

HSL color Cylindrical-coordinate representation of color #514364: hue angle of 265.45º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514364 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8167100-
CMYK0.190.3300.61
HSL265.45º19.76%32.75%-
HSV(B)265.45º33%39.22%-
XYZ7.76.6812.94-
YUV74.95142.14132.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 100 (39.45% from 255) = 40.32%
R=32.66%
G=27.02%
B=40.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81671000.190.3300.61265.4519.7632.75
Hex514364132103D1091421
Octal12110314423410754112441
Binary10100011000011110010010011100001011110110000100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514364; }

 p { color: rgb(81,67,100); }

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

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

 a { background-color: rgb(81,67,100); }

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

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

 span { border-color: rgb(81,67,100); }

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