Difference between revisions of "Primary Colors"

From Intellivision Wiki
Jump to: navigation, search
(add the HTML color numbers to the table, fix some wording)
m (Protected "Primary Colors" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
 
(2 intermediate revisions by 2 users not shown)
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 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.)  
+
[[Category:STIC]]
 +
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;<FONT color=white>#000000</TD></TR>
+
<TR><TD> 0</TD><TD>Black      </TD><TD BGCOLOR=#000000>&nbsp;<FONT color=white>#000000</FONT></TD></TR>
<TR><TD> 1</TD><TD>Blue        </TD><TD BGCOLOR=#002DFF>&nbsp;<FONT color=white>#002DFF</TD></TR>
+
<TR><TD> 1</TD><TD>Blue        </TD><TD BGCOLOR=#002DFF>&nbsp;<FONT color=white>#002DFF</FONT></TD></TR>
<TR><TD> 2</TD><TD>Red        </TD><TD BGCOLOR=#FF3D10>&nbsp;<FONT color=white>#FF3D10</TD></TR>
+
<TR><TD> 2</TD><TD>Red        </TD><TD BGCOLOR=#FF3D10>&nbsp;<FONT color=white>#FF3D10</FONT></TD></TR>
 
<TR><TD> 3</TD><TD>Tan        </TD><TD BGCOLOR=#C9CFAB>&nbsp;#C9CFAB</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;<FONT color=white>#386B3F</TD></TR>
+
<TR><TD> 4</TD><TD>Dark Green  </TD><TD BGCOLOR=#386B3F>&nbsp;<FONT color=white>#386B3F</FONT></TD></TR>
<TR><TD> 5</TD><TD>Green      </TD><TD BGCOLOR=#00A756>&nbsp;<FONT color=white>#00A756</TD></TR>
+
<TR><TD> 5</TD><TD>Green      </TD><TD BGCOLOR=#00A756>&nbsp;<FONT color=white>#00A756</FONT></TD></TR>
 
<TR><TD> 6</TD><TD>Yellow      </TD><TD BGCOLOR=#FAEA50>&nbsp;#FAEA50</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;#FFFCFF</TD></TR>
 
<TR><TD> 7</TD><TD>White      </TD><TD BGCOLOR=#FFFCFF>&nbsp;#FFFCFF</TD></TR>

Latest revision as of 09:06, 4 December 2010

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
1Blue  #002DFF
2Red  #FF3D10
3Tan  #C9CFAB
4Dark Green  #386B3F
5Green  #00A756
6Yellow  #FAEA50
7White  #FFFCFF

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