Harmony system

Maroon Color Harmonies

Maroon color harmonies are generated from #800000 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Maroon into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Maroon sits in the red family with warm temperature and balanced tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourceMaroon · #800000
Groups6
Palette colors6
FamilyRed

How the harmony works

Maroon Harmony Guide

Maroon harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Maroon Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Maroon.

AI-Ready Dataset v1.0.0
Luminance0.0459
Black text1.92:1AA Fail
White text10.95:1AA Pass
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "maroon",
  "name": "Maroon",
  "hex": "#800000",
  "url": "https://www.colorsencyclopedia.com/colors/maroon/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#007F80",
        "name": "#007F80",
        "slug": null,
        "rgb": [
          0,
          127,
          128
        ],
        "hsl": [
          180,
          100,
          25
        ],
        "cmyk": [
          100,
          1,
          0,
          50
        ],
        "luminance": 0.1674,
        "contrast": {
          "black": 4.35,
          "white": 4.83
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/007f80/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007f80.json"
      }
    ],
    "anchor": "maroon-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#800040",
        "name": "#800040",
        "slug": null,
        "rgb": [
          128,
          0,
          64
        ],
        "hsl": [
          330,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          50,
          50
        ],
        "luminance": 0.0496,
        "contrast": {
          "black": 1.99,
          "white": 10.54
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/800040/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/800040.json"
      },
      {
        "hex": "#804000",
        "name": "#804000",
        "slug": null,
        "rgb": [
          128,
          64,
          0
        ],
        "hsl": [
          30,
          100,
          25
        ],
        "cmyk": [
          0,
          50,
          100,
          50
        ],
        "luminance": 0.0826,
        "contrast": {
          "black": 2.65,
          "white": 7.92
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/804000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/804000.json"
      }
    ],
    "anchor": "maroon-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#008000",
        "name": "Green",
        "slug": "green",
        "rgb": [
          0,
          128,
          0
        ],
        "hsl": [
          120,
          100,
          25
        ],
        "cmyk": [
          100,
          0,
          100,
          50
        ],
        "luminance": 0.1544,
        "contrast": {
          "black": 4.09,
          "white": 5.14
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/green/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/green.json"
      },
      {
        "hex": "#000080",
        "name": "Navy Blue",
        "slug": "navy-blue",
        "rgb": [
          0,
          0,
          128
        ],
        "hsl": [
          240,
          100,
          25
        ],
        "cmyk": [
          100,
          100,
          0,
          50
        ],
        "luminance": 0.0156,
        "contrast": {
          "black": 1.31,
          "white": 16.01
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/navy-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/navy-blue.json"
      }
    ],
    "anchor": "maroon-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#408000",
        "name": "#408000",
        "slug": null,
        "rgb": [
          64,
          128,
          0
        ],
        "hsl": [
          90,
          100,
          25
        ],
        "cmyk": [
          50,
          0,
          100,
          50
        ],
        "luminance": 0.1653,
        "contrast": {
          "black": 4.31,
          "white": 4.88
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/408000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/408000.json"
      },
      {
        "hex": "#007F80",
        "name": "#007F80",
        "slug": null,
        "rgb": [
          0,
          127,
          128
        ],
        "hsl": [
          180,
          100,
          25
        ],
        "cmyk": [
          100,
          1,
          0,
          50
        ],
        "luminance": 0.1674,
        "contrast": {
          "black": 4.35,
          "white": 4.83
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/007f80/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007f80.json"
      },
      {
        "hex": "#400080",
        "name": "#400080",
        "slug": null,
        "rgb": [
          64,
          0,
          128
        ],
        "hsl": [
          270,
          100,
          25
        ],
        "cmyk": [
          50,
          100,
          0,
          50
        ],
        "luminance": 0.0265,
        "contrast": {
          "black": 1.53,
          "white": 13.73
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/400080/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/400080.json"
      }
    ],
    "anchor": "maroon-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#008040",
        "name": "#008040",
        "slug": null,
        "rgb": [
          0,
          128,
          64
        ],
        "hsl": [
          150,
          100,
          25
        ],
        "cmyk": [
          100,
          0,
          50,
          50
        ],
        "luminance": 0.1581,
        "contrast": {
          "black": 4.16,
          "white": 5.05
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/008040/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008040.json"
      },
      {
        "hex": "#004080",
        "name": "#004080",
        "slug": null,
        "rgb": [
          0,
          64,
          128
        ],
        "hsl": [
          210,
          100,
          25
        ],
        "cmyk": [
          100,
          50,
          0,
          50
        ],
        "luminance": 0.0523,
        "contrast": {
          "black": 2.05,
          "white": 10.26
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/004080/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/004080.json"
      }
    ],
    "anchor": "maroon-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#DB0000",
        "name": "#DB0000",
        "slug": null,
        "rgb": [
          219,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          43
        ],
        "cmyk": [
          0,
          100,
          100,
          14
        ],
        "luminance": 0.1506,
        "contrast": {
          "black": 4.01,
          "white": 5.23
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/db0000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/db0000.json"
      },
      {
        "hex": "#800000",
        "name": "Maroon",
        "slug": "maroon",
        "rgb": [
          128,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          25
        ],
        "cmyk": [
          0,
          100,
          100,
          50
        ],
        "luminance": 0.0459,
        "contrast": {
          "black": 1.92,
          "white": 10.95
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/maroon/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
      },
      {
        "hex": "#240000",
        "name": "#240000",
        "slug": null,
        "rgb": [
          36,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          7
        ],
        "cmyk": [
          0,
          100,
          100,
          86
        ],
        "luminance": 0.0038,
        "contrast": {
          "black": 1.08,
          "white": 19.52
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/240000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/240000.json"
      }
    ],
    "anchor": "maroon-harmony-monochromatic"
  }
]
Signature palette
[
  "#800000",
  "#007F80",
  "#800040",
  "#804000",
  "#DB0000",
  "#240000"
]
Accessibility notes
[
  "Black contrast on Maroon: 1.92:1",
  "White contrast on Maroon: 10.95:1",
  "AA text options: #FFFFFF, #F5F5F5"
]
CSS tokens
":root {\n  --color-maroon: #800000;\n  --maroon-complementary-1: #007F80;\n  --maroon-analogous-1: #800040;\n  --maroon-analogous-2: #804000;\n  --maroon-triadic-1: #008000;\n  --maroon-triadic-2: #000080;\n  --maroon-tetradic-1: #408000;\n  --maroon-tetradic-2: #007F80;\n  --maroon-tetradic-3: #400080;\n  --maroon-split-complementary-1: #008040;\n  --maroon-split-complementary-2: #004080;\n  --maroon-monochromatic-1: #DB0000;\n  --maroon-monochromatic-2: #800000;\n  --maroon-monochromatic-3: #240000;\n}\n\n.palette-maroon-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #800000, #007F80, #800040, #804000, #DB0000, #240000);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "maroon",
  "name": "Maroon",
  "hex": "#800000",
  "rgb": [
    128,
    0,
    0
  ],
  "hsl": [
    0,
    100,
    25
  ],
  "cmyk": [
    0,
    100,
    100,
    50
  ],
  "family": "red",
  "temperature": "warm",
  "tone": [
    "balanced"
  ],
  "luminance": 0.0459,
  "contrast": {
    "black": 1.92,
    "white": 10.95
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": [
      "#FFFFFF",
      "#F5F5F5"
    ]
  },
  "sourceColor": {
    "slug": "maroon",
    "name": "Maroon",
    "hex": "#800000",
    "url": "https://www.colorsencyclopedia.com/colors/maroon/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#007F80",
          "name": "#007F80",
          "slug": null,
          "rgb": [
            0,
            127,
            128
          ],
          "hsl": [
            180,
            100,
            25
          ],
          "cmyk": [
            100,
            1,
            0,
            50
          ],
          "luminance": 0.1674,
          "contrast": {
            "black": 4.35,
            "white": 4.83
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/007f80/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007f80.json"
        }
      ],
      "anchor": "maroon-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#800040",
          "name": "#800040",
          "slug": null,
          "rgb": [
            128,
            0,
            64
          ],
          "hsl": [
            330,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            50,
            50
          ],
          "luminance": 0.0496,
          "contrast": {
            "black": 1.99,
            "white": 10.54
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/800040/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/800040.json"
        },
        {
          "hex": "#804000",
          "name": "#804000",
          "slug": null,
          "rgb": [
            128,
            64,
            0
          ],
          "hsl": [
            30,
            100,
            25
          ],
          "cmyk": [
            0,
            50,
            100,
            50
          ],
          "luminance": 0.0826,
          "contrast": {
            "black": 2.65,
            "white": 7.92
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/804000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/804000.json"
        }
      ],
      "anchor": "maroon-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#008000",
          "name": "Green",
          "slug": "green",
          "rgb": [
            0,
            128,
            0
          ],
          "hsl": [
            120,
            100,
            25
          ],
          "cmyk": [
            100,
            0,
            100,
            50
          ],
          "luminance": 0.1544,
          "contrast": {
            "black": 4.09,
            "white": 5.14
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/green/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/green.json"
        },
        {
          "hex": "#000080",
          "name": "Navy Blue",
          "slug": "navy-blue",
          "rgb": [
            0,
            0,
            128
          ],
          "hsl": [
            240,
            100,
            25
          ],
          "cmyk": [
            100,
            100,
            0,
            50
          ],
          "luminance": 0.0156,
          "contrast": {
            "black": 1.31,
            "white": 16.01
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/navy-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/navy-blue.json"
        }
      ],
      "anchor": "maroon-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#408000",
          "name": "#408000",
          "slug": null,
          "rgb": [
            64,
            128,
            0
          ],
          "hsl": [
            90,
            100,
            25
          ],
          "cmyk": [
            50,
            0,
            100,
            50
          ],
          "luminance": 0.1653,
          "contrast": {
            "black": 4.31,
            "white": 4.88
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/408000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/408000.json"
        },
        {
          "hex": "#007F80",
          "name": "#007F80",
          "slug": null,
          "rgb": [
            0,
            127,
            128
          ],
          "hsl": [
            180,
            100,
            25
          ],
          "cmyk": [
            100,
            1,
            0,
            50
          ],
          "luminance": 0.1674,
          "contrast": {
            "black": 4.35,
            "white": 4.83
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/007f80/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007f80.json"
        },
        {
          "hex": "#400080",
          "name": "#400080",
          "slug": null,
          "rgb": [
            64,
            0,
            128
          ],
          "hsl": [
            270,
            100,
            25
          ],
          "cmyk": [
            50,
            100,
            0,
            50
          ],
          "luminance": 0.0265,
          "contrast": {
            "black": 1.53,
            "white": 13.73
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/400080/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/400080.json"
        }
      ],
      "anchor": "maroon-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#008040",
          "name": "#008040",
          "slug": null,
          "rgb": [
            0,
            128,
            64
          ],
          "hsl": [
            150,
            100,
            25
          ],
          "cmyk": [
            100,
            0,
            50,
            50
          ],
          "luminance": 0.1581,
          "contrast": {
            "black": 4.16,
            "white": 5.05
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/008040/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008040.json"
        },
        {
          "hex": "#004080",
          "name": "#004080",
          "slug": null,
          "rgb": [
            0,
            64,
            128
          ],
          "hsl": [
            210,
            100,
            25
          ],
          "cmyk": [
            100,
            50,
            0,
            50
          ],
          "luminance": 0.0523,
          "contrast": {
            "black": 2.05,
            "white": 10.26
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/004080/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/004080.json"
        }
      ],
      "anchor": "maroon-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#DB0000",
          "name": "#DB0000",
          "slug": null,
          "rgb": [
            219,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            43
          ],
          "cmyk": [
            0,
            100,
            100,
            14
          ],
          "luminance": 0.1506,
          "contrast": {
            "black": 4.01,
            "white": 5.23
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/db0000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/db0000.json"
        },
        {
          "hex": "#800000",
          "name": "Maroon",
          "slug": "maroon",
          "rgb": [
            128,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            25
          ],
          "cmyk": [
            0,
            100,
            100,
            50
          ],
          "luminance": 0.0459,
          "contrast": {
            "black": 1.92,
            "white": 10.95
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/maroon/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
        },
        {
          "hex": "#240000",
          "name": "#240000",
          "slug": null,
          "rgb": [
            36,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            7
          ],
          "cmyk": [
            0,
            100,
            100,
            86
          ],
          "luminance": 0.0038,
          "contrast": {
            "black": 1.08,
            "white": 19.52
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/240000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/240000.json"
        }
      ],
      "anchor": "maroon-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#800000",
    "#007F80",
    "#800040",
    "#804000",
    "#DB0000",
    "#240000"
  ],
  "semanticGroups": [
    "red harmony",
    "warm harmony",
    "balanced harmony",
    "maroon palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Maroon: 1.92:1",
    "White contrast on Maroon: 10.95:1",
    "AA text options: #FFFFFF, #F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/maroon.json",
    "https://www.colorsencyclopedia.com/api/colors/maroon.json",
    "https://www.colorsencyclopedia.com/api/hex/800000.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/maroon/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/maroon.json",
  "cssSnippet": ":root {\n  --color-maroon: #800000;\n  --maroon-complementary-1: #007F80;\n  --maroon-analogous-1: #800040;\n  --maroon-analogous-2: #804000;\n  --maroon-triadic-1: #008000;\n  --maroon-triadic-2: #000080;\n  --maroon-tetradic-1: #408000;\n  --maroon-tetradic-2: #007F80;\n  --maroon-tetradic-3: #400080;\n  --maroon-split-complementary-1: #008040;\n  --maroon-split-complementary-2: #004080;\n  --maroon-monochromatic-1: #DB0000;\n  --maroon-monochromatic-2: #800000;\n  --maroon-monochromatic-3: #240000;\n}\n\n.palette-maroon-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #800000, #007F80, #800040, #804000, #DB0000, #240000);\n}"
}

CSS Harmony Tokens

Use these tokens when Maroon needs a complete palette system instead of a single color variable.

:root {
  --color-maroon: #800000;
  --maroon-complementary-1: #007F80;
  --maroon-analogous-1: #800040;
  --maroon-analogous-2: #804000;
  --maroon-triadic-1: #008000;
  --maroon-triadic-2: #000080;
  --maroon-tetradic-1: #408000;
  --maroon-tetradic-2: #007F80;
  --maroon-tetradic-3: #400080;
  --maroon-split-complementary-1: #008040;
  --maroon-split-complementary-2: #004080;
  --maroon-monochromatic-1: #DB0000;
  --maroon-monochromatic-2: #800000;
  --maroon-monochromatic-3: #240000;
}

.palette-maroon-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #800000, #007F80, #800040, #804000, #DB0000, #240000);
}

Maroon Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorMaroon · #800000
#007F80#007F80
Analogous Harmony2 colors · neighboring hue movement

Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorMaroon · #800000
#800040#800040
#804000#804000
Triadic Harmony2 colors · three evenly spaced hues

Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorMaroon · #800000
Green#008000
Navy Blue#000080
Tetradic Harmony3 colors · two complementary pairs

Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorMaroon · #800000
#408000#408000
#007F80#007F80
#400080#400080
Split Complementary Harmony2 colors · softened complementary contrast

Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorMaroon · #800000
#008040#008040
#004080#004080
Monochromatic Harmony3 colors · same hue, different values

Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorMaroon · #800000
#DB0000#DB0000
Maroon#800000
#240000#240000