#50485C

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

Shades of Mulled Wine #50485C

Tints of Mulled Wine #50485C

Color information

#50485C (or 0x50485C) is unknown color: approx Mulled Wine. HEX triplet: 50, 48 and 5C. RGB value is (80,72,92). Sum of RGB (Red+Green+Blue) = 80+72+92=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #50485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50485C is #AFB7A3. Grayscale: #4C4C4C. Windows color (decimal): -11515812 or 6047824. OLE color: 6047824.

HSL color Cylindrical-coordinate representation of color #50485C: hue angle of 264º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50485C is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB807292-
CMYK0.130.2200.64
HSL264º12.2%32.16%-
HSV(B)264º21.74%36.08%-
XYZ7.567.1111.1-
YUV76.67136.65130.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=32.79%
G=29.51%
B=37.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8072920.130.2200.6426412.232.16
Hex50485CD16040108c20
Octal120110134152601004101440
Binary101000010010001011100110110110010000001000010001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50485C; }

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

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

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

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

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

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

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

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