#514363

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

Shades of Mulled Wine #514363

Tints of Mulled Wine #514363

Color information

#514363 (or 0x514363) is unknown color: approx Mulled Wine. HEX triplet: 51, 43 and 63. RGB value is (81,67,99). Sum of RGB (Red+Green+Blue) = 81+67+99=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #514363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514363 is #AEBC9C. Grayscale: #4A4A4A. Windows color (decimal): -11451549 or 6505297. OLE color: 6505297.

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

Color convert

RGB816799-
CMYK0.180.3200.61
HSL266.25º19.28%32.55%-
HSV(B)266.25º32.32%38.82%-
XYZ7.656.6612.69-
YUV74.83141.64132.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=32.79%
G=27.13%
B=40.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8167990.180.3200.61266.2519.2832.55
Hex514363122003D10a1321
Octal12110314322400754122341
Binary10100011000011110001110010100000011110110000101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514363; }

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

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

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

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

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

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

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

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