#504856

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

Shades of Mulled Wine #504856

Tints of Mulled Wine #504856

Color information

#504856 (or 0x504856) is unknown color: approx Mulled Wine. HEX triplet: 50, 48 and 56. RGB value is (80,72,86). Sum of RGB (Red+Green+Blue) = 80+72+86=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #504856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504856 is #AFB7A9. Grayscale: #4B4B4B. Windows color (decimal): -11515818 or 5654608. OLE color: 5654608.

HSL color Cylindrical-coordinate representation of color #504856: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504856 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB807286-
CMYK0.070.1600.66
HSL274.29º8.86%30.98%-
HSV(B)274.29º16.28%33.73%-
XYZ7.317.019.77-
YUV75.99133.65130.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=33.61%
G=30.25%
B=36.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8072860.070.1600.66274.298.8630.98
Hex50485671004211291f
Octal12011012672001024221137
Binary1010000100100010101101111000001000010100010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504856; }

 p { color: rgb(80,72,86); }

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

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

 a { background-color: rgb(80,72,86); }

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

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

 span { border-color: rgb(80,72,86); }

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