#50455E

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

Shades of Mulled Wine #50455E

Tints of Mulled Wine #50455E

Color information

#50455E (or 0x50455E) is unknown color: approx Mulled Wine. HEX triplet: 50, 45 and 5E. RGB value is (80,69,94). Sum of RGB (Red+Green+Blue) = 80+69+94=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #50455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50455E is #AFBAA1. Grayscale: #4B4B4B. Windows color (decimal): -11516578 or 6178128. OLE color: 6178128.

HSL color Cylindrical-coordinate representation of color #50455E: hue angle of 266.4º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50455E is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB806994-
CMYK0.150.2700.63
HSL266.4º15.34%31.96%-
HSV(B)266.4º26.6%36.86%-
XYZ7.466.7711.5-
YUV75.14138.64131.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=32.92%
G=28.40%
B=38.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8069940.150.2700.63266.415.3431.96
Hex50455EF1B03F10af20
Octal12010513617330774121740
Binary10100001000101101111011111101101111111000010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50455E; }

 p { color: rgb(80,69,94); }

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

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

 a { background-color: rgb(80,69,94); }

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

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

 span { border-color: rgb(80,69,94); }

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