#504563

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

Shades of Mulled Wine #504563

Tints of Mulled Wine #504563

Color information

#504563 (or 0x504563) is unknown color: approx Mulled Wine. HEX triplet: 50, 45 and 63. RGB value is (80,69,99). Sum of RGB (Red+Green+Blue) = 80+69+99=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #504563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504563 is #AFBA9C. Grayscale: #4B4B4B. Windows color (decimal): -11516573 or 6505808. OLE color: 6505808.

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

Color convert

RGB806999-
CMYK0.190.3000.61
HSL262º17.86%32.94%-
HSV(B)262º30.3%38.82%-
XYZ7.696.8612.72-
YUV75.71141.14131.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=32.26%
G=27.82%
B=39.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8069990.190.3000.6126217.8632.94
Hex504563131E03D1061221
Octal12010514323360754062241
Binary1010000100010111000111001111110011110110000011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504563; }

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

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

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

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

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

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

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

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