<?php

$colors = array('red', 'red', 'red', 'black');

echo $colors[array_rand($colors)];