All CSS Colors
#800000maroon

Maroon

CSS named color · Red family

HEX#800000
RGBrgb(128, 0, 0)
HSLhsl(0, 100%, 25%)
CSSmaroon

Tints & Shades

#ffc2c2
#ff8080
#ff4242
#ff0000
#c20000
#800000
#6b0000
#570000
#420000
#290000
#140000
LighterDarker

Complementary Color

Maroon

#800000

Complement

#007f80

hsl(180, 100%, 25%)

CSS Usage

.element {
  color: maroon;
  background-color: maroon;
}

/* Using hex */
.element {
  color: #800000;
  background-color: #800000;
}

/* Using RGB */
.element {
  color: rgb(128, 0, 0);
  background-color: rgb(128, 0, 0);
}

Similar Colors

Related Tools

Browse All CSS Colors