#504161

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

Shades of Mulled Wine #504161

Tints of Mulled Wine #504161

Color information

#504161 (or 0x504161) is unknown color: approx Mulled Wine. HEX triplet: 50, 41 and 61. RGB value is (80,65,97). Sum of RGB (Red+Green+Blue) = 80+65+97=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #504161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504161 is #AFBE9E. Grayscale: #494949. Windows color (decimal): -11517599 or 6373712. OLE color: 6373712.

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

Color convert

RGB806597-
CMYK0.180.3300.62
HSL268.12º19.75%31.76%-
HSV(B)268.12º32.99%38.04%-
XYZ7.366.3512.15-
YUV73.13141.47132.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=33.06%
G=26.86%
B=40.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8065970.180.3300.62268.1219.7531.76
Hex504161122103E10c1420
Octal12010114122410764142440
Binary10100001000001110000110010100001011111010000110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504161; }

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

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

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

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

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

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

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

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