#504963

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

Shades of Mulled Wine #504963

Tints of Mulled Wine #504963

Color information

#504963 (or 0x504963) is unknown color: approx Mulled Wine. HEX triplet: 50, 49 and 63. RGB value is (80,73,99). Sum of RGB (Red+Green+Blue) = 80+73+99=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #504963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504963 is #AFB69C. Grayscale: #4D4D4D. Windows color (decimal): -11515549 or 6506832. OLE color: 6506832.

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

Color convert

RGB807399-
CMYK0.190.2600.61
HSL256.15º15.12%33.73%-
HSV(B)256.15º26.26%38.82%-
XYZ7.947.3712.81-
YUV78.06139.82129.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=31.75%
G=28.97%
B=39.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8073990.190.2600.61256.1515.1233.73
Hex504963131A03D100f22
Octal12011114323320754001742
Binary101000010010011100011100111101001111011000000001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504963; }

 p { color: rgb(80,73,99); }

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

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

 a { background-color: rgb(80,73,99); }

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

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

 span { border-color: rgb(80,73,99); }

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