This program shows you how the red, green, and blue color components are combined together to form a hexadecimal string, and the corresponding decimal value of this string. In computer programming, colors are very frequently specified using hexadecimal strings.
Original program did not report the per-component hex values.