Difference between revisions of "Primary Colors"

From Intellivision Wiki
Jump to: navigation, search
 
(add the HTML color numbers to the table, fix some wording)
Line 1: Line 1:
The STIC divides its color set into two subsets, the Pastel Colors (numbered 8 through 15) and the [[Primary Colors]], numbered 0 through 7.  The Pastel Colors are so named because they tend to be less saturated than the Primaries (though that's not strictly true).  The following table illustrates the colors, along with an approximation of the Intellivision's color.  (The color numbers match the settings used in jzIntv and should <B>not</B> be considered canonical.)  
+
The STIC divides its color set into two subsets, the Pastel Colors (numbered 8 through 15) and the [[Primary Colors]], numbered 0 through 7.  The Primary Colors are so named because they include Red, Green and Blue, and some colors that are roughly direct combinations of those--Tan and Dark Green being the main exceptions.  The following table illustrates the colors, along with an approximation of the Intellivision's color.  (The HTML color values match the settings used in jzIntv.  They should <B>not</B> be considered canonical.)  
 
<center>
 
<center>
 
<table width=100% border=1>
 
<table width=100% border=1>
 
<tr><th WIDTH=20%>Color Number</th><TH WIDTH=30%>Color Name</TH><TH>Example</TH></TR>
 
<tr><th WIDTH=20%>Color Number</th><TH WIDTH=30%>Color Name</TH><TH>Example</TH></TR>
<TR><TD> 0</TD><TD>Black      </TD><TD BGCOLOR=#000000>&nbsp;</TD></TR>
+
<TR><TD> 0</TD><TD>Black      </TD><TD BGCOLOR=#000000>&nbsp;<FONT color=white>#000000</TD></TR>
<TR><TD> 1</TD><TD>Blue        </TD><TD BGCOLOR=#002DFF>&nbsp;</TD></TR>
+
<TR><TD> 1</TD><TD>Blue        </TD><TD BGCOLOR=#002DFF>&nbsp;<FONT color=white>#002DFF</TD></TR>
<TR><TD> 2</TD><TD>Red        </TD><TD BGCOLOR=#FF3D10>&nbsp;</TD></TR>
+
<TR><TD> 2</TD><TD>Red        </TD><TD BGCOLOR=#FF3D10>&nbsp;<FONT color=white>#FF3D10</TD></TR>
<TR><TD> 3</TD><TD>Tan        </TD><TD BGCOLOR=#C9CFAB>&nbsp;</TD></TR>
+
<TR><TD> 3</TD><TD>Tan        </TD><TD BGCOLOR=#C9CFAB>&nbsp;#C9CFAB</TD></TR>
<TR><TD> 4</TD><TD>Dark Green  </TD><TD BGCOLOR=#386B3F>&nbsp;</TD></TR>
+
<TR><TD> 4</TD><TD>Dark Green  </TD><TD BGCOLOR=#386B3F>&nbsp;<FONT color=white>#386B3F</TD></TR>
<TR><TD> 5</TD><TD>Green      </TD><TD BGCOLOR=#00A756>&nbsp;</TD></TR>
+
<TR><TD> 5</TD><TD>Green      </TD><TD BGCOLOR=#00A756>&nbsp;<FONT color=white>#00A756</TD></TR>
<TR><TD> 6</TD><TD>Yellow      </TD><TD BGCOLOR=#FAEA50>&nbsp;</TD></TR>
+
<TR><TD> 6</TD><TD>Yellow      </TD><TD BGCOLOR=#FAEA50>&nbsp;#FAEA50</TD></TR>
<TR><TD> 7</TD><TD>White      </TD><TD BGCOLOR=#FFFCFF>&nbsp;</TD></TR>
+
<TR><TD> 7</TD><TD>White      </TD><TD BGCOLOR=#FFFCFF>&nbsp;#FFFCFF</TD></TR>
 
</table>
 
</table>
 
</center>
 
</center>
 
Note:  The color examples may not display if your web browser does not support the BGCOLOR attribute on table cells.
 
Note:  The color examples may not display if your web browser does not support the BGCOLOR attribute on table cells.

Revision as of 06:53, 11 January 2005

The STIC divides its color set into two subsets, the Pastel Colors (numbered 8 through 15) and the Primary Colors, numbered 0 through 7. The Primary Colors are so named because they include Red, Green and Blue, and some colors that are roughly direct combinations of those--Tan and Dark Green being the main exceptions. The following table illustrates the colors, along with an approximation of the Intellivision's color. (The HTML color values match the settings used in jzIntv. They should not be considered canonical.)

Color NumberColor NameExample
0Black  #000000</TD></TR>
1</TD>Blue </TD> #002DFF</TD></TR>
2</TD>Red </TD> #FF3D10</TD></TR>
3</TD>Tan </TD> #C9CFAB</TD></TR>
4</TD>Dark Green </TD> #386B3F</TD></TR>
5</TD>Green </TD> #00A756</TD></TR>
6</TD>Yellow </TD> #FAEA50</TD></TR>
7</TD>White </TD> #FFFCFF</TD></TR>

</table> </center> Note: The color examples may not display if your web browser does not support the BGCOLOR attribute on table cells.