What Color Is 7D4039?

The hex code #7D4039 produces a soft dark red. It breaks down into RGB channels of 125 red, 64 green, and 57 blue, placing it firmly in the red color family. On the HSL model, it sits at on the color wheel with 37% saturation — giving it a muted quality — and 36% lightness, making it dark. The perceived brightness is 32% (81/255), meaning light text (#ffffff) will provide optimal readability when layered on top.

7D4039 Color Values

FormatValueUsage
HEX#7D4039CSS, HTML, SVG
RGB125, 64, 57Screens, CSS, JavaScript
HSL6°, 37%, 36%CSS, Design tools
CMYK0%, 49%, 54%, 51%Print, packaging
Brightness32% (81/255)Accessibility checks
FamilyredColor classification
TemperaturewarmDesign psychology

What Does 7D4039 Mean in Design?

Red colors evoke passion, energy, urgency, and emotional intensity. As a dark variant with 37% saturation, #7D4039 carries a muted energy that makes it suitable for both primary and supporting roles in design systems. In color psychology, red tones are associated with warmth and approachability, making #7D4039 ideal for brands that need to project friendliness and enthusiasm.

Where to Use 7D4039 — Practical Applications

Website hero sections — Use #7D4039 as a full-bleed background with light text (#ffffff) overlay text for immediate visual impact on landing pages.
UI card backgrounds — Apply at 15% opacity (rgba(125, 64, 57, 0.15)) for subtle card surfaces that add depth without overwhelming content.
Button accent color — Set as the primary CTA button color with a darker hover state (#64332E) for clear interactive feedback.
Brand identity systems — Anchor a brand palette with #7D4039 as the primary swatch, using #3A777E as the complementary accent.
Data visualization — Use in chart legends and graph bars. Pair with #3A7E41 and #413A7E for a triadic scheme that maximizes readability.
Social media templates — Create cohesive Instagram stories and LinkedIn banners using #7D4039 backgrounds with white typography overlays.
Email marketing headers — Apply as the top banner gradient from #7D4039 to #9E706A for eye-catching newsletter designs.
Mobile app theming — Set as the navigation bar and status bar color on both iOS and Android for a consistent, branded mobile experience.

7D4039 Color Combinations

These are mathematically calculated color harmonies based on the 6° hue position of #7D4039 on the color wheel. Use them to build balanced, professional palettes.

Similar Colors to 7D4039

Colors visually close to #7D4039 with subtle variations in hue, saturation, or brightness. Useful for creating gradient transitions, hover states, and layered interface designs.

Tints and Shades of 7D4039

A tint is made by mixing #7D4039 with white (increasing lightness), while a shade is made by mixing with black (decreasing lightness). These variations are essential for creating depth, hierarchy, and interactive states in UI design.

Lighter 75%: #9E706A
Lighter 50%: #BEA09C
Lighter 25%: #DECFCE
Base Color: #7D4039
Darker 20%: #64332E
Darker 40%: #4B2622
Darker 60%: #321A17

How to Use 7D4039 in CSS

Copy-ready CSS code snippets for implementing #7D4039 in your stylesheets. Includes custom properties, gradients, and opacity variants.

.element {
    color: #7D4039;
    background-color: #7D4039;
    border: 2px solid #7D4039;
    box-shadow: 0 4px 14px rgba(125, 64, 57, 0.35);
}

/* CSS Custom Property */
:root {
    --color-primary: #7D4039;
    --color-primary-light: #9E706A;
    --color-primary-dark: #64332E;
    --color-primary-rgb: 125, 64, 57;
}

/* Gradient example */
.gradient-bg {
    background: linear-gradient(135deg, #7D4039 0%, #7E633A 100%);
}

/* RGBA with opacity */
.overlay {
    background: rgba(125, 64, 57, 0.15);
}

7D4039 in Design Systems

When integrating #7D4039 into a design system, define it as a semantic token: --color-red-dark: #7D4039;. For WCAG 2.1 AA compliance, pair it with light text (#ffffff) for body text. The lighter tint #9E706A works for subtle surface fills, while the darker shade #64332E is ideal for focus rings and active states. In Figma or Sketch, add it to your shared library as Red/Dark so the entire team references the single source of truth.

Accessibility Considerations for 7D4039

Since #7D4039 is a dark color (brightness 32%), use light text (#ffffff or #f0f0f0) for readable contrast that meets WCAG 2.1 AA minimum requirements. Always test with tools like the ColorPickerCode contrast checker before shipping to production.

Frequently Asked Questions About 7D4039

What color is #7D4039?
#7D4039 is a soft dark red with RGB(125, 64, 57) and HSL(6°, 37%, 36%). It belongs to the red family.
What is the RGB value of 7D4039?
RGB(125, 64, 57). Red=125, Green=64, Blue=57. Each channel ranges from 0 to 255.
Is #7D4039 dark or light?
Perceived brightness is 81/255 (32%), classified as dark. Use light text (#ffffff) for body text.
What is the CMYK of 7D4039?
CMYK: 0%, 49%, 54%, 51%. Use this for print reproduction of #7D4039.
What colors go well with #7D4039?
Complementary: #3A777E. Analogous: #7E633A & #7E3A55. Triadic: #3A7E41 & #413A7E.
How do I use 7D4039 in CSS?
color: #7D4039; for text, background-color: #7D4039; for backgrounds, border: 2px solid #7D4039; for borders.
What is the HSL of #7D4039?
HSL: 6°, 37%, 36%. Hue 6°, saturation 37%, lightness 36%.
Can #7D4039 be used for branding?
Yes. Test in both RGB (screens) and CMYK (print). Pair with #ffffff for text. The red family projects warmth and energy.