#504361

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

Shades of Mulled Wine #504361

Tints of Mulled Wine #504361

Color information

#504361 (or 0x504361) is unknown color: approx Mulled Wine. HEX triplet: 50, 43 and 61. RGB value is (80,67,97). Sum of RGB (Red+Green+Blue) = 80+67+97=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #504361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504361 is #AFBC9E. Grayscale: #4A4A4A. Windows color (decimal): -11517087 or 6374224. OLE color: 6374224.

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

Color convert

RGB806797-
CMYK0.180.3100.62
HSL266º18.29%32.16%-
HSV(B)266º30.93%38.04%-
XYZ7.476.5812.19-
YUV74.31140.81132.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=32.79%
G=27.46%
B=39.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8067970.180.3100.6226618.2932.16
Hex504361121F03E10a1220
Octal12010314122370764122240
Binary1010000100001111000011001011111011111010000101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504361; }

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

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

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

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

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

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

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

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