#504061

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

Shades of Mulled Wine #504061

Tints of Mulled Wine #504061

Color information

#504061 (or 0x504061) is unknown color: approx Mulled Wine. HEX triplet: 50, 40 and 61. RGB value is (80,64,97). Sum of RGB (Red+Green+Blue) = 80+64+97=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #504061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504061 is #AFBF9E. Grayscale: #484848. Windows color (decimal): -11517855 or 6373456. OLE color: 6373456.

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

Color convert

RGB806497-
CMYK0.180.3400.62
HSL269.09º20.5%31.57%-
HSV(B)269.09º34.02%38.04%-
XYZ7.36.2412.13-
YUV72.55141.8133.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=33.20%
G=26.56%
B=40.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8064970.180.3400.62269.0920.531.57
Hex504061122203E10d1420
Octal12010014122420764152440
Binary10100001000000110000110010100010011111010000110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504061; }

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

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

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

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

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

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

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

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