#504060

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

Shades of Mulled Wine #504060

Tints of Mulled Wine #504060

Color information

#504060 (or 0x504060) is unknown color: approx Mulled Wine. HEX triplet: 50, 40 and 60. RGB value is (80,64,96). Sum of RGB (Red+Green+Blue) = 80+64+96=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #504060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504060 is #AFBF9F. Grayscale: #484848. Windows color (decimal): -11517856 or 6307920. OLE color: 6307920.

HSL color Cylindrical-coordinate representation of color #504060: hue angle of 270º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #504060 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB806496-
CMYK0.170.3300.62
HSL270º20%31.37%-
HSV(B)270º33.33%37.65%-
XYZ7.256.2211.88-
YUV72.43141.3133.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 96 (37.89% from 255) = 40%
R=33.33%
G=26.67%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8064960.170.3300.622702031.37
Hex504060112103E10e141f
Octal12010014021410764162437
Binary1010000100000011000001000110000101111101000011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504060; }

 p { color: rgb(80,64,96); }

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

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

 a { background-color: rgb(80,64,96); }

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

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

 span { border-color: rgb(80,64,96); }

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