#504859

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

Shades of Mulled Wine #504859

Tints of Mulled Wine #504859

Color information

#504859 (or 0x504859) is unknown color: approx Mulled Wine. HEX triplet: 50, 48 and 59. RGB value is (80,72,89). Sum of RGB (Red+Green+Blue) = 80+72+89=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #504859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504859 is #AFB7A6. Grayscale: #4C4C4C. Windows color (decimal): -11515815 or 5851216. OLE color: 5851216.

HSL color Cylindrical-coordinate representation of color #504859: hue angle of 268.24º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504859 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB807289-
CMYK0.100.1900.65
HSL268.24º10.56%31.57%-
HSV(B)268.24º19.1%34.9%-
XYZ7.437.0610.42-
YUV76.33135.15130.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=33.20%
G=29.88%
B=36.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8072890.100.1900.65268.2410.5631.57
Hex504859A1304110cb20
Octal120110131122301014141340
Binary101000010010001011001101010011010000011000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504859; }

 p { color: rgb(80,72,89); }

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

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

 a { background-color: rgb(80,72,89); }

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

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

 span { border-color: rgb(80,72,89); }

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