#504461

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

Shades of Mulled Wine #504461

Tints of Mulled Wine #504461

Color information

#504461 (or 0x504461) is unknown color: approx Mulled Wine. HEX triplet: 50, 44 and 61. RGB value is (80,68,97). Sum of RGB (Red+Green+Blue) = 80+68+97=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #504461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504461 is #AFBB9E. Grayscale: #4A4A4A. Windows color (decimal): -11516831 or 6374480. OLE color: 6374480.

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

Color convert

RGB806897-
CMYK0.180.3000.62
HSL264.83º17.58%32.35%-
HSV(B)264.83º29.9%38.04%-
XYZ7.536.712.21-
YUV74.89140.48131.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=32.65%
G=27.76%
B=39.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8068970.180.3000.62264.8317.5832.35
Hex504461121E03E1091220
Octal12010414122360764112240
Binary1010000100010011000011001011110011111010000100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504461; }

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

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

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

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

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

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

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

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