#504955

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

Shades of Mulled Wine #504955

Tints of Mulled Wine #504955

Color information

#504955 (or 0x504955) is unknown color: approx Mulled Wine. HEX triplet: 50, 49 and 55. RGB value is (80,73,85). Sum of RGB (Red+Green+Blue) = 80+73+85=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #504955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504955 is #AFB6AA. Grayscale: #4C4C4C. Windows color (decimal): -11515563 or 5589328. OLE color: 5589328.

HSL color Cylindrical-coordinate representation of color #504955: hue angle of 275º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #504955 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB807385-
CMYK0.060.1400.67
HSL275º7.59%30.98%-
HSV(B)275º14.12%33.33%-
XYZ7.337.139.58-
YUV76.46132.82130.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=33.61%
G=30.67%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8073850.060.1400.672757.5930.98
Hex5049556E04311381f
Octal12011112561601034231037
Binary101000010010011010101110111001000011100010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504955; }

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

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

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

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

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

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

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

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