t421-rgb-values-meaning-b

rgb values

WeasyPrint

This browser

Assertion
Test that the color components in rgb colors are interpreted correctly.

Source

   1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
   2 <html>
   3 	<head>
   4 		<title>CSS Test: rgb values</title>
   5 		<link rel="author" title="L. David Baron" href="https://dbaron.org/">
   6 		<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
   7 		<link rel="help" href="http://www.w3.org/TR/css3-color/#rgb-color">
   8 		<meta name="flags" content="">
   9 		<meta name="assert" content="Test that the color components in rgb colors are interpreted correctly.">
  10 		<style type="text/css">
  11 		table { border-spacing: 0; padding: 0; border: none; }
  12 		td { border: none; padding: 0; }
  13 		td { width: 1.2em; height: 1.2em; }
  14 		</style>
  15 	</head>
  16 	<body>
  17 
  18 		<p>The following table should have four matching rows gradually changing from red at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
  19 
  20 		<table border="border">
  21 			<tr>
  22 				<td style="background: black">&nbsp;</td>
  23 				<td style="background: #ff0000">&nbsp;</td>
  24 				<td style="background: #ee0000">&nbsp;</td>
  25 				<td style="background: #dd0000">&nbsp;</td>
  26 				<td style="background: #cc0000">&nbsp;</td>
  27 				<td style="background: #bb0000">&nbsp;</td>
  28 				<td style="background: #aa0000">&nbsp;</td>
  29 				<td style="background: #990000">&nbsp;</td>
  30 				<td style="background: #880000">&nbsp;</td>
  31 				<td style="background: #770000">&nbsp;</td>
  32 				<td style="background: #660000">&nbsp;</td>
  33 				<td style="background: #550000">&nbsp;</td>
  34 				<td style="background: #440000">&nbsp;</td>
  35 				<td style="background: #330000">&nbsp;</td>
  36 				<td style="background: #220000">&nbsp;</td>
  37 				<td style="background: #110000">&nbsp;</td>
  38 				<td style="background: #000000">&nbsp;</td>
  39 				<td style="background: white">&nbsp;</td>
  40 			</tr>
  41 			<tr>
  42 				<td style="background: white">&nbsp;</td>
  43 				<td style="background: #f00">&nbsp;</td>
  44 				<td style="background: #e00">&nbsp;</td>
  45 				<td style="background: #d00">&nbsp;</td>
  46 				<td style="background: #c00">&nbsp;</td>
  47 				<td style="background: #b00">&nbsp;</td>
  48 				<td style="background: #a00">&nbsp;</td>
  49 				<td style="background: #900">&nbsp;</td>
  50 				<td style="background: #800">&nbsp;</td>
  51 				<td style="background: #700">&nbsp;</td>
  52 				<td style="background: #600">&nbsp;</td>
  53 				<td style="background: #500">&nbsp;</td>
  54 				<td style="background: #400">&nbsp;</td>
  55 				<td style="background: #300">&nbsp;</td>
  56 				<td style="background: #200">&nbsp;</td>
  57 				<td style="background: #100">&nbsp;</td>
  58 				<td style="background: #000">&nbsp;</td>
  59 				<td style="background: black">&nbsp;</td>
  60 			</tr>
  61 			<tr>
  62 				<td style="background: black">&nbsp;</td>
  63 				<td style="background: rgb(255, 0, 0)">&nbsp;</td>
  64 				<td style="background: rgb(238, 0, 0)">&nbsp;</td>
  65 				<td style="background: rgb(221, 0, 0)">&nbsp;</td>
  66 				<td style="background: rgb(204, 0, 0)">&nbsp;</td>
  67 				<td style="background: rgb(187, 0, 0)">&nbsp;</td>
  68 				<td style="background: rgb(170, 0, 0)">&nbsp;</td>
  69 				<td style="background: rgb(153, 0, 0)">&nbsp;</td>
  70 				<td style="background: rgb(136, 0, 0)">&nbsp;</td>
  71 				<td style="background: rgb(119, 0, 0)">&nbsp;</td>
  72 				<td style="background: rgb(102, 0, 0)">&nbsp;</td>
  73 				<td style="background: rgb(85, 0, 0)">&nbsp;</td>
  74 				<td style="background: rgb(68, 0, 0)">&nbsp;</td>
  75 				<td style="background: rgb(51, 0, 0)">&nbsp;</td>
  76 				<td style="background: rgb(34, 0, 0)">&nbsp;</td>
  77 				<td style="background: rgb(17, 0, 0)">&nbsp;</td>
  78 				<td style="background: rgb(0, 0, 0)">&nbsp;</td>
  79 				<td style="background: white">&nbsp;</td>
  80 			</tr>
  81 			<tr>
  82 				<td style="background: white">&nbsp;</td>
  83 				<td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
  84 				<td style="background: rgb(93.3%, 0%, 0%)">&nbsp;</td>
  85 				<td style="background: rgb(86.7%, 0%, 0%)">&nbsp;</td>
  86 				<td style="background: rgb(80%, 0%, 0%)">&nbsp;</td>
  87 				<td style="background: rgb(73.3%, 0%, 0%)">&nbsp;</td>
  88 				<td style="background: rgb(66.7%, 0%, 0%)">&nbsp;</td>
  89 				<td style="background: rgb(60%, 0%, 0%)">&nbsp;</td>
  90 				<td style="background: rgb(53.3%, 0%, 0%)">&nbsp;</td>
  91 				<td style="background: rgb(46.7%, 0%, 0%)">&nbsp;</td>
  92 				<td style="background: rgb(40%, 0%, 0%)">&nbsp;</td>
  93 				<td style="background: rgb(33.3%, 0%, 0%)">&nbsp;</td>
  94 				<td style="background: rgb(26.7%, 0%, 0%)">&nbsp;</td>
  95 				<td style="background: rgb(20%, 0%, 0%)">&nbsp;</td>
  96 				<td style="background: rgb(13.3%, 0%, 0%)">&nbsp;</td>
  97 				<td style="background: rgb(6.7%, 0%, 0%)">&nbsp;</td>
  98 				<td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
  99 				<td style="background: black">&nbsp;</td>
 100 			</tr>
 101 		</table>
 102 
 103 		<p>The following table should have four matching rows gradually changing from white at the left to red at the right (plus a checkerboard at both ends to show where the rows are):</p>
 104 
 105 		<table border="border">
 106 			<tr>
 107 				<td style="background: black">&nbsp;</td>
 108 				<td style="background: #ffffff">&nbsp;</td>
 109 				<td style="background: #ffeeee">&nbsp;</td>
 110 				<td style="background: #ffdddd">&nbsp;</td>
 111 				<td style="background: #ffcccc">&nbsp;</td>
 112 				<td style="background: #ffbbbb">&nbsp;</td>
 113 				<td style="background: #ffaaaa">&nbsp;</td>
 114 				<td style="background: #ff9999">&nbsp;</td>
 115 				<td style="background: #ff8888">&nbsp;</td>
 116 				<td style="background: #ff7777">&nbsp;</td>
 117 				<td style="background: #ff6666">&nbsp;</td>
 118 				<td style="background: #ff5555">&nbsp;</td>
 119 				<td style="background: #ff4444">&nbsp;</td>
 120 				<td style="background: #ff3333">&nbsp;</td>
 121 				<td style="background: #ff2222">&nbsp;</td>
 122 				<td style="background: #ff1111">&nbsp;</td>
 123 				<td style="background: #ff0000">&nbsp;</td>
 124 				<td style="background: white">&nbsp;</td>
 125 			</tr>
 126 			<tr>
 127 				<td style="background: white">&nbsp;</td>
 128 				<td style="background: #fff">&nbsp;</td>
 129 				<td style="background: #fee">&nbsp;</td>
 130 				<td style="background: #fdd">&nbsp;</td>
 131 				<td style="background: #fcc">&nbsp;</td>
 132 				<td style="background: #fbb">&nbsp;</td>
 133 				<td style="background: #faa">&nbsp;</td>
 134 				<td style="background: #f99">&nbsp;</td>
 135 				<td style="background: #f88">&nbsp;</td>
 136 				<td style="background: #f77">&nbsp;</td>
 137 				<td style="background: #f66">&nbsp;</td>
 138 				<td style="background: #f55">&nbsp;</td>
 139 				<td style="background: #f44">&nbsp;</td>
 140 				<td style="background: #f33">&nbsp;</td>
 141 				<td style="background: #f22">&nbsp;</td>
 142 				<td style="background: #f11">&nbsp;</td>
 143 				<td style="background: #f00">&nbsp;</td>
 144 				<td style="background: black">&nbsp;</td>
 145 			</tr>
 146 			<tr>
 147 				<td style="background: black">&nbsp;</td>
 148 				<td style="background: rgb(255, 255, 255)">&nbsp;</td>
 149 				<td style="background: rgb(255, 238, 238)">&nbsp;</td>
 150 				<td style="background: rgb(255, 221, 221)">&nbsp;</td>
 151 				<td style="background: rgb(255, 204, 204)">&nbsp;</td>
 152 				<td style="background: rgb(255, 187, 187)">&nbsp;</td>
 153 				<td style="background: rgb(255, 170, 170)">&nbsp;</td>
 154 				<td style="background: rgb(255, 153, 153)">&nbsp;</td>
 155 				<td style="background: rgb(255, 136, 136)">&nbsp;</td>
 156 				<td style="background: rgb(255, 119, 119)">&nbsp;</td>
 157 				<td style="background: rgb(255, 102, 102)">&nbsp;</td>
 158 				<td style="background: rgb(255, 85, 85)">&nbsp;</td>
 159 				<td style="background: rgb(255, 68, 68)">&nbsp;</td>
 160 				<td style="background: rgb(255, 51, 51)">&nbsp;</td>
 161 				<td style="background: rgb(255, 34, 34)">&nbsp;</td>
 162 				<td style="background: rgb(255, 17, 17)">&nbsp;</td>
 163 				<td style="background: rgb(255, 0, 0)">&nbsp;</td>
 164 				<td style="background: white">&nbsp;</td>
 165 			</tr>
 166 			<tr>
 167 				<td style="background: white">&nbsp;</td>
 168 				<td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
 169 				<td style="background: rgb(100%, 93.3%, 93.3%)">&nbsp;</td>
 170 				<td style="background: rgb(100%, 86.7%, 86.7%)">&nbsp;</td>
 171 				<td style="background: rgb(100%, 80%, 80%)">&nbsp;</td>
 172 				<td style="background: rgb(100%, 73.3%, 73.3%)">&nbsp;</td>
 173 				<td style="background: rgb(100%, 66.7%, 66.7%)">&nbsp;</td>
 174 				<td style="background: rgb(100%, 60%, 60%)">&nbsp;</td>
 175 				<td style="background: rgb(100%, 53.3%, 53.3%)">&nbsp;</td>
 176 				<td style="background: rgb(100%, 46.7%, 46.7%)">&nbsp;</td>
 177 				<td style="background: rgb(100%, 40%, 40%)">&nbsp;</td>
 178 				<td style="background: rgb(100%, 33.3%, 33.3%)">&nbsp;</td>
 179 				<td style="background: rgb(100%, 26.7%, 26.7%)">&nbsp;</td>
 180 				<td style="background: rgb(100%, 20%, 20%)">&nbsp;</td>
 181 				<td style="background: rgb(100%, 13.3%, 13.3%)">&nbsp;</td>
 182 				<td style="background: rgb(100%, 6.7%, 6.7%)">&nbsp;</td>
 183 				<td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
 184 				<td style="background: black">&nbsp;</td>
 185 			</tr>
 186 		</table>
 187 
 188 		<p>The following table should have four matching rows gradually changing from green at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
 189 
 190 		<table border="border">
 191 			<tr>
 192 				<td style="background: black">&nbsp;</td>
 193 				<td style="background: #00ff00">&nbsp;</td>
 194 				<td style="background: #00ee00">&nbsp;</td>
 195 				<td style="background: #00dd00">&nbsp;</td>
 196 				<td style="background: #00cc00">&nbsp;</td>
 197 				<td style="background: #00bb00">&nbsp;</td>
 198 				<td style="background: #00aa00">&nbsp;</td>
 199 				<td style="background: #009900">&nbsp;</td>
 200 				<td style="background: #008800">&nbsp;</td>
 201 				<td style="background: #007700">&nbsp;</td>
 202 				<td style="background: #006600">&nbsp;</td>
 203 				<td style="background: #005500">&nbsp;</td>
 204 				<td style="background: #004400">&nbsp;</td>
 205 				<td style="background: #003300">&nbsp;</td>
 206 				<td style="background: #002200">&nbsp;</td>
 207 				<td style="background: #001100">&nbsp;</td>
 208 				<td style="background: #000000">&nbsp;</td>
 209 				<td style="background: white">&nbsp;</td>
 210 			</tr>
 211 			<tr>
 212 				<td style="background: white">&nbsp;</td>
 213 				<td style="background: #0f0">&nbsp;</td>
 214 				<td style="background: #0e0">&nbsp;</td>
 215 				<td style="background: #0d0">&nbsp;</td>
 216 				<td style="background: #0c0">&nbsp;</td>
 217 				<td style="background: #0b0">&nbsp;</td>
 218 				<td style="background: #0a0">&nbsp;</td>
 219 				<td style="background: #090">&nbsp;</td>
 220 				<td style="background: #080">&nbsp;</td>
 221 				<td style="background: #070">&nbsp;</td>
 222 				<td style="background: #060">&nbsp;</td>
 223 				<td style="background: #050">&nbsp;</td>
 224 				<td style="background: #040">&nbsp;</td>
 225 				<td style="background: #030">&nbsp;</td>
 226 				<td style="background: #020">&nbsp;</td>
 227 				<td style="background: #010">&nbsp;</td>
 228 				<td style="background: #000">&nbsp;</td>
 229 				<td style="background: black">&nbsp;</td>
 230 			</tr>
 231 			<tr>
 232 				<td style="background: black">&nbsp;</td>
 233 				<td style="background: rgb(0, 255, 0)">&nbsp;</td>
 234 				<td style="background: rgb(0, 238, 0)">&nbsp;</td>
 235 				<td style="background: rgb(0, 221, 0)">&nbsp;</td>
 236 				<td style="background: rgb(0, 204, 0)">&nbsp;</td>
 237 				<td style="background: rgb(0, 187, 0)">&nbsp;</td>
 238 				<td style="background: rgb(0, 170, 0)">&nbsp;</td>
 239 				<td style="background: rgb(0, 153, 0)">&nbsp;</td>
 240 				<td style="background: rgb(0, 136, 0)">&nbsp;</td>
 241 				<td style="background: rgb(0, 119, 0)">&nbsp;</td>
 242 				<td style="background: rgb(0, 102, 0)">&nbsp;</td>
 243 				<td style="background: rgb(0, 85, 0)">&nbsp;</td>
 244 				<td style="background: rgb(0, 68, 0)">&nbsp;</td>
 245 				<td style="background: rgb(0, 51, 0)">&nbsp;</td>
 246 				<td style="background: rgb(0, 34, 0)">&nbsp;</td>
 247 				<td style="background: rgb(0, 17, 0)">&nbsp;</td>
 248 				<td style="background: rgb(0, 0, 0)">&nbsp;</td>
 249 				<td style="background: white">&nbsp;</td>
 250 			</tr>
 251 			<tr>
 252 				<td style="background: white">&nbsp;</td>
 253 				<td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
 254 				<td style="background: rgb(0%, 93.3%, 0%)">&nbsp;</td>
 255 				<td style="background: rgb(0%, 86.7%, 0%)">&nbsp;</td>
 256 				<td style="background: rgb(0%, 80%, 0%)">&nbsp;</td>
 257 				<td style="background: rgb(0%, 73.3%, 0%)">&nbsp;</td>
 258 				<td style="background: rgb(0%, 66.7%, 0%)">&nbsp;</td>
 259 				<td style="background: rgb(0%, 60%, 0%)">&nbsp;</td>
 260 				<td style="background: rgb(0%, 53.3%, 0%)">&nbsp;</td>
 261 				<td style="background: rgb(0%, 46.7%, 0%)">&nbsp;</td>
 262 				<td style="background: rgb(0%, 40%, 0%)">&nbsp;</td>
 263 				<td style="background: rgb(0%, 33.3%, 0%)">&nbsp;</td>
 264 				<td style="background: rgb(0%, 26.7%, 0%)">&nbsp;</td>
 265 				<td style="background: rgb(0%, 20%, 0%)">&nbsp;</td>
 266 				<td style="background: rgb(0%, 13.3%, 0%)">&nbsp;</td>
 267 				<td style="background: rgb(0%, 6.7%, 0%)">&nbsp;</td>
 268 				<td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
 269 				<td style="background: black">&nbsp;</td>
 270 			</tr>
 271 		</table>
 272 
 273 		<p>The following table should have four matching rows gradually changing from white at the left to green at the right (plus a checkerboard at both ends to show where the rows are):</p>
 274 
 275 		<table border="border">
 276 			<tr>
 277 				<td style="background: black">&nbsp;</td>
 278 				<td style="background: #ffffff">&nbsp;</td>
 279 				<td style="background: #eeffee">&nbsp;</td>
 280 				<td style="background: #ddffdd">&nbsp;</td>
 281 				<td style="background: #ccffcc">&nbsp;</td>
 282 				<td style="background: #bbffbb">&nbsp;</td>
 283 				<td style="background: #aaffaa">&nbsp;</td>
 284 				<td style="background: #99ff99">&nbsp;</td>
 285 				<td style="background: #88ff88">&nbsp;</td>
 286 				<td style="background: #77ff77">&nbsp;</td>
 287 				<td style="background: #66ff66">&nbsp;</td>
 288 				<td style="background: #55ff55">&nbsp;</td>
 289 				<td style="background: #44ff44">&nbsp;</td>
 290 				<td style="background: #33ff33">&nbsp;</td>
 291 				<td style="background: #22ff22">&nbsp;</td>
 292 				<td style="background: #11ff11">&nbsp;</td>
 293 				<td style="background: #00ff00">&nbsp;</td>
 294 				<td style="background: white">&nbsp;</td>
 295 			</tr>
 296 			<tr>
 297 				<td style="background: white">&nbsp;</td>
 298 				<td style="background: #fff">&nbsp;</td>
 299 				<td style="background: #efe">&nbsp;</td>
 300 				<td style="background: #dfd">&nbsp;</td>
 301 				<td style="background: #cfc">&nbsp;</td>
 302 				<td style="background: #bfb">&nbsp;</td>
 303 				<td style="background: #afa">&nbsp;</td>
 304 				<td style="background: #9f9">&nbsp;</td>
 305 				<td style="background: #8f8">&nbsp;</td>
 306 				<td style="background: #7f7">&nbsp;</td>
 307 				<td style="background: #6f6">&nbsp;</td>
 308 				<td style="background: #5f5">&nbsp;</td>
 309 				<td style="background: #4f4">&nbsp;</td>
 310 				<td style="background: #3f3">&nbsp;</td>
 311 				<td style="background: #2f2">&nbsp;</td>
 312 				<td style="background: #1f1">&nbsp;</td>
 313 				<td style="background: #0f0">&nbsp;</td>
 314 				<td style="background: black">&nbsp;</td>
 315 			</tr>
 316 			<tr>
 317 				<td style="background: black">&nbsp;</td>
 318 				<td style="background: rgb(255, 255, 255)">&nbsp;</td>
 319 				<td style="background: rgb(238, 255, 238)">&nbsp;</td>
 320 				<td style="background: rgb(221, 255, 221)">&nbsp;</td>
 321 				<td style="background: rgb(204, 255, 204)">&nbsp;</td>
 322 				<td style="background: rgb(187, 255, 187)">&nbsp;</td>
 323 				<td style="background: rgb(170, 255, 170)">&nbsp;</td>
 324 				<td style="background: rgb(153, 255, 153)">&nbsp;</td>
 325 				<td style="background: rgb(136, 255, 136)">&nbsp;</td>
 326 				<td style="background: rgb(119, 255, 119)">&nbsp;</td>
 327 				<td style="background: rgb(102, 255, 102)">&nbsp;</td>
 328 				<td style="background: rgb(85, 255, 85)">&nbsp;</td>
 329 				<td style="background: rgb(68, 255, 68)">&nbsp;</td>
 330 				<td style="background: rgb(51, 255, 51)">&nbsp;</td>
 331 				<td style="background: rgb(34, 255, 34)">&nbsp;</td>
 332 				<td style="background: rgb(17, 255, 17)">&nbsp;</td>
 333 				<td style="background: rgb(0, 255, 0)">&nbsp;</td>
 334 				<td style="background: white">&nbsp;</td>
 335 			</tr>
 336 			<tr>
 337 				<td style="background: white">&nbsp;</td>
 338 				<td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
 339 				<td style="background: rgb(93.3%, 100%, 93.3%)">&nbsp;</td>
 340 				<td style="background: rgb(86.7%, 100%, 86.7%)">&nbsp;</td>
 341 				<td style="background: rgb(80%, 100%, 80%)">&nbsp;</td>
 342 				<td style="background: rgb(73.3%, 100%, 73.3%)">&nbsp;</td>
 343 				<td style="background: rgb(66.7%, 100%, 66.7%)">&nbsp;</td>
 344 				<td style="background: rgb(60%, 100%, 60%)">&nbsp;</td>
 345 				<td style="background: rgb(53.3%, 100%, 53.3%)">&nbsp;</td>
 346 				<td style="background: rgb(46.7%, 100%, 46.7%)">&nbsp;</td>
 347 				<td style="background: rgb(40%, 100%, 40%)">&nbsp;</td>
 348 				<td style="background: rgb(33.3%, 100%, 33.3%)">&nbsp;</td>
 349 				<td style="background: rgb(26.7%, 100%, 26.7%)">&nbsp;</td>
 350 				<td style="background: rgb(20%, 100%, 20%)">&nbsp;</td>
 351 				<td style="background: rgb(13.3%, 100%, 13.3%)">&nbsp;</td>
 352 				<td style="background: rgb(6.7%, 100%, 6.7%)">&nbsp;</td>
 353 				<td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
 354 				<td style="background: black">&nbsp;</td>
 355 			</tr>
 356 		</table>
 357 
 358 		<p>The following table should have four matching rows gradually changing from blue at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
 359 
 360 		<table border="border">
 361 			<tr>
 362 				<td style="background: black">&nbsp;</td>
 363 				<td style="background: #0000ff">&nbsp;</td>
 364 				<td style="background: #0000ee">&nbsp;</td>
 365 				<td style="background: #0000dd">&nbsp;</td>
 366 				<td style="background: #0000cc">&nbsp;</td>
 367 				<td style="background: #0000bb">&nbsp;</td>
 368 				<td style="background: #0000aa">&nbsp;</td>
 369 				<td style="background: #000099">&nbsp;</td>
 370 				<td style="background: #000088">&nbsp;</td>
 371 				<td style="background: #000077">&nbsp;</td>
 372 				<td style="background: #000066">&nbsp;</td>
 373 				<td style="background: #000055">&nbsp;</td>
 374 				<td style="background: #000044">&nbsp;</td>
 375 				<td style="background: #000033">&nbsp;</td>
 376 				<td style="background: #000022">&nbsp;</td>
 377 				<td style="background: #000011">&nbsp;</td>
 378 				<td style="background: #000000">&nbsp;</td>
 379 				<td style="background: white">&nbsp;</td>
 380 			</tr>
 381 			<tr>
 382 				<td style="background: white">&nbsp;</td>
 383 				<td style="background: #00f">&nbsp;</td>
 384 				<td style="background: #00e">&nbsp;</td>
 385 				<td style="background: #00d">&nbsp;</td>
 386 				<td style="background: #00c">&nbsp;</td>
 387 				<td style="background: #00b">&nbsp;</td>
 388 				<td style="background: #00a">&nbsp;</td>
 389 				<td style="background: #009">&nbsp;</td>
 390 				<td style="background: #008">&nbsp;</td>
 391 				<td style="background: #007">&nbsp;</td>
 392 				<td style="background: #006">&nbsp;</td>
 393 				<td style="background: #005">&nbsp;</td>
 394 				<td style="background: #004">&nbsp;</td>
 395 				<td style="background: #003">&nbsp;</td>
 396 				<td style="background: #002">&nbsp;</td>
 397 				<td style="background: #001">&nbsp;</td>
 398 				<td style="background: #000">&nbsp;</td>
 399 				<td style="background: black">&nbsp;</td>
 400 			</tr>
 401 			<tr>
 402 				<td style="background: black">&nbsp;</td>
 403 				<td style="background: rgb(0, 0, 255)">&nbsp;</td>
 404 				<td style="background: rgb(0, 0, 238)">&nbsp;</td>
 405 				<td style="background: rgb(0, 0, 221)">&nbsp;</td>
 406 				<td style="background: rgb(0, 0, 204)">&nbsp;</td>
 407 				<td style="background: rgb(0, 0, 187)">&nbsp;</td>
 408 				<td style="background: rgb(0, 0, 170)">&nbsp;</td>
 409 				<td style="background: rgb(0, 0, 153)">&nbsp;</td>
 410 				<td style="background: rgb(0, 0, 136)">&nbsp;</td>
 411 				<td style="background: rgb(0, 0, 119)">&nbsp;</td>
 412 				<td style="background: rgb(0, 0, 102)">&nbsp;</td>
 413 				<td style="background: rgb(0, 0, 85)">&nbsp;</td>
 414 				<td style="background: rgb(0, 0, 68)">&nbsp;</td>
 415 				<td style="background: rgb(0, 0, 51)">&nbsp;</td>
 416 				<td style="background: rgb(0, 0, 34)">&nbsp;</td>
 417 				<td style="background: rgb(0, 0, 17)">&nbsp;</td>
 418 				<td style="background: rgb(0, 0, 0)">&nbsp;</td>
 419 				<td style="background: white">&nbsp;</td>
 420 			</tr>
 421 			<tr>
 422 				<td style="background: white">&nbsp;</td>
 423 				<td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
 424 				<td style="background: rgb(0%, 0%, 93.3%)">&nbsp;</td>
 425 				<td style="background: rgb(0%, 0%, 86.7%)">&nbsp;</td>
 426 				<td style="background: rgb(0%, 0%, 80%)">&nbsp;</td>
 427 				<td style="background: rgb(0%, 0%, 73.3%)">&nbsp;</td>
 428 				<td style="background: rgb(0%, 0%, 66.7%)">&nbsp;</td>
 429 				<td style="background: rgb(0%, 0%, 60%)">&nbsp;</td>
 430 				<td style="background: rgb(0%, 0%, 53.3%)">&nbsp;</td>
 431 				<td style="background: rgb(0%, 0%, 46.7%)">&nbsp;</td>
 432 				<td style="background: rgb(0%, 0%, 40%)">&nbsp;</td>
 433 				<td style="background: rgb(0%, 0%, 33.3%)">&nbsp;</td>
 434 				<td style="background: rgb(0%, 0%, 26.7%)">&nbsp;</td>
 435 				<td style="background: rgb(0%, 0%, 20%)">&nbsp;</td>
 436 				<td style="background: rgb(0%, 0%, 13.3%)">&nbsp;</td>
 437 				<td style="background: rgb(0%, 0%, 6.7%)">&nbsp;</td>
 438 				<td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
 439 				<td style="background: black">&nbsp;</td>
 440 			</tr>
 441 		</table>
 442 
 443 		<p>The following table should have four matching rows gradually changing from white at the left to blue at the right (plus a checkerboard at both ends to show where the rows are):</p>
 444 
 445 		<table border="border">
 446 			<tr>
 447 				<td style="background: black">&nbsp;</td>
 448 				<td style="background: #ffffff">&nbsp;</td>
 449 				<td style="background: #eeeeff">&nbsp;</td>
 450 				<td style="background: #ddddff">&nbsp;</td>
 451 				<td style="background: #ccccff">&nbsp;</td>
 452 				<td style="background: #bbbbff">&nbsp;</td>
 453 				<td style="background: #aaaaff">&nbsp;</td>
 454 				<td style="background: #9999ff">&nbsp;</td>
 455 				<td style="background: #8888ff">&nbsp;</td>
 456 				<td style="background: #7777ff">&nbsp;</td>
 457 				<td style="background: #6666ff">&nbsp;</td>
 458 				<td style="background: #5555ff">&nbsp;</td>
 459 				<td style="background: #4444ff">&nbsp;</td>
 460 				<td style="background: #3333ff">&nbsp;</td>
 461 				<td style="background: #2222ff">&nbsp;</td>
 462 				<td style="background: #1111ff">&nbsp;</td>
 463 				<td style="background: #0000ff">&nbsp;</td>
 464 				<td style="background: white">&nbsp;</td>
 465 			</tr>
 466 			<tr>
 467 				<td style="background: white">&nbsp;</td>
 468 				<td style="background: #fff">&nbsp;</td>
 469 				<td style="background: #eef">&nbsp;</td>
 470 				<td style="background: #ddf">&nbsp;</td>
 471 				<td style="background: #ccf">&nbsp;</td>
 472 				<td style="background: #bbf">&nbsp;</td>
 473 				<td style="background: #aaf">&nbsp;</td>
 474 				<td style="background: #99f">&nbsp;</td>
 475 				<td style="background: #88f">&nbsp;</td>
 476 				<td style="background: #77f">&nbsp;</td>
 477 				<td style="background: #66f">&nbsp;</td>
 478 				<td style="background: #55f">&nbsp;</td>
 479 				<td style="background: #44f">&nbsp;</td>
 480 				<td style="background: #33f">&nbsp;</td>
 481 				<td style="background: #22f">&nbsp;</td>
 482 				<td style="background: #11f">&nbsp;</td>
 483 				<td style="background: #00f">&nbsp;</td>
 484 				<td style="background: black">&nbsp;</td>
 485 			</tr>
 486 			<tr>
 487 				<td style="background: black">&nbsp;</td>
 488 				<td style="background: rgb(255, 255, 255)">&nbsp;</td>
 489 				<td style="background: rgb(238, 238, 255)">&nbsp;</td>
 490 				<td style="background: rgb(221, 221, 255)">&nbsp;</td>
 491 				<td style="background: rgb(204, 204, 255)">&nbsp;</td>
 492 				<td style="background: rgb(187, 187, 255)">&nbsp;</td>
 493 				<td style="background: rgb(170, 170, 255)">&nbsp;</td>
 494 				<td style="background: rgb(153, 153, 255)">&nbsp;</td>
 495 				<td style="background: rgb(136, 136, 255)">&nbsp;</td>
 496 				<td style="background: rgb(119, 119, 255)">&nbsp;</td>
 497 				<td style="background: rgb(102, 102, 255)">&nbsp;</td>
 498 				<td style="background: rgb(85, 85, 255)">&nbsp;</td>
 499 				<td style="background: rgb(68, 68, 255)">&nbsp;</td>
 500 				<td style="background: rgb(51, 51, 255)">&nbsp;</td>
 501 				<td style="background: rgb(34, 34, 255)">&nbsp;</td>
 502 				<td style="background: rgb(17, 17, 255)">&nbsp;</td>
 503 				<td style="background: rgb(0, 0, 255)">&nbsp;</td>
 504 				<td style="background: white">&nbsp;</td>
 505 			</tr>
 506 			<tr>
 507 				<td style="background: white">&nbsp;</td>
 508 				<td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
 509 				<td style="background: rgb(93.3%, 93.3%, 100%)">&nbsp;</td>
 510 				<td style="background: rgb(86.7%, 86.7%, 100%)">&nbsp;</td>
 511 				<td style="background: rgb(80%, 80%, 100%)">&nbsp;</td>
 512 				<td style="background: rgb(73.3%, 73.3%, 100%)">&nbsp;</td>
 513 				<td style="background: rgb(66.7%, 66.7%, 100%)">&nbsp;</td>
 514 				<td style="background: rgb(60%, 60%, 100%)">&nbsp;</td>
 515 				<td style="background: rgb(53.3%, 53.3%, 100%)">&nbsp;</td>
 516 				<td style="background: rgb(46.7%, 46.7%, 100%)">&nbsp;</td>
 517 				<td style="background: rgb(40%, 40%, 100%)">&nbsp;</td>
 518 				<td style="background: rgb(33.3%, 33.3%, 100%)">&nbsp;</td>
 519 				<td style="background: rgb(26.7%, 26.7%, 100%)">&nbsp;</td>
 520 				<td style="background: rgb(20%, 20%, 100%)">&nbsp;</td>
 521 				<td style="background: rgb(13.3%, 13.3%, 100%)">&nbsp;</td>
 522 				<td style="background: rgb(6.7%, 6.7%, 100%)">&nbsp;</td>
 523 				<td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
 524 				<td style="background: black">&nbsp;</td>
 525 			</tr>
 526 		</table>
 527 
 528 		<p>The following table should have four matching rows gradually changing from yellow at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
 529 
 530 		<table border="border">
 531 			<tr>
 532 				<td style="background: black">&nbsp;</td>
 533 				<td style="background: #ffff00">&nbsp;</td>
 534 				<td style="background: #eeee00">&nbsp;</td>
 535 				<td style="background: #dddd00">&nbsp;</td>
 536 				<td style="background: #cccc00">&nbsp;</td>
 537 				<td style="background: #bbbb00">&nbsp;</td>
 538 				<td style="background: #aaaa00">&nbsp;</td>
 539 				<td style="background: #999900">&nbsp;</td>
 540 				<td style="background: #888800">&nbsp;</td>
 541 				<td style="background: #777700">&nbsp;</td>
 542 				<td style="background: #666600">&nbsp;</td>
 543 				<td style="background: #555500">&nbsp;</td>
 544 				<td style="background: #444400">&nbsp;</td>
 545 				<td style="background: #333300">&nbsp;</td>
 546 				<td style="background: #222200">&nbsp;</td>
 547 				<td style="background: #111100">&nbsp;</td>
 548 				<td style="background: #000000">&nbsp;</td>
 549 				<td style="background: white">&nbsp;</td>
 550 			</tr>
 551 			<tr>
 552 				<td style="background: white">&nbsp;</td>
 553 				<td style="background: #ff0">&nbsp;</td>
 554 				<td style="background: #ee0">&nbsp;</td>
 555 				<td style="background: #dd0">&nbsp;</td>
 556 				<td style="background: #cc0">&nbsp;</td>
 557 				<td style="background: #bb0">&nbsp;</td>
 558 				<td style="background: #aa0">&nbsp;</td>
 559 				<td style="background: #990">&nbsp;</td>
 560 				<td style="background: #880">&nbsp;</td>
 561 				<td style="background: #770">&nbsp;</td>
 562 				<td style="background: #660">&nbsp;</td>
 563 				<td style="background: #550">&nbsp;</td>
 564 				<td style="background: #440">&nbsp;</td>
 565 				<td style="background: #330">&nbsp;</td>
 566 				<td style="background: #220">&nbsp;</td>
 567 				<td style="background: #110">&nbsp;</td>
 568 				<td style="background: #000">&nbsp;</td>
 569 				<td style="background: black">&nbsp;</td>
 570 			</tr>
 571 			<tr>
 572 				<td style="background: black">&nbsp;</td>
 573 				<td style="background: rgb(255, 255, 0)">&nbsp;</td>
 574 				<td style="background: rgb(238, 238, 0)">&nbsp;</td>
 575 				<td style="background: rgb(221, 221, 0)">&nbsp;</td>
 576 				<td style="background: rgb(204, 204, 0)">&nbsp;</td>
 577 				<td style="background: rgb(187, 187, 0)">&nbsp;</td>
 578 				<td style="background: rgb(170, 170, 0)">&nbsp;</td>
 579 				<td style="background: rgb(153, 153, 0)">&nbsp;</td>
 580 				<td style="background: rgb(136, 136, 0)">&nbsp;</td>
 581 				<td style="background: rgb(119, 119, 0)">&nbsp;</td>
 582 				<td style="background: rgb(102, 102, 0)">&nbsp;</td>
 583 				<td style="background: rgb(85, 85, 0)">&nbsp;</td>
 584 				<td style="background: rgb(68, 68, 0)">&nbsp;</td>
 585 				<td style="background: rgb(51, 51, 0)">&nbsp;</td>
 586 				<td style="background: rgb(34, 34, 0)">&nbsp;</td>
 587 				<td style="background: rgb(17, 17, 0)">&nbsp;</td>
 588 				<td style="background: rgb(0, 0, 0)">&nbsp;</td>
 589 				<td style="background: white">&nbsp;</td>
 590 			</tr>
 591 			<tr>
 592 				<td style="background: white">&nbsp;</td>
 593 				<td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
 594 				<td style="background: rgb(93.3%, 93.3%, 0%)">&nbsp;</td>
 595 				<td style="background: rgb(86.7%, 86.7%, 0%)">&nbsp;</td>
 596 				<td style="background: rgb(80%, 80%, 0%)">&nbsp;</td>
 597 				<td style="background: rgb(73.3%, 73.3%, 0%)">&nbsp;</td>
 598 				<td style="background: rgb(66.7%, 66.7%, 0%)">&nbsp;</td>
 599 				<td style="background: rgb(60%, 60%, 0%)">&nbsp;</td>
 600 				<td style="background: rgb(53.3%, 53.3%, 0%)">&nbsp;</td>
 601 				<td style="background: rgb(46.7%, 46.7%, 0%)">&nbsp;</td>
 602 				<td style="background: rgb(40%, 40%, 0%)">&nbsp;</td>
 603 				<td style="background: rgb(33.3%, 33.3%, 0%)">&nbsp;</td>
 604 				<td style="background: rgb(26.7%, 26.7%, 0%)">&nbsp;</td>
 605 				<td style="background: rgb(20%, 20%, 0%)">&nbsp;</td>
 606 				<td style="background: rgb(13.3%, 13.3%, 0%)">&nbsp;</td>
 607 				<td style="background: rgb(6.7%, 6.7%, 0%)">&nbsp;</td>
 608 				<td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
 609 				<td style="background: black">&nbsp;</td>
 610 			</tr>
 611 		</table>
 612 
 613 		<p>The following table should have four matching rows gradually changing from white at the left to yellow at the right (plus a checkerboard at both ends to show where the rows are):</p>
 614 
 615 		<table border="border">
 616 			<tr>
 617 				<td style="background: black">&nbsp;</td>
 618 				<td style="background: #ffffff">&nbsp;</td>
 619 				<td style="background: #ffffee">&nbsp;</td>
 620 				<td style="background: #ffffdd">&nbsp;</td>
 621 				<td style="background: #ffffcc">&nbsp;</td>
 622 				<td style="background: #ffffbb">&nbsp;</td>
 623 				<td style="background: #ffffaa">&nbsp;</td>
 624 				<td style="background: #ffff99">&nbsp;</td>
 625 				<td style="background: #ffff88">&nbsp;</td>
 626 				<td style="background: #ffff77">&nbsp;</td>
 627 				<td style="background: #ffff66">&nbsp;</td>
 628 				<td style="background: #ffff55">&nbsp;</td>
 629 				<td style="background: #ffff44">&nbsp;</td>
 630 				<td style="background: #ffff33">&nbsp;</td>
 631 				<td style="background: #ffff22">&nbsp;</td>
 632 				<td style="background: #ffff11">&nbsp;</td>
 633 				<td style="background: #ffff00">&nbsp;</td>
 634 				<td style="background: white">&nbsp;</td>
 635 			</tr>
 636 			<tr>
 637 				<td style="background: white">&nbsp;</td>
 638 				<td style="background: #fff">&nbsp;</td>
 639 				<td style="background: #ffe">&nbsp;</td>
 640 				<td style="background: #ffd">&nbsp;</td>
 641 				<td style="background: #ffc">&nbsp;</td>
 642 				<td style="background: #ffb">&nbsp;</td>
 643 				<td style="background: #ffa">&nbsp;</td>
 644 				<td style="background: #ff9">&nbsp;</td>
 645 				<td style="background: #ff8">&nbsp;</td>
 646 				<td style="background: #ff7">&nbsp;</td>
 647 				<td style="background: #ff6">&nbsp;</td>
 648 				<td style="background: #ff5">&nbsp;</td>
 649 				<td style="background: #ff4">&nbsp;</td>
 650 				<td style="background: #ff3">&nbsp;</td>
 651 				<td style="background: #ff2">&nbsp;</td>
 652 				<td style="background: #ff1">&nbsp;</td>
 653 				<td style="background: #ff0">&nbsp;</td>
 654 				<td style="background: black">&nbsp;</td>
 655 			</tr>
 656 			<tr>
 657 				<td style="background: black">&nbsp;</td>
 658 				<td style="background: rgb(255, 255, 255)">&nbsp;</td>
 659 				<td style="background: rgb(255, 255, 238)">&nbsp;</td>
 660 				<td style="background: rgb(255, 255, 221)">&nbsp;</td>
 661 				<td style="background: rgb(255, 255, 204)">&nbsp;</td>
 662 				<td style="background: rgb(255, 255, 187)">&nbsp;</td>
 663 				<td style="background: rgb(255, 255, 170)">&nbsp;</td>
 664 				<td style="background: rgb(255, 255, 153)">&nbsp;</td>
 665 				<td style="background: rgb(255, 255, 136)">&nbsp;</td>
 666 				<td style="background: rgb(255, 255, 119)">&nbsp;</td>
 667 				<td style="background: rgb(255, 255, 102)">&nbsp;</td>
 668 				<td style="background: rgb(255, 255, 85)">&nbsp;</td>
 669 				<td style="background: rgb(255, 255, 68)">&nbsp;</td>
 670 				<td style="background: rgb(255, 255, 51)">&nbsp;</td>
 671 				<td style="background: rgb(255, 255, 34)">&nbsp;</td>
 672 				<td style="background: rgb(255, 255, 17)">&nbsp;</td>
 673 				<td style="background: rgb(255, 255, 0)">&nbsp;</td>
 674 				<td style="background: white">&nbsp;</td>
 675 			</tr>
 676 			<tr>
 677 				<td style="background: white">&nbsp;</td>
 678 				<td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
 679 				<td style="background: rgb(100%, 100%, 93.3%)">&nbsp;</td>
 680 				<td style="background: rgb(100%, 100%, 86.7%)">&nbsp;</td>
 681 				<td style="background: rgb(100%, 100%, 80%)">&nbsp;</td>
 682 				<td style="background: rgb(100%, 100%, 73.3%)">&nbsp;</td>
 683 				<td style="background: rgb(100%, 100%, 66.7%)">&nbsp;</td>
 684 				<td style="background: rgb(100%, 100%, 60%)">&nbsp;</td>
 685 				<td style="background: rgb(100%, 100%, 53.3%)">&nbsp;</td>
 686 				<td style="background: rgb(100%, 100%, 46.7%)">&nbsp;</td>
 687 				<td style="background: rgb(100%, 100%, 40%)">&nbsp;</td>
 688 				<td style="background: rgb(100%, 100%, 33.3%)">&nbsp;</td>
 689 				<td style="background: rgb(100%, 100%, 26.7%)">&nbsp;</td>
 690 				<td style="background: rgb(100%, 100%, 20%)">&nbsp;</td>
 691 				<td style="background: rgb(100%, 100%, 13.3%)">&nbsp;</td>
 692 				<td style="background: rgb(100%, 100%, 6.7%)">&nbsp;</td>
 693 				<td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
 694 				<td style="background: black">&nbsp;</td>
 695 			</tr>
 696 		</table>
 697 
 698 		<p>The following table should have four matching rows gradually changing from fuchsia at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
 699 
 700 		<table border="border">
 701 			<tr>
 702 				<td style="background: black">&nbsp;</td>
 703 				<td style="background: #ff00ff">&nbsp;</td>
 704 				<td style="background: #ee00ee">&nbsp;</td>
 705 				<td style="background: #dd00dd">&nbsp;</td>
 706 				<td style="background: #cc00cc">&nbsp;</td>
 707 				<td style="background: #bb00bb">&nbsp;</td>
 708 				<td style="background: #aa00aa">&nbsp;</td>
 709 				<td style="background: #990099">&nbsp;</td>
 710 				<td style="background: #880088">&nbsp;</td>
 711 				<td style="background: #770077">&nbsp;</td>
 712 				<td style="background: #660066">&nbsp;</td>
 713 				<td style="background: #550055">&nbsp;</td>
 714 				<td style="background: #440044">&nbsp;</td>
 715 				<td style="background: #330033">&nbsp;</td>
 716 				<td style="background: #220022">&nbsp;</td>
 717 				<td style="background: #110011">&nbsp;</td>
 718 				<td style="background: #000000">&nbsp;</td>
 719 				<td style="background: white">&nbsp;</td>
 720 			</tr>
 721 			<tr>
 722 				<td style="background: white">&nbsp;</td>
 723 				<td style="background: #f0f">&nbsp;</td>
 724 				<td style="background: #e0e">&nbsp;</td>
 725 				<td style="background: #d0d">&nbsp;</td>
 726 				<td style="background: #c0c">&nbsp;</td>
 727 				<td style="background: #b0b">&nbsp;</td>
 728 				<td style="background: #a0a">&nbsp;</td>
 729 				<td style="background: #909">&nbsp;</td>
 730 				<td style="background: #808">&nbsp;</td>
 731 				<td style="background: #707">&nbsp;</td>
 732 				<td style="background: #606">&nbsp;</td>
 733 				<td style="background: #505">&nbsp;</td>
 734 				<td style="background: #404">&nbsp;</td>
 735 				<td style="background: #303">&nbsp;</td>
 736 				<td style="background: #202">&nbsp;</td>
 737 				<td style="background: #101">&nbsp;</td>
 738 				<td style="background: #000">&nbsp;</td>
 739 				<td style="background: black">&nbsp;</td>
 740 			</tr>
 741 			<tr>
 742 				<td style="background: black">&nbsp;</td>
 743 				<td style="background: rgb(255, 0, 255)">&nbsp;</td>
 744 				<td style="background: rgb(238, 0, 238)">&nbsp;</td>
 745 				<td style="background: rgb(221, 0, 221)">&nbsp;</td>
 746 				<td style="background: rgb(204, 0, 204)">&nbsp;</td>
 747 				<td style="background: rgb(187, 0, 187)">&nbsp;</td>
 748 				<td style="background: rgb(170, 0, 170)">&nbsp;</td>
 749 				<td style="background: rgb(153, 0, 153)">&nbsp;</td>
 750 				<td style="background: rgb(136, 0, 136)">&nbsp;</td>
 751 				<td style="background: rgb(119, 0, 119)">&nbsp;</td>
 752 				<td style="background: rgb(102, 0, 102)">&nbsp;</td>
 753 				<td style="background: rgb(85, 0, 85)">&nbsp;</td>
 754 				<td style="background: rgb(68, 0, 68)">&nbsp;</td>
 755 				<td style="background: rgb(51, 0, 51)">&nbsp;</td>
 756 				<td style="background: rgb(34, 0, 34)">&nbsp;</td>
 757 				<td style="background: rgb(17, 0, 17)">&nbsp;</td>
 758 				<td style="background: rgb(0, 0, 0)">&nbsp;</td>
 759 				<td style="background: white">&nbsp;</td>
 760 			</tr>
 761 			<tr>
 762 				<td style="background: white">&nbsp;</td>
 763 				<td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
 764 				<td style="background: rgb(93.3%, 0%, 93.3%)">&nbsp;</td>
 765 				<td style="background: rgb(86.7%, 0%, 86.7%)">&nbsp;</td>
 766 				<td style="background: rgb(80%, 0%, 80%)">&nbsp;</td>
 767 				<td style="background: rgb(73.3%, 0%, 73.3%)">&nbsp;</td>
 768 				<td style="background: rgb(66.7%, 0%, 66.7%)">&nbsp;</td>
 769 				<td style="background: rgb(60%, 0%, 60%)">&nbsp;</td>
 770 				<td style="background: rgb(53.3%, 0%, 53.3%)">&nbsp;</td>
 771 				<td style="background: rgb(46.7%, 0%, 46.7%)">&nbsp;</td>
 772 				<td style="background: rgb(40%, 0%, 40%)">&nbsp;</td>
 773 				<td style="background: rgb(33.3%, 0%, 33.3%)">&nbsp;</td>
 774 				<td style="background: rgb(26.7%, 0%, 26.7%)">&nbsp;</td>
 775 				<td style="background: rgb(20%, 0%, 20%)">&nbsp;</td>
 776 				<td style="background: rgb(13.3%, 0%, 13.3%)">&nbsp;</td>
 777 				<td style="background: rgb(6.7%, 0%, 6.7%)">&nbsp;</td>
 778 				<td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
 779 				<td style="background: black">&nbsp;</td>
 780 			</tr>
 781 		</table>
 782 
 783 		<p>The following table should have four matching rows gradually changing from white at the left to fuchsia at the right (plus a checkerboard at both ends to show where the rows are):</p>
 784 
 785 		<table border="border">
 786 			<tr>
 787 				<td style="background: black">&nbsp;</td>
 788 				<td style="background: #ffffff">&nbsp;</td>
 789 				<td style="background: #ffeeff">&nbsp;</td>
 790 				<td style="background: #ffddff">&nbsp;</td>
 791 				<td style="background: #ffccff">&nbsp;</td>
 792 				<td style="background: #ffbbff">&nbsp;</td>
 793 				<td style="background: #ffaaff">&nbsp;</td>
 794 				<td style="background: #ff99ff">&nbsp;</td>
 795 				<td style="background: #ff88ff">&nbsp;</td>
 796 				<td style="background: #ff77ff">&nbsp;</td>
 797 				<td style="background: #ff66ff">&nbsp;</td>
 798 				<td style="background: #ff55ff">&nbsp;</td>
 799 				<td style="background: #ff44ff">&nbsp;</td>
 800 				<td style="background: #ff33ff">&nbsp;</td>
 801 				<td style="background: #ff22ff">&nbsp;</td>
 802 				<td style="background: #ff11ff">&nbsp;</td>
 803 				<td style="background: #ff00ff">&nbsp;</td>
 804 				<td style="background: white">&nbsp;</td>
 805 			</tr>
 806 			<tr>
 807 				<td style="background: white">&nbsp;</td>
 808 				<td style="background: #fff">&nbsp;</td>
 809 				<td style="background: #fef">&nbsp;</td>
 810 				<td style="background: #fdf">&nbsp;</td>
 811 				<td style="background: #fcf">&nbsp;</td>
 812 				<td style="background: #fbf">&nbsp;</td>
 813 				<td style="background: #faf">&nbsp;</td>
 814 				<td style="background: #f9f">&nbsp;</td>
 815 				<td style="background: #f8f">&nbsp;</td>
 816 				<td style="background: #f7f">&nbsp;</td>
 817 				<td style="background: #f6f">&nbsp;</td>
 818 				<td style="background: #f5f">&nbsp;</td>
 819 				<td style="background: #f4f">&nbsp;</td>
 820 				<td style="background: #f3f">&nbsp;</td>
 821 				<td style="background: #f2f">&nbsp;</td>
 822 				<td style="background: #f1f">&nbsp;</td>
 823 				<td style="background: #f0f">&nbsp;</td>
 824 				<td style="background: black">&nbsp;</td>
 825 			</tr>
 826 			<tr>
 827 				<td style="background: black">&nbsp;</td>
 828 				<td style="background: rgb(255, 255, 255)">&nbsp;</td>
 829 				<td style="background: rgb(255, 238, 255)">&nbsp;</td>
 830 				<td style="background: rgb(255, 221, 255)">&nbsp;</td>
 831 				<td style="background: rgb(255, 204, 255)">&nbsp;</td>
 832 				<td style="background: rgb(255, 187, 255)">&nbsp;</td>
 833 				<td style="background: rgb(255, 170, 255)">&nbsp;</td>
 834 				<td style="background: rgb(255, 153, 255)">&nbsp;</td>
 835 				<td style="background: rgb(255, 136, 255)">&nbsp;</td>
 836 				<td style="background: rgb(255, 119, 255)">&nbsp;</td>
 837 				<td style="background: rgb(255, 102, 255)">&nbsp;</td>
 838 				<td style="background: rgb(255, 85, 255)">&nbsp;</td>
 839 				<td style="background: rgb(255, 68, 255)">&nbsp;</td>
 840 				<td style="background: rgb(255, 51, 255)">&nbsp;</td>
 841 				<td style="background: rgb(255, 34, 255)">&nbsp;</td>
 842 				<td style="background: rgb(255, 17, 255)">&nbsp;</td>
 843 				<td style="background: rgb(255, 0, 255)">&nbsp;</td>
 844 				<td style="background: white">&nbsp;</td>
 845 			</tr>
 846 			<tr>
 847 				<td style="background: white">&nbsp;</td>
 848 				<td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
 849 				<td style="background: rgb(100%, 93.3%, 100%)">&nbsp;</td>
 850 				<td style="background: rgb(100%, 86.7%, 100%)">&nbsp;</td>
 851 				<td style="background: rgb(100%, 80%, 100%)">&nbsp;</td>
 852 				<td style="background: rgb(100%, 73.3%, 100%)">&nbsp;</td>
 853 				<td style="background: rgb(100%, 66.7%, 100%)">&nbsp;</td>
 854 				<td style="background: rgb(100%, 60%, 100%)">&nbsp;</td>
 855 				<td style="background: rgb(100%, 53.3%, 100%)">&nbsp;</td>
 856 				<td style="background: rgb(100%, 46.7%, 100%)">&nbsp;</td>
 857 				<td style="background: rgb(100%, 40%, 100%)">&nbsp;</td>
 858 				<td style="background: rgb(100%, 33.3%, 100%)">&nbsp;</td>
 859 				<td style="background: rgb(100%, 26.7%, 100%)">&nbsp;</td>
 860 				<td style="background: rgb(100%, 20%, 100%)">&nbsp;</td>
 861 				<td style="background: rgb(100%, 13.3%, 100%)">&nbsp;</td>
 862 				<td style="background: rgb(100%, 6.7%, 100%)">&nbsp;</td>
 863 				<td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
 864 				<td style="background: black">&nbsp;</td>
 865 			</tr>
 866 		</table>
 867 
 868 		<p>The following table should have four matching rows gradually changing from aqua at the left to black at the right (plus a checkerboard at both ends to show where the rows are):</p>
 869 
 870 		<table border="border">
 871 			<tr>
 872 				<td style="background: black">&nbsp;</td>
 873 				<td style="background: #00ffff">&nbsp;</td>
 874 				<td style="background: #00eeee">&nbsp;</td>
 875 				<td style="background: #00dddd">&nbsp;</td>
 876 				<td style="background: #00cccc">&nbsp;</td>
 877 				<td style="background: #00bbbb">&nbsp;</td>
 878 				<td style="background: #00aaaa">&nbsp;</td>
 879 				<td style="background: #009999">&nbsp;</td>
 880 				<td style="background: #008888">&nbsp;</td>
 881 				<td style="background: #007777">&nbsp;</td>
 882 				<td style="background: #006666">&nbsp;</td>
 883 				<td style="background: #005555">&nbsp;</td>
 884 				<td style="background: #004444">&nbsp;</td>
 885 				<td style="background: #003333">&nbsp;</td>
 886 				<td style="background: #002222">&nbsp;</td>
 887 				<td style="background: #001111">&nbsp;</td>
 888 				<td style="background: #000000">&nbsp;</td>
 889 				<td style="background: white">&nbsp;</td>
 890 			</tr>
 891 			<tr>
 892 				<td style="background: white">&nbsp;</td>
 893 				<td style="background: #0ff">&nbsp;</td>
 894 				<td style="background: #0ee">&nbsp;</td>
 895 				<td style="background: #0dd">&nbsp;</td>
 896 				<td style="background: #0cc">&nbsp;</td>
 897 				<td style="background: #0bb">&nbsp;</td>
 898 				<td style="background: #0aa">&nbsp;</td>
 899 				<td style="background: #099">&nbsp;</td>
 900 				<td style="background: #088">&nbsp;</td>
 901 				<td style="background: #077">&nbsp;</td>
 902 				<td style="background: #066">&nbsp;</td>
 903 				<td style="background: #055">&nbsp;</td>
 904 				<td style="background: #044">&nbsp;</td>
 905 				<td style="background: #033">&nbsp;</td>
 906 				<td style="background: #022">&nbsp;</td>
 907 				<td style="background: #011">&nbsp;</td>
 908 				<td style="background: #000">&nbsp;</td>
 909 				<td style="background: black">&nbsp;</td>
 910 			</tr>
 911 			<tr>
 912 				<td style="background: black">&nbsp;</td>
 913 				<td style="background: rgb(0, 255, 255)">&nbsp;</td>
 914 				<td style="background: rgb(0, 238, 238)">&nbsp;</td>
 915 				<td style="background: rgb(0, 221, 221)">&nbsp;</td>
 916 				<td style="background: rgb(0, 204, 204)">&nbsp;</td>
 917 				<td style="background: rgb(0, 187, 187)">&nbsp;</td>
 918 				<td style="background: rgb(0, 170, 170)">&nbsp;</td>
 919 				<td style="background: rgb(0, 153, 153)">&nbsp;</td>
 920 				<td style="background: rgb(0, 136, 136)">&nbsp;</td>
 921 				<td style="background: rgb(0, 119, 119)">&nbsp;</td>
 922 				<td style="background: rgb(0, 102, 102)">&nbsp;</td>
 923 				<td style="background: rgb(0, 85, 85)">&nbsp;</td>
 924 				<td style="background: rgb(0, 68, 68)">&nbsp;</td>
 925 				<td style="background: rgb(0, 51, 51)">&nbsp;</td>
 926 				<td style="background: rgb(0, 34, 34)">&nbsp;</td>
 927 				<td style="background: rgb(0, 17, 17)">&nbsp;</td>
 928 				<td style="background: rgb(0, 0, 0)">&nbsp;</td>
 929 				<td style="background: white">&nbsp;</td>
 930 			</tr>
 931 			<tr>
 932 				<td style="background: white">&nbsp;</td>
 933 				<td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
 934 				<td style="background: rgb(0%, 93.3%, 93.3%)">&nbsp;</td>
 935 				<td style="background: rgb(0%, 86.7%, 86.7%)">&nbsp;</td>
 936 				<td style="background: rgb(0%, 80%, 80%)">&nbsp;</td>
 937 				<td style="background: rgb(0%, 73.3%, 73.3%)">&nbsp;</td>
 938 				<td style="background: rgb(0%, 66.7%, 66.7%)">&nbsp;</td>
 939 				<td style="background: rgb(0%, 60%, 60%)">&nbsp;</td>
 940 				<td style="background: rgb(0%, 53.3%, 53.3%)">&nbsp;</td>
 941 				<td style="background: rgb(0%, 46.7%, 46.7%)">&nbsp;</td>
 942 				<td style="background: rgb(0%, 40%, 40%)">&nbsp;</td>
 943 				<td style="background: rgb(0%, 33.3%, 33.3%)">&nbsp;</td>
 944 				<td style="background: rgb(0%, 26.7%, 26.7%)">&nbsp;</td>
 945 				<td style="background: rgb(0%, 20%, 20%)">&nbsp;</td>
 946 				<td style="background: rgb(0%, 13.3%, 13.3%)">&nbsp;</td>
 947 				<td style="background: rgb(0%, 6.7%, 6.7%)">&nbsp;</td>
 948 				<td style="background: rgb(0%, 0%, 0%)">&nbsp;</td>
 949 				<td style="background: black">&nbsp;</td>
 950 			</tr>
 951 		</table>
 952 
 953 		<p>The following table should have four matching rows gradually changing from white at the left to aqua at the right (plus a checkerboard at both ends to show where the rows are):</p>
 954 
 955 		<table border="border">
 956 			<tr>
 957 				<td style="background: black">&nbsp;</td>
 958 				<td style="background: #ffffff">&nbsp;</td>
 959 				<td style="background: #eeffff">&nbsp;</td>
 960 				<td style="background: #ddffff">&nbsp;</td>
 961 				<td style="background: #ccffff">&nbsp;</td>
 962 				<td style="background: #bbffff">&nbsp;</td>
 963 				<td style="background: #aaffff">&nbsp;</td>
 964 				<td style="background: #99ffff">&nbsp;</td>
 965 				<td style="background: #88ffff">&nbsp;</td>
 966 				<td style="background: #77ffff">&nbsp;</td>
 967 				<td style="background: #66ffff">&nbsp;</td>
 968 				<td style="background: #55ffff">&nbsp;</td>
 969 				<td style="background: #44ffff">&nbsp;</td>
 970 				<td style="background: #33ffff">&nbsp;</td>
 971 				<td style="background: #22ffff">&nbsp;</td>
 972 				<td style="background: #11ffff">&nbsp;</td>
 973 				<td style="background: #00ffff">&nbsp;</td>
 974 				<td style="background: white">&nbsp;</td>
 975 			</tr>
 976 			<tr>
 977 				<td style="background: white">&nbsp;</td>
 978 				<td style="background: #fff">&nbsp;</td>
 979 				<td style="background: #eff">&nbsp;</td>
 980 				<td style="background: #dff">&nbsp;</td>
 981 				<td style="background: #cff">&nbsp;</td>
 982 				<td style="background: #bff">&nbsp;</td>
 983 				<td style="background: #aff">&nbsp;</td>
 984 				<td style="background: #9ff">&nbsp;</td>
 985 				<td style="background: #8ff">&nbsp;</td>
 986 				<td style="background: #7ff">&nbsp;</td>
 987 				<td style="background: #6ff">&nbsp;</td>
 988 				<td style="background: #5ff">&nbsp;</td>
 989 				<td style="background: #4ff">&nbsp;</td>
 990 				<td style="background: #3ff">&nbsp;</td>
 991 				<td style="background: #2ff">&nbsp;</td>
 992 				<td style="background: #1ff">&nbsp;</td>
 993 				<td style="background: #0ff">&nbsp;</td>
 994 				<td style="background: black">&nbsp;</td>
 995 			</tr>
 996 			<tr>
 997 				<td style="background: black">&nbsp;</td>
 998 				<td style="background: rgb(255, 255, 255)">&nbsp;</td>
 999 				<td style="background: rgb(238, 255, 255)">&nbsp;</td>
