Color: #64171D

#64171D Color Information

#64171D is a dark color. The closest websafe version is #64171D. A complement of this color would be #17645D, perceived brightness is 0.18, and the grayscale version is #3E3E3E.

In the HSL color space, this color has a hue angle of 355°,a saturation of 63%, and a lightness of 24%.The HSV representation shows a hue of 355°, a saturation of 77%, and a value of 39%.

In a RGB color space, #64171D is composed of 39% red, 9% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 77% magenta, 71% yellow and 61% black.

In the Yxy color space, this color is represented as Y: 3.52, x: 0.5653, and y: 0.3284.

Color Code #64171D

#64171Drgb(100, 23, 29)
HEX
#64171D
RGB
rgb(100, 23, 29)
HSL
hsl(355, 63%, 24%)
HSV
hsv(355, 77%, 39%)
CMYK
0%, 77%, 71%, 61%
XYZ
X: 6.06, Y: 3.52, Z: 1.14
Lab
L: 22.03, a: 34.90, b: 17.61
Name

Shades of Color #64171D

Shades are created by darkening the original color #64171D in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #64171D

Tints are created by lightening the original color #64171D in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#64171Drgb(100, 23, 29)

About #64171D Color Code

In the HSL color space, this color has a hue angle of 355°, a saturation of 63%, and a lightness of 24%. The HSV representation shows a hue of 355°, a saturation of 77%, and a value of 39%.

  • HEX: #64171D
  • RGB: rgb(100, 23, 29)
  • HSL: hsl(355, 63%, 24%)
  • HSV: hsv(355, 77%, 39%)
  • CMYK: 0.00% cyan, 77.00% magenta, 71.00% yellow, 61.00% black
  • XYZ: 6.06, 3.52, 1.14
  • Yxy: 3.52, 0.5653, 0.3284
  • Hunter Lab: 22.03, 34.90, 17.61
  • CIE-Lab: 22.03, 34.90, 17.61

In the XYZ color space, this color is represented as X: 6.06, Y: 3.52, Z: 1.14. The Yxy representation further refines this as Y: 3.52, x: 0.5653, and y: 0.3284.

In the Hunter Lab color space, this color is represented as L: 22.03, a: 34.90, and b: 17.61. Similarly, in the CIE-Lab color space, it is represented as L: 22.03, a: 34.90, and b: 17.61.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #64171D

Triadic colors are three colors evenly spaced around the color wheel, including #64171D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #64171D

Analogous colors are adjacent to #64171D on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #64171D

Split complementary colors are two colors adjacent to the complementary color of #64171D. They create a balanced and visually appealing color scheme.

Tetradic Colors of #64171D

Tetradic colors form a rectangle on the color wheel, including #64171D. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #64171D

Monochromatic colors are variations of #64171D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #64171D

The complementary color of #64171D is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #64171D

/* Using HEX */
body {
  background-color: #64171d;
}
/* Using RGB */
body {
  background-color: rgb(100, 23, 29);
}
/* Using RGB with opacity */
body {
  background-color: rgba(100, 23, 29, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(355, 63%, 24%);
}
/* Text color */
p {
  color: #64171d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #64171d;
}
/* Border color */
.box {
  border: 4px solid #64171d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #64171d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #64171d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#64171D
On Black Background
#64171D
On White Background
#64171D

HTML Examples of #64171D

<!-- Using HEX -->
<div style="background-color: #64171d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(100, 23, 29); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(100, 23, 29, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(355, 63%, 24%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #64171d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #64171d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #64171d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #64171d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #64171d; color: #fff; padding: 16px; border-radius: 8px;">
  #64171D
</div>
#64171D
On Black Background
#64171D
On White Background
#64171D

Related Colors of #64171D

These colors are similar to #64171D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.