Color parameters specify an RGB color. They consist of three values
ranging from 0 to 255 for each of the red, green, and blue color channels.
The values are separated by commas without spaces: red_value,green_value,blue_value.
Examples:
BderColor=255,0,0
FillColor=124,23,233