UP Maroon (#7B1113)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 10.87:1 — vs black: 1.93:1
Color values
-
HEX
#7B1113 -
RGB
rgb(123, 17, 19) -
HSL
hsl(358, 86%, 48%) -
CMYK
cmyk( 0, 86.18, 84.55, 51.76 ) -
Websafe
#660000
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #7B1113 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#7B1113
Base
#117B79
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#7B1113
Base
#7B1148
#7B4411
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#7B1113
Base
#137B11
#11137B
Two colors flanking the complement — high contrast with less tension than full complementary.
#7B1113
Base
#117B44
#11487B
Four colors at 90° intervals — rich variety, best when one color dominates.
#7B1113
Base
#487B11
#117B79
#44117B
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#7B1113
Base
#160303
#380809
#570C0D
#9F1619
#BE1A1D
#E54043
Darker shades and lighter tints of UP Maroon, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#160303
#2B0607
#3F090A
#530B0D
#670E10
#7B1113
Base
#B8191C
#E33336
#EB7072
#F4ACAD
#FCE9E9
Ready-to-use code snippets for #7B1113. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #7B1113;
}
/* Text */
.element {
color: #7B1113;
}
/* Border */
.element {
border: 1px solid #7B1113;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#7B1113,
#11E5E1
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#7B1113,
#11E5E1
);
}
// SCSS variable
$up-maroon: #7B1113;
// With RGB channels (useful for rgba() usage)
$up-maroon-r: 123;
$up-maroon-g: 17;
$up-maroon-b: 19;
// Usage
.element {
background-color: $up-maroon;
color: rgba($up-maroon-r, $up-maroon-g, $up-maroon-b, 0.8);
}
How UP Maroon appears to people with different types of color vision deficiency.
#7B1113
How the color appears with full color vision.
#464608
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#2D2D15
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#7B1111
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#3D3D3D
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.