#504463

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

Shades of Mulled Wine #504463

Tints of Mulled Wine #504463

Color information

#504463 (or 0x504463) is unknown color: approx Mulled Wine. HEX triplet: 50, 44 and 63. RGB value is (80,68,99). Sum of RGB (Red+Green+Blue) = 80+68+99=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 68 (26.95% from 255 or 27.53% 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 #504463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504463 is #AFBB9C. Grayscale: #4B4B4B. Windows color (decimal): -11516829 or 6505552. OLE color: 6505552.

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

Color convert

RGB806899-
CMYK0.190.3100.61
HSL263.23º18.56%32.75%-
HSV(B)263.23º31.31%38.82%-
XYZ7.636.7412.7-
YUV75.12141.48131.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=32.39%
G=27.53%
B=40.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8068990.190.3100.61263.2318.5632.75
Hex504463131F03D1071321
Octal12010414323370754072341
Binary1010000100010011000111001111111011110110000011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504463; }

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

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

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

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

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

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

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

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