1000 				<td style="background: rgb(221, 255, 255)">&nbsp;</td>
1001 				<td style="background: rgb(204, 255, 255)">&nbsp;</td>
1002 				<td style="background: rgb(187, 255, 255)">&nbsp;</td>
1003 				<td style="background: rgb(170, 255, 255)">&nbsp;</td>
1004 				<td style="background: rgb(153, 255, 255)">&nbsp;</td>
1005 				<td style="background: rgb(136, 255, 255)">&nbsp;</td>
1006 				<td style="background: rgb(119, 255, 255)">&nbsp;</td>
1007 				<td style="background: rgb(102, 255, 255)">&nbsp;</td>
1008 				<td style="background: rgb(85, 255, 255)">&nbsp;</td>
1009 				<td style="background: rgb(68, 255, 255)">&nbsp;</td>
1010 				<td style="background: rgb(51, 255, 255)">&nbsp;</td>
1011 				<td style="background: rgb(34, 255, 255)">&nbsp;</td>
1012 				<td style="background: rgb(17, 255, 255)">&nbsp;</td>
1013 				<td style="background: rgb(0, 255, 255)">&nbsp;</td>
1014 				<td style="background: white">&nbsp;</td>
1015 			</tr>
1016 			<tr>
1017 				<td style="background: white">&nbsp;</td>
1018 				<td style="background: rgb(100%, 100%, 100%)">&nbsp;</td>
1019 				<td style="background: rgb(93.3%, 100%, 100%)">&nbsp;</td>
1020 				<td style="background: rgb(86.7%, 100%, 100%)">&nbsp;</td>
1021 				<td style="background: rgb(80%, 100%, 100%)">&nbsp;</td>
1022 				<td style="background: rgb(73.3%, 100%, 100%)">&nbsp;</td>
1023 				<td style="background: rgb(66.7%, 100%, 100%)">&nbsp;</td>
1024 				<td style="background: rgb(60%, 100%, 100%)">&nbsp;</td>
1025 				<td style="background: rgb(53.3%, 100%, 100%)">&nbsp;</td>
1026 				<td style="background: rgb(46.7%, 100%, 100%)">&nbsp;</td>
1027 				<td style="background: rgb(40%, 100%, 100%)">&nbsp;</td>
1028 				<td style="background: rgb(33.3%, 100%, 100%)">&nbsp;</td>
1029 				<td style="background: rgb(26.7%, 100%, 100%)">&nbsp;</td>
1030 				<td style="background: rgb(20%, 100%, 100%)">&nbsp;</td>
1031 				<td style="background: rgb(13.3%, 100%, 100%)">&nbsp;</td>
1032 				<td style="background: rgb(6.7%, 100%, 100%)">&nbsp;</td>
1033 				<td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
1034 				<td style="background: black">&nbsp;</td>
1035 			</tr>
1036 		</table>
1037 
1038 		<p>The following table should have four matching rows gradually changing from red at the left to green at the right (plus a checkerboard at both ends to show where the rows are):</p>
1039 
1040 		<table border="border">
1041 			<tr>
1042 				<td style="background: black">&nbsp;</td>
1043 				<td style="background: #ff0000">&nbsp;</td>
1044 				<td style="background: #ee1100">&nbsp;</td>
1045 				<td style="background: #dd2200">&nbsp;</td>
1046 				<td style="background: #cc3300">&nbsp;</td>
1047 				<td style="background: #bb4400">&nbsp;</td>
1048 				<td style="background: #aa5500">&nbsp;</td>
1049 				<td style="background: #996600">&nbsp;</td>
1050 				<td style="background: #887700">&nbsp;</td>
1051 				<td style="background: #778800">&nbsp;</td>
1052 				<td style="background: #669900">&nbsp;</td>
1053 				<td style="background: #55aa00">&nbsp;</td>
1054 				<td style="background: #44bb00">&nbsp;</td>
1055 				<td style="background: #33cc00">&nbsp;</td>
1056 				<td style="background: #22dd00">&nbsp;</td>
1057 				<td style="background: #11ee00">&nbsp;</td>
1058 				<td style="background: #00ff00">&nbsp;</td>
1059 				<td style="background: white">&nbsp;</td>
1060 			</tr>
1061 			<tr>
1062 				<td style="background: white">&nbsp;</td>
1063 				<td style="background: #f00">&nbsp;</td>
1064 				<td style="background: #e10">&nbsp;</td>
1065 				<td style="background: #d20">&nbsp;</td>
1066 				<td style="background: #c30">&nbsp;</td>
1067 				<td style="background: #b40">&nbsp;</td>
1068 				<td style="background: #a50">&nbsp;</td>
1069 				<td style="background: #960">&nbsp;</td>
1070 				<td style="background: #870">&nbsp;</td>
1071 				<td style="background: #780">&nbsp;</td>
1072 				<td style="background: #690">&nbsp;</td>
1073 				<td style="background: #5a0">&nbsp;</td>
1074 				<td style="background: #4b0">&nbsp;</td>
1075 				<td style="background: #3c0">&nbsp;</td>
1076 				<td style="background: #2d0">&nbsp;</td>
1077 				<td style="background: #1e0">&nbsp;</td>
1078 				<td style="background: #0f0">&nbsp;</td>
1079 				<td style="background: black">&nbsp;</td>
1080 			</tr>
1081 			<tr>
1082 				<td style="background: black">&nbsp;</td>
1083 				<td style="background: rgb(255, 0, 0)">&nbsp;</td>
1084 				<td style="background: rgb(238, 17, 0)">&nbsp;</td>
1085 				<td style="background: rgb(221, 34, 0)">&nbsp;</td>
1086 				<td style="background: rgb(204, 51, 0)">&nbsp;</td>
1087 				<td style="background: rgb(187, 68, 0)">&nbsp;</td>
1088 				<td style="background: rgb(170, 85, 0)">&nbsp;</td>
1089 				<td style="background: rgb(153, 102, 0)">&nbsp;</td>
1090 				<td style="background: rgb(136, 119, 0)">&nbsp;</td>
1091 				<td style="background: rgb(119, 136, 0)">&nbsp;</td>
1092 				<td style="background: rgb(102, 153, 0)">&nbsp;</td>
1093 				<td style="background: rgb(85, 170, 0)">&nbsp;</td>
1094 				<td style="background: rgb(68, 187, 0)">&nbsp;</td>
1095 				<td style="background: rgb(51, 204, 0)">&nbsp;</td>
1096 				<td style="background: rgb(34, 221, 0)">&nbsp;</td>
1097 				<td style="background: rgb(17, 238, 0)">&nbsp;</td>
1098 				<td style="background: rgb(0, 255, 0)">&nbsp;</td>
1099 				<td style="background: white">&nbsp;</td>
1100 			</tr>
1101 			<tr>
1102 				<td style="background: white">&nbsp;</td>
1103 				<td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
1104 				<td style="background: rgb(93.3%, 6.7%, 0%)">&nbsp;</td>
1105 				<td style="background: rgb(86.7%, 13.3%, 0%)">&nbsp;</td>
1106 				<td style="background: rgb(80%, 20%, 0%)">&nbsp;</td>
1107 				<td style="background: rgb(73.3%, 26.7%, 0%)">&nbsp;</td>
1108 				<td style="background: rgb(66.7%, 33.3%, 0%)">&nbsp;</td>
1109 				<td style="background: rgb(60%, 40%, 0%)">&nbsp;</td>
1110 				<td style="background: rgb(53.3%, 46.7%, 0%)">&nbsp;</td>
1111 				<td style="background: rgb(46.7%, 53.3%, 0%)">&nbsp;</td>
1112 				<td style="background: rgb(40%, 60%, 0%)">&nbsp;</td>
1113 				<td style="background: rgb(33.3%, 66.7%, 0%)">&nbsp;</td>
1114 				<td style="background: rgb(26.7%, 73.3%, 0%)">&nbsp;</td>
1115 				<td style="background: rgb(20%, 80%, 0%)">&nbsp;</td>
1116 				<td style="background: rgb(13.3%, 86.7%, 0%)">&nbsp;</td>
1117 				<td style="background: rgb(6.7%, 93.3%, 0%)">&nbsp;</td>
1118 				<td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
1119 				<td style="background: black">&nbsp;</td>
1120 			</tr>
1121 		</table>
1122 
1123 		<p>The following table should have four matching rows gradually changing from green at the left to blue at the right (plus a checkerboard at both ends to show where the rows are):</p>
1124 
1125 		<table border="border">
1126 			<tr>
1127 				<td style="background: black">&nbsp;</td>
1128 				<td style="background: #00ff00">&nbsp;</td>
1129 				<td style="background: #00ee11">&nbsp;</td>
1130 				<td style="background: #00dd22">&nbsp;</td>
1131 				<td style="background: #00cc33">&nbsp;</td>
1132 				<td style="background: #00bb44">&nbsp;</td>
1133 				<td style="background: #00aa55">&nbsp;</td>
1134 				<td style="background: #009966">&nbsp;</td>
1135 				<td style="background: #008877">&nbsp;</td>
1136 				<td style="background: #007788">&nbsp;</td>
1137 				<td style="background: #006699">&nbsp;</td>
1138 				<td style="background: #0055aa">&nbsp;</td>
1139 				<td style="background: #0044bb">&nbsp;</td>
1140 				<td style="background: #0033cc">&nbsp;</td>
1141 				<td style="background: #0022dd">&nbsp;</td>
1142 				<td style="background: #0011ee">&nbsp;</td>
1143 				<td style="background: #0000ff">&nbsp;</td>
1144 				<td style="background: white">&nbsp;</td>
1145 			</tr>
1146 			<tr>
1147 				<td style="background: white">&nbsp;</td>
1148 				<td style="background: #0f0">&nbsp;</td>
1149 				<td style="background: #0e1">&nbsp;</td>
1150 				<td style="background: #0d2">&nbsp;</td>
1151 				<td style="background: #0c3">&nbsp;</td>
1152 				<td style="background: #0b4">&nbsp;</td>
1153 				<td style="background: #0a5">&nbsp;</td>
1154 				<td style="background: #096">&nbsp;</td>
1155 				<td style="background: #087">&nbsp;</td>
1156 				<td style="background: #078">&nbsp;</td>
1157 				<td style="background: #069">&nbsp;</td>
1158 				<td style="background: #05a">&nbsp;</td>
1159 				<td style="background: #04b">&nbsp;</td>
1160 				<td style="background: #03c">&nbsp;</td>
1161 				<td style="background: #02d">&nbsp;</td>
1162 				<td style="background: #01e">&nbsp;</td>
1163 				<td style="background: #00f">&nbsp;</td>
1164 				<td style="background: black">&nbsp;</td>
1165 			</tr>
1166 			<tr>
1167 				<td style="background: black">&nbsp;</td>
1168 				<td style="background: rgb(0, 255, 0)">&nbsp;</td>
1169 				<td style="background: rgb(0, 238, 17)">&nbsp;</td>
1170 				<td style="background: rgb(0, 221, 34)">&nbsp;</td>
1171 				<td style="background: rgb(0, 204, 51)">&nbsp;</td>
1172 				<td style="background: rgb(0, 187, 68)">&nbsp;</td>
1173 				<td style="background: rgb(0, 170, 85)">&nbsp;</td>
1174 				<td style="background: rgb(0, 153, 102)">&nbsp;</td>
1175 				<td style="background: rgb(0, 136, 119)">&nbsp;</td>
1176 				<td style="background: rgb(0, 119, 136)">&nbsp;</td>
1177 				<td style="background: rgb(0, 102, 153)">&nbsp;</td>
1178 				<td style="background: rgb(0, 85, 170)">&nbsp;</td>
1179 				<td style="background: rgb(0, 68, 187)">&nbsp;</td>
1180 				<td style="background: rgb(0, 51, 204)">&nbsp;</td>
1181 				<td style="background: rgb(0, 34, 221)">&nbsp;</td>
1182 				<td style="background: rgb(0, 17, 238)">&nbsp;</td>
1183 				<td style="background: rgb(0, 0, 255)">&nbsp;</td>
1184 				<td style="background: white">&nbsp;</td>
1185 			</tr>
1186 			<tr>
1187 				<td style="background: white">&nbsp;</td>
1188 				<td style="background: rgb(0%, 100%, 0%)">&nbsp;</td>
1189 				<td style="background: rgb(0%, 93.3%, 6.7%)">&nbsp;</td>
1190 				<td style="background: rgb(0%, 86.7%, 13.3%)">&nbsp;</td>
1191 				<td style="background: rgb(0%, 80%, 20%)">&nbsp;</td>
1192 				<td style="background: rgb(0%, 73.3%, 26.7%)">&nbsp;</td>
1193 				<td style="background: rgb(0%, 66.7%, 33.3%)">&nbsp;</td>
1194 				<td style="background: rgb(0%, 60%, 40%)">&nbsp;</td>
1195 				<td style="background: rgb(0%, 53.3%, 46.7%)">&nbsp;</td>
1196 				<td style="background: rgb(0%, 46.7%, 53.3%)">&nbsp;</td>
1197 				<td style="background: rgb(0%, 40%, 60%)">&nbsp;</td>
1198 				<td style="background: rgb(0%, 33.3%, 66.7%)">&nbsp;</td>
1199 				<td style="background: rgb(0%, 26.7%, 73.3%)">&nbsp;</td>
1200 				<td style="background: rgb(0%, 20%, 80%)">&nbsp;</td>
1201 				<td style="background: rgb(0%, 13.3%, 86.7%)">&nbsp;</td>
1202 				<td style="background: rgb(0%, 6.7%, 93.3%)">&nbsp;</td>
1203 				<td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
1204 				<td style="background: black">&nbsp;</td>
1205 			</tr>
1206 		</table>
1207 
1208 		<p>The following table should have four matching rows gradually changing from blue at the left to red at the right (plus a checkerboard at both ends to show where the rows are):</p>
1209 
1210 		<table border="border">
1211 			<tr>
1212 				<td style="background: black">&nbsp;</td>
1213 				<td style="background: #0000ff">&nbsp;</td>
1214 				<td style="background: #1100ee">&nbsp;</td>
1215 				<td style="background: #2200dd">&nbsp;</td>
1216 				<td style="background: #3300cc">&nbsp;</td>
1217 				<td style="background: #4400bb">&nbsp;</td>
1218 				<td style="background: #5500aa">&nbsp;</td>
1219 				<td style="background: #660099">&nbsp;</td>
1220 				<td style="background: #770088">&nbsp;</td>
1221 				<td style="background: #880077">&nbsp;</td>
1222 				<td style="background: #990066">&nbsp;</td>
1223 				<td style="background: #aa0055">&nbsp;</td>
1224 				<td style="background: #bb0044">&nbsp;</td>
1225 				<td style="background: #cc0033">&nbsp;</td>
1226 				<td style="background: #dd0022">&nbsp;</td>
1227 				<td style="background: #ee0011">&nbsp;</td>
1228 				<td style="background: #ff0000">&nbsp;</td>
1229 				<td style="background: white">&nbsp;</td>
1230 			</tr>
1231 			<tr>
1232 				<td style="background: white">&nbsp;</td>
1233 				<td style="background: #00f">&nbsp;</td>
1234 				<td style="background: #10e">&nbsp;</td>
1235 				<td style="background: #20d">&nbsp;</td>
1236 				<td style="background: #30c">&nbsp;</td>
1237 				<td style="background: #40b">&nbsp;</td>
1238 				<td style="background: #50a">&nbsp;</td>
1239 				<td style="background: #609">&nbsp;</td>
1240 				<td style="background: #708">&nbsp;</td>
1241 				<td style="background: #807">&nbsp;</td>
1242 				<td style="background: #906">&nbsp;</td>
1243 				<td style="background: #a05">&nbsp;</td>
1244 				<td style="background: #b04">&nbsp;</td>
1245 				<td style="background: #c03">&nbsp;</td>
1246 				<td style="background: #d02">&nbsp;</td>
1247 				<td style="background: #e01">&nbsp;</td>
1248 				<td style="background: #f00">&nbsp;</td>
1249 				<td style="background: black">&nbsp;</td>
1250 			</tr>
1251 			<tr>
1252 				<td style="background: black">&nbsp;</td>
1253 				<td style="background: rgb(0, 0, 255)">&nbsp;</td>
1254 				<td style="background: rgb(17, 0, 238)">&nbsp;</td>
1255 				<td style="background: rgb(34, 0, 221)">&nbsp;</td>
1256 				<td style="background: rgb(51, 0, 204)">&nbsp;</td>
1257 				<td style="background: rgb(68, 0, 187)">&nbsp;</td>
1258 				<td style="background: rgb(85, 0, 170)">&nbsp;</td>
1259 				<td style="background: rgb(102, 0, 153)">&nbsp;</td>
1260 				<td style="background: rgb(119, 0, 136)">&nbsp;</td>
1261 				<td style="background: rgb(136, 0, 119)">&nbsp;</td>
1262 				<td style="background: rgb(153, 0, 102)">&nbsp;</td>
1263 				<td style="background: rgb(170, 0, 85)">&nbsp;</td>
1264 				<td style="background: rgb(187, 0, 68)">&nbsp;</td>
1265 				<td style="background: rgb(204, 0, 51)">&nbsp;</td>
1266 				<td style="background: rgb(221, 0, 34)">&nbsp;</td>
1267 				<td style="background: rgb(238, 0, 17)">&nbsp;</td>
1268 				<td style="background: rgb(255, 0, 0)">&nbsp;</td>
1269 				<td style="background: white">&nbsp;</td>
1270 			</tr>
1271 			<tr>
1272 				<td style="background: white">&nbsp;</td>
1273 				<td style="background: rgb(0%, 0%, 100%)">&nbsp;</td>
1274 				<td style="background: rgb(6.7%, 0%, 93.3%)">&nbsp;</td>
1275 				<td style="background: rgb(13.3%, 0%, 86.7%)">&nbsp;</td>
1276 				<td style="background: rgb(20%, 0%, 80%)">&nbsp;</td>
1277 				<td style="background: rgb(26.7%, 0%, 73.3%)">&nbsp;</td>
1278 				<td style="background: rgb(33.3%, 0%, 66.7%)">&nbsp;</td>
1279 				<td style="background: rgb(40%, 0%, 60%)">&nbsp;</td>
1280 				<td style="background: rgb(46.7%, 0%, 53.3%)">&nbsp;</td>
1281 				<td style="background: rgb(53.3%, 0%, 46.7%)">&nbsp;</td>
1282 				<td style="background: rgb(60%, 0%, 40%)">&nbsp;</td>
1283 				<td style="background: rgb(66.7%, 0%, 33.3%)">&nbsp;</td>
1284 				<td style="background: rgb(73.3%, 0%, 26.7%)">&nbsp;</td>
1285 				<td style="background: rgb(80%, 0%, 20%)">&nbsp;</td>
1286 				<td style="background: rgb(86.7%, 0%, 13.3%)">&nbsp;</td>
1287 				<td style="background: rgb(93.3%, 0%, 6.7%)">&nbsp;</td>
1288 				<td style="background: rgb(100%, 0%, 0%)">&nbsp;</td>
1289 				<td style="background: black">&nbsp;</td>
1290 			</tr>
1291 		</table>
1292 
1293 		<p>The following table should have four matching rows gradually changing from fuchsia at the left to aqua at the right (plus a checkerboard at both ends to show where the rows are):</p>
1294 
1295 		<table border="border">
1296 			<tr>
1297 				<td style="background: black">&nbsp;</td>
1298 				<td style="background: #ff00ff">&nbsp;</td>
1299 				<td style="background: #ee11ff">&nbsp;</td>
1300 				<td style="background: #dd22ff">&nbsp;</td>
1301 				<td style="background: #cc33ff">&nbsp;</td>
1302 				<td style="background: #bb44ff">&nbsp;</td>
1303 				<td style="background: #aa55ff">&nbsp;</td>
1304 				<td style="background: #9966ff">&nbsp;</td>
1305 				<td style="background: #8877ff">&nbsp;</td>
1306 				<td style="background: #7788ff">&nbsp;</td>
1307 				<td style="background: #6699ff">&nbsp;</td>
1308 				<td style="background: #55aaff">&nbsp;</td>
1309 				<td style="background: #44bbff">&nbsp;</td>
1310 				<td style="background: #33ccff">&nbsp;</td>
1311 				<td style="background: #22ddff">&nbsp;</td>
1312 				<td style="background: #11eeff">&nbsp;</td>
1313 				<td style="background: #00ffff">&nbsp;</td>
1314 				<td style="background: white">&nbsp;</td>
1315 			</tr>
1316 			<tr>
1317 				<td style="background: white">&nbsp;</td>
1318 				<td style="background: #f0f">&nbsp;</td>
1319 				<td style="background: #e1f">&nbsp;</td>
1320 				<td style="background: #d2f">&nbsp;</td>
1321 				<td style="background: #c3f">&nbsp;</td>
1322 				<td style="background: #b4f">&nbsp;</td>
1323 				<td style="background: #a5f">&nbsp;</td>
1324 				<td style="background: #96f">&nbsp;</td>
1325 				<td style="background: #87f">&nbsp;</td>
1326 				<td style="background: #78f">&nbsp;</td>
1327 				<td style="background: #69f">&nbsp;</td>
1328 				<td style="background: #5af">&nbsp;</td>
1329 				<td style="background: #4bf">&nbsp;</td>
1330 				<td style="background: #3cf">&nbsp;</td>
1331 				<td style="background: #2df">&nbsp;</td>
1332 				<td style="background: #1ef">&nbsp;</td>
1333 				<td style="background: #0ff">&nbsp;</td>
1334 				<td style="background: black">&nbsp;</td>
1335 			</tr>
1336 			<tr>
1337 				<td style="background: black">&nbsp;</td>
1338 				<td style="background: rgb(255, 0, 255)">&nbsp;</td>
1339 				<td style="background: rgb(238, 17, 255)">&nbsp;</td>
1340 				<td style="background: rgb(221, 34, 255)">&nbsp;</td>
1341 				<td style="background: rgb(204, 51, 255)">&nbsp;</td>
1342 				<td style="background: rgb(187, 68, 255)">&nbsp;</td>
1343 				<td style="background: rgb(170, 85, 255)">&nbsp;</td>
1344 				<td style="background: rgb(153, 102, 255)">&nbsp;</td>
1345 				<td style="background: rgb(136, 119, 255)">&nbsp;</td>
1346 				<td style="background: rgb(119, 136, 255)">&nbsp;</td>
1347 				<td style="background: rgb(102, 153, 255)">&nbsp;</td>
1348 				<td style="background: rgb(85, 170, 255)">&nbsp;</td>
1349 				<td style="background: rgb(68, 187, 255)">&nbsp;</td>
1350 				<td style="background: rgb(51, 204, 255)">&nbsp;</td>
1351 				<td style="background: rgb(34, 221, 255)">&nbsp;</td>
1352 				<td style="background: rgb(17, 238, 255)">&nbsp;</td>
1353 				<td style="background: rgb(0, 255, 255)">&nbsp;</td>
1354 				<td style="background: white">&nbsp;</td>
1355 			</tr>
1356 			<tr>
1357 				<td style="background: white">&nbsp;</td>
1358 				<td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
1359 				<td style="background: rgb(93.3%, 6.7%, 100%)">&nbsp;</td>
1360 				<td style="background: rgb(86.7%, 13.3%, 100%)">&nbsp;</td>
1361 				<td style="background: rgb(80%, 20%, 100%)">&nbsp;</td>
1362 				<td style="background: rgb(73.3%, 26.7%, 100%)">&nbsp;</td>
1363 				<td style="background: rgb(66.7%, 33.3%, 100%)">&nbsp;</td>
1364 				<td style="background: rgb(60%, 40%, 100%)">&nbsp;</td>
1365 				<td style="background: rgb(53.3%, 46.7%, 100%)">&nbsp;</td>
1366 				<td style="background: rgb(46.7%, 53.3%, 100%)">&nbsp;</td>
1367 				<td style="background: rgb(40%, 60%, 100%)">&nbsp;</td>
1368 				<td style="background: rgb(33.3%, 66.7%, 100%)">&nbsp;</td>
1369 				<td style="background: rgb(26.7%, 73.3%, 100%)">&nbsp;</td>
1370 				<td style="background: rgb(20%, 80%, 100%)">&nbsp;</td>
1371 				<td style="background: rgb(13.3%, 86.7%, 100%)">&nbsp;</td>
1372 				<td style="background: rgb(6.7%, 93.3%, 100%)">&nbsp;</td>
1373 				<td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
1374 				<td style="background: black">&nbsp;</td>
1375 			</tr>
1376 		</table>
1377 
1378 		<p>The following table should have four matching rows gradually changing from yellow at the left to fuchsia at the right (plus a checkerboard at both ends to show where the rows are):</p>
1379 
1380 		<table border="border">
1381 			<tr>
1382 				<td style="background: black">&nbsp;</td>
1383 				<td style="background: #ffff00">&nbsp;</td>
1384 				<td style="background: #ffee11">&nbsp;</td>
1385 				<td style="background: #ffdd22">&nbsp;</td>
1386 				<td style="background: #ffcc33">&nbsp;</td>
1387 				<td style="background: #ffbb44">&nbsp;</td>
1388 				<td style="background: #ffaa55">&nbsp;</td>
1389 				<td style="background: #ff9966">&nbsp;</td>
1390 				<td style="background: #ff8877">&nbsp;</td>
1391 				<td style="background: #ff7788">&nbsp;</td>
1392 				<td style="background: #ff6699">&nbsp;</td>
1393 				<td style="background: #ff55aa">&nbsp;</td>
1394 				<td style="background: #ff44bb">&nbsp;</td>
1395 				<td style="background: #ff33cc">&nbsp;</td>
1396 				<td style="background: #ff22dd">&nbsp;</td>
1397 				<td style="background: #ff11ee">&nbsp;</td>
1398 				<td style="background: #ff00ff">&nbsp;</td>
1399 				<td style="background: white">&nbsp;</td>
1400 			</tr>
1401 			<tr>
1402 				<td style="background: white">&nbsp;</td>
1403 				<td style="background: #ff0">&nbsp;</td>
1404 				<td style="background: #fe1">&nbsp;</td>
1405 				<td style="background: #fd2">&nbsp;</td>
1406 				<td style="background: #fc3">&nbsp;</td>
1407 				<td style="background: #fb4">&nbsp;</td>
1408 				<td style="background: #fa5">&nbsp;</td>
1409 				<td style="background: #f96">&nbsp;</td>
1410 				<td style="background: #f87">&nbsp;</td>
1411 				<td style="background: #f78">&nbsp;</td>
1412 				<td style="background: #f69">&nbsp;</td>
1413 				<td style="background: #f5a">&nbsp;</td>
1414 				<td style="background: #f4b">&nbsp;</td>
1415 				<td style="background: #f3c">&nbsp;</td>
1416 				<td style="background: #f2d">&nbsp;</td>
1417 				<td style="background: #f1e">&nbsp;</td>
1418 				<td style="background: #f0f">&nbsp;</td>
1419 				<td style="background: black">&nbsp;</td>
1420 			</tr>
1421 			<tr>
1422 				<td style="background: black">&nbsp;</td>
1423 				<td style="background: rgb(255, 255, 0)">&nbsp;</td>
1424 				<td style="background: rgb(255, 238, 17)">&nbsp;</td>
1425 				<td style="background: rgb(255, 221, 34)">&nbsp;</td>
1426 				<td style="background: rgb(255, 204, 51)">&nbsp;</td>
1427 				<td style="background: rgb(255, 187, 68)">&nbsp;</td>
1428 				<td style="background: rgb(255, 170, 85)">&nbsp;</td>
1429 				<td style="background: rgb(255, 153, 102)">&nbsp;</td>
1430 				<td style="background: rgb(255, 136, 119)">&nbsp;</td>
1431 				<td style="background: rgb(255, 119, 136)">&nbsp;</td>
1432 				<td style="background: rgb(255, 102, 153)">&nbsp;</td>
1433 				<td style="background: rgb(255, 85, 170)">&nbsp;</td>
1434 				<td style="background: rgb(255, 68, 187)">&nbsp;</td>
1435 				<td style="background: rgb(255, 51, 204)">&nbsp;</td>
1436 				<td style="background: rgb(255, 34, 221)">&nbsp;</td>
1437 				<td style="background: rgb(255, 17, 238)">&nbsp;</td>
1438 				<td style="background: rgb(255, 0, 255)">&nbsp;</td>
1439 				<td style="background: white">&nbsp;</td>
1440 			</tr>
1441 			<tr>
1442 				<td style="background: white">&nbsp;</td>
1443 				<td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
1444 				<td style="background: rgb(100%, 93.3%, 6.7%)">&nbsp;</td>
1445 				<td style="background: rgb(100%, 86.7%, 13.3%)">&nbsp;</td>
1446 				<td style="background: rgb(100%, 80%, 20%)">&nbsp;</td>
1447 				<td style="background: rgb(100%, 73.3%, 26.7%)">&nbsp;</td>
1448 				<td style="background: rgb(100%, 66.7%, 33.3%)">&nbsp;</td>
1449 				<td style="background: rgb(100%, 60%, 40%)">&nbsp;</td>
1450 				<td style="background: rgb(100%, 53.3%, 46.7%)">&nbsp;</td>
1451 				<td style="background: rgb(100%, 46.7%, 53.3%)">&nbsp;</td>
1452 				<td style="background: rgb(100%, 40%, 60%)">&nbsp;</td>
1453 				<td style="background: rgb(100%, 33.3%, 66.7%)">&nbsp;</td>
1454 				<td style="background: rgb(100%, 26.7%, 73.3%)">&nbsp;</td>
1455 				<td style="background: rgb(100%, 20%, 80%)">&nbsp;</td>
1456 				<td style="background: rgb(100%, 13.3%, 86.7%)">&nbsp;</td>
1457 				<td style="background: rgb(100%, 6.7%, 93.3%)">&nbsp;</td>
1458 				<td style="background: rgb(100%, 0%, 100%)">&nbsp;</td>
1459 				<td style="background: black">&nbsp;</td>
1460 			</tr>
1461 		</table>
1462 
1463 		<p>The following table should have four matching rows gradually changing from aqua at the left to yellow at the right (plus a checkerboard at both ends to show where the rows are):</p>
1464 
1465 		<table border="border">
1466 			<tr>
1467 				<td style="background: black">&nbsp;</td>
1468 				<td style="background: #00ffff">&nbsp;</td>
1469 				<td style="background: #11ffee">&nbsp;</td>
1470 				<td style="background: #22ffdd">&nbsp;</td>
1471 				<td style="background: #33ffcc">&nbsp;</td>
1472 				<td style="background: #44ffbb">&nbsp;</td>
1473 				<td style="background: #55ffaa">&nbsp;</td>
1474 				<td style="background: #66ff99">&nbsp;</td>
1475 				<td style="background: #77ff88">&nbsp;</td>
1476 				<td style="background: #88ff77">&nbsp;</td>
1477 				<td style="background: #99ff66">&nbsp;</td>
1478 				<td style="background: #aaff55">&nbsp;</td>
1479 				<td style="background: #bbff44">&nbsp;</td>
1480 				<td style="background: #ccff33">&nbsp;</td>
1481 				<td style="background: #ddff22">&nbsp;</td>
1482 				<td style="background: #eeff11">&nbsp;</td>
1483 				<td style="background: #ffff00">&nbsp;</td>
1484 				<td style="background: white">&nbsp;</td>
1485 			</tr>
1486 			<tr>
1487 				<td style="background: white">&nbsp;</td>
1488 				<td style="background: #0ff">&nbsp;</td>
1489 				<td style="background: #1fe">&nbsp;</td>
1490 				<td style="background: #2fd">&nbsp;</td>
1491 				<td style="background: #3fc">&nbsp;</td>
1492 				<td style="background: #4fb">&nbsp;</td>
1493 				<td style="background: #5fa">&nbsp;</td>
1494 				<td style="background: #6f9">&nbsp;</td>
1495 				<td style="background: #7f8">&nbsp;</td>
1496 				<td style="background: #8f7">&nbsp;</td>
1497 				<td style="background: #9f6">&nbsp;</td>
1498 				<td style="background: #af5">&nbsp;</td>
1499 				<td style="background: #bf4">&nbsp;</td>
1500 				<td style="background: #cf3">&nbsp;</td>
1501 				<td style="background: #df2">&nbsp;</td>
1502 				<td style="background: #ef1">&nbsp;</td>
1503 				<td style="background: #ff0">&nbsp;</td>
1504 				<td style="background: black">&nbsp;</td>
1505 			</tr>
1506 			<tr>
1507 				<td style="background: black">&nbsp;</td>
1508 				<td style="background: rgb(0, 255, 255)">&nbsp;</td>
1509 				<td style="background: rgb(17, 255, 238)">&nbsp;</td>
1510 				<td style="background: rgb(34, 255, 221)">&nbsp;</td>
1511 				<td style="background: rgb(51, 255, 204)">&nbsp;</td>
1512 				<td style="background: rgb(68, 255, 187)">&nbsp;</td>
1513 				<td style="background: rgb(85, 255, 170)">&nbsp;</td>
1514 				<td style="background: rgb(102, 255, 153)">&nbsp;</td>
1515 				<td style="background: rgb(119, 255, 136)">&nbsp;</td>
1516 				<td style="background: rgb(136, 255, 119)">&nbsp;</td>
1517 				<td style="background: rgb(153, 255, 102)">&nbsp;</td>
1518 				<td style="background: rgb(170, 255, 85)">&nbsp;</td>
1519 				<td style="background: rgb(187, 255, 68)">&nbsp;</td>
1520 				<td style="background: rgb(204, 255, 51)">&nbsp;</td>
1521 				<td style="background: rgb(221, 255, 34)">&nbsp;</td>
1522 				<td style="background: rgb(238, 255, 17)">&nbsp;</td>
1523 				<td style="background: rgb(255, 255, 0)">&nbsp;</td>
1524 				<td style="background: white">&nbsp;</td>
1525 			</tr>
1526 			<tr>
1527 				<td style="background: white">&nbsp;</td>
1528 				<td style="background: rgb(0%, 100%, 100%)">&nbsp;</td>
1529 				<td style="background: rgb(6.7%, 100%, 93.3%)">&nbsp;</td>
1530 				<td style="background: rgb(13.3%, 100%, 86.7%)">&nbsp;</td>
1531 				<td style="background: rgb(20%, 100%, 80%)">&nbsp;</td>
1532 				<td style="background: rgb(26.7%, 100%, 73.3%)">&nbsp;</td>
1533 				<td style="background: rgb(33.3%, 100%, 66.7%)">&nbsp;</td>
1534 				<td style="background: rgb(40%, 100%, 60%)">&nbsp;</td>
1535 				<td style="background: rgb(46.7%, 100%, 53.3%)">&nbsp;</td>
1536 				<td style="background: rgb(53.3%, 100%, 46.7%)">&nbsp;</td>
1537 				<td style="background: rgb(60%, 100%, 40%)">&nbsp;</td>
1538 				<td style="background: rgb(66.7%, 100%, 33.3%)">&nbsp;</td>
1539 				<td style="background: rgb(73.3%, 100%, 26.7%)">&nbsp;</td>
1540 				<td style="background: rgb(80%, 100%, 20%)">&nbsp;</td>
1541 				<td style="background: rgb(86.7%, 100%, 13.3%)">&nbsp;</td>
1542 				<td style="background: rgb(93.3%, 100%, 6.7%)">&nbsp;</td>
1543 				<td style="background: rgb(100%, 100%, 0%)">&nbsp;</td>
1544 				<td style="background: black">&nbsp;</td>
1545 			</tr>
1546 		</table>
1547 
1548 	</body>
1549 </html>