#504160

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

Shades of Mulled Wine #504160

Tints of Mulled Wine #504160

Color information

#504160 (or 0x504160) is unknown color: approx Mulled Wine. HEX triplet: 50, 41 and 60. RGB value is (80,65,96). Sum of RGB (Red+Green+Blue) = 80+65+96=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #504160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504160 is #AFBE9F. Grayscale: #484848. Windows color (decimal): -11517600 or 6308176. OLE color: 6308176.

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

Color convert

RGB806596-
CMYK0.170.3200.62
HSL269.03º19.25%31.57%-
HSV(B)269.03º32.29%37.65%-
XYZ7.316.3311.9-
YUV73.02140.97132.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=33.20%
G=26.97%
B=39.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8065960.170.3200.62269.0319.2531.57
Hex504160112003E10d1320
Octal12010114021400764152340
Binary10100001000001110000010001100000011111010000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504160; }

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

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

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

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

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

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

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

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