#504C61

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

Shades of Mulled Wine #504C61

Tints of Mulled Wine #504C61

Color information

#504C61 (or 0x504C61) is unknown color: approx Mulled Wine. HEX triplet: 50, 4C and 61. RGB value is (80,76,97). Sum of RGB (Red+Green+Blue) = 80+76+97=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #504C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C61 is #AFB39E. Grayscale: #4F4F4F. Windows color (decimal): -11514783 or 6376528. OLE color: 6376528.

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

Color convert

RGB807697-
CMYK0.180.2200.62
HSL251.43º12.14%33.92%-
HSV(B)251.43º21.65%38.04%-
XYZ8.057.7412.38-
YUV79.59137.83128.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=31.62%
G=30.04%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8076970.180.2200.62251.4312.1433.92
Hex504C61121603Efbc22
Octal12011414122260763731442
Binary10100001001100110000110010101100111110111110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504C61; }

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

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

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

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

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

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

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

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