#504967

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

Shades of Mulled Wine #504967

Tints of Mulled Wine #504967

Color information

#504967 (or 0x504967) is unknown color: approx Mulled Wine. HEX triplet: 50, 49 and 67. RGB value is (80,73,103). Sum of RGB (Red+Green+Blue) = 80+73+103=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 103 - color contains mainly: blue. Hex color #504967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504967 is #AFB698. Grayscale: #4E4E4E. Windows color (decimal): -11515545 or 6768976. OLE color: 6768976.

HSL color Cylindrical-coordinate representation of color #504967: hue angle of 254º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #504967 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8073103-
CMYK0.220.2900.60
HSL254º17.05%34.51%-
HSV(B)254º29.13%40.39%-
XYZ8.147.4513.84-
YUV78.51141.82129.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 103 (40.62% from 255) = 40.23%
R=31.25%
G=28.52%
B=40.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80731030.220.2900.6025417.0534.51
Hex504967161D03Cfe1123
Octal12011114726350743762143
Binary101000010010011100111101101110101111001111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504967; }

 p { color: rgb(80,73,103); }

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

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

 a { background-color: rgb(80,73,103); }

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

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

 span { border-color: rgb(80,73,103); }

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