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

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
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

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #65000B based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Rosewood
#65000B Base
#00655A
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Rosewood
#65000B Base
#65003E
#652700
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Rosewood
#65000B Base
#0B6500
#000B65
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Rosewood
#65000B Base
#006527
#003E65
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Rosewood
#65000B Base
#3E6500
#00655A
#270065
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Rosewood
#65000B Base
#1A0003
#3C0007
#8E000F
#B10013
#FE001C
Shades & Tints

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
Rosewood #65000B Base
#B20013
#FE001C
#FF4C60
#FF99A4
#FFE6E8
CSS & SCSS Snippets

Ready-to-use code snippets for #65000B. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #65000B;
}

/* Text */
.element {
    color: #65000B;
}

/* Border */
.element {
    border: 1px solid #65000B;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #65000B,
        #00CAB4
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #65000B,
        #00CAB4
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Rosewood appears to people with different types of color vision deficiency.

Normal Vision #65000B How the color appears with full color vision.
Deuteranopia #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.
Protanopia #20200D Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #650101 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #2F2F2F Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Rosewood ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Rosewood #65000B Base
Persian Plum #701C1C ΔE 4.35
UP Maroon #7B1113 ΔE 5.04
Falu Red #801818 ΔE 6.24
Bulgarian Rose #480607 ΔE 6.40

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.