#504761

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

Shades of Mulled Wine #504761

Tints of Mulled Wine #504761

Color information

#504761 (or 0x504761) is unknown color: approx Mulled Wine. HEX triplet: 50, 47 and 61. RGB value is (80,71,97). Sum of RGB (Red+Green+Blue) = 80+71+97=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #504761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504761 is #AFB89E. Grayscale: #4C4C4C. Windows color (decimal): -11516063 or 6375248. OLE color: 6375248.

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

Color convert

RGB807197-
CMYK0.180.2700.62
HSL260.77º15.48%32.94%-
HSV(B)260.77º26.8%38.04%-
XYZ7.727.0812.27-
YUV76.66139.48130.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=32.26%
G=28.63%
B=39.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8071970.180.2700.62260.7715.4832.94
Hex504761121B03E105f21
Octal12010714122330764051741
Binary101000010001111100001100101101101111101000001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504761; }

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

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

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

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

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

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

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

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