#1 Maroon
#800000
NormalHEX#800000
RGB128, 0, 0
HSL0°, 100%, 25%
CMYK0%, 100%, 100%, 50%
Xterm ID1
GrupoNormal
Códigos de Terminal
Foreground (texto)
\x1b[38;5;1m Background (fondo)
\x1b[48;5;1m Bash echo
echo -e "\033[38;5;1mTexto\033[0m" Python
print(f"\033[38;5;1mTexto\033[0m") CSS
Color HEX
color: #800000; Color RGB
color: rgb(128, 0, 0); Background
background-color: #800000;