Sangria (#92000A)
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: 9.43:1 — vs black: 2.23:1
Color values
-
HEX
#92000A -
RGB
rgb(146, 0, 10) -
HSL
hsl(355, 100%, 57%) -
CMYK
cmyk( 0, 100, 93.15, 42.75 )
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #92000A based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#92000A
Base
#009288
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#92000A
Base
#920053
#923F00
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#92000A
Base
#0A9200
#000A92
Two colors flanking the complement — high contrast with less tension than full complementary.
#92000A
Base
#00923F
#005392
Four colors at 90° intervals — rich variety, best when one color dominates.
#92000A
Base
#539200
#009288
#3F0092
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#92000A
Base
#1A0002
#460005
#690007
#BB000D
#DF000F
#FF2C3A
Darker shades and lighter tints of Sangria, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0002
#320003
#4A0005
#620007
#7A0008
#92000A
Base
#D6000F
#FF1A2A
#FF5E69
#FFA2A8
#FFE6E7
Ready-to-use code snippets for #92000A. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #92000A;
}
/* Text */
.element {
color: #92000A;
}
/* Border */
.element {
border: 1px solid #92000A;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#92000A,
#25FFF0
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#92000A,
#25FFF0
);
}
// SCSS variable
$sangria: #92000A;
// With RGB channels (useful for rgba() usage)
$sangria-r: 146;
$sangria-g: 0;
$sangria-b: 10;
// Usage
.element {
background-color: $sangria;
color: rgba($sangria-r, $sangria-g, $sangria-b, 0.8);
}
How Sangria appears to people with different types of color vision deficiency.
#92000A
How the color appears with full color vision.
#525200
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#31310E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#920101
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#464646
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.