Rosewood (#65000B)
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: 13.48:1 — vs black: 1.56:1
Color values
-
HEX
#65000B -
RGB
rgb(101, 0, 11) -
HSL
hsl(353, 100%, 39%) -
CMYK
cmyk( 0, 100, 89.11, 60.39 ) -
Websafe
#660000
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #65000B based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#65000B
Base
#00655A
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#65000B
Base
#65003E
#652700
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#65000B
Base
#0B6500
#000B65
Two colors flanking the complement — high contrast with less tension than full complementary.
#65000B
Base
#006527
#003E65
Four colors at 90° intervals — rich variety, best when one color dominates.
#65000B
Base
#3E6500
#00655A
#270065
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#65000B
Base
#1A0003
#3C0007
#8E000F
#B10013
#FE001C
Darker shades and lighter tints of Rosewood, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0003
#290004
#380006
#470008
#560009
#65000B
Base
#B20013
#FE001C
#FF4C60
#FF99A4
#FFE6E8
Ready-to-use code snippets for #65000B. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #65000B;
}
/* Text */
.element {
color: #65000B;
}
/* Border */
.element {
border: 1px solid #65000B;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#65000B,
#00CAB4
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#65000B,
#00CAB4
);
}
// SCSS variable
$rosewood: #65000B;
// With RGB channels (useful for rgba() usage)
$rosewood-r: 101;
$rosewood-g: 0;
$rosewood-b: 11;
// Usage
.element {
background-color: $rosewood;
color: rgba($rosewood-r, $rosewood-g, $rosewood-b, 0.8);
}
How Rosewood appears to people with different types of color vision deficiency.
#65000B
How the color appears with full color vision.
#373702
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#20200D
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#650101
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#2F2F2F
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.