HTML color names table: Difference between revisions

Manuela (talk | contribs)
Created page with "A list of standard HTML color names according to [https://www.w3schools.com/colors/colors%20hex.asp W3Schools], the RGB color codes ready to be copied for use in Lilypond. {| class="wikitable sortable" style="font-family: 'Lucida Console', 'Courier New', monospace; font-size: 0.8em;" |- !Color name !style="width: 200px;"|color !RGB !Hex code !Lilypond code |- |maroon||style="background-color: rgb(128,0,0)| ||rgb(128,0,0)||#800000||style="user-select: all"|#(rgb-color (/..."
 
Manuela (talk | contribs)
m example added
Line 1: Line 1:
A list of standard HTML color names according to [https://www.w3schools.com/colors/colors%20hex.asp W3Schools], the RGB color codes ready to be copied for use in Lilypond.
A list of standard HTML color names according to [https://www.w3schools.com/colors/colors%20hex.asp W3Schools], the RGB color codes ready to be copied for use in Lilypond.
Lilypond does not know the HTML color names, you have to use the RGB-Code.
*RGB color example use in Lilypond: <code style="user-select: all">\markup \with-color #(rgb-color (/ 128 255) 0 0)</code>


{| class="wikitable sortable" style="font-family: 'Lucida Console', 'Courier New', monospace; font-size: 0.8em;"
{| class="wikitable sortable" style="font-family: 'Lucida Console', 'Courier New', monospace; font-size: 0.8em;"