Color: #71300B

#71300B Color Information

#71300B is a dark color. The closest websafe version is #71300B. A complement of this color would be #0B4B6F, perceived brightness is 0.25, and the grayscale version is #3E3E3E.

In the HSL color space, this color has a hue angle of 22°,a saturation of 82%, and a lightness of 24%.The HSV representation shows a hue of 22°, a saturation of 90%, and a value of 44%.

In a RGB color space, #71300B is composed of 44% red, 19% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 90% yellow and 56% black.

In the Yxy color space, this color is represented as Y: 5.81, x: 0.5608, and y: 0.3884.

Color Code #71300B

#71300Brgb(113, 48, 11)
HEX
#71300B
RGB
rgb(113, 48, 11)
HSL
hsl(22, 82%, 24%)
HSV
hsv(22, 90%, 44%)
CMYK
0%, 58%, 90%, 56%
XYZ
X: 8.39, Y: 5.81, Z: 0.76
Lab
L: 28.94, a: 27.84, b: 35.63
Name

Shades of Color #71300B

Shades are created by darkening the original color #71300B 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 #71300B

Tints are created by lightening the original color #71300B 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.

#71300Brgb(113, 48, 11)

About #71300B Color Code

In the HSL color space, this color has a hue angle of 22°, a saturation of 82%, and a lightness of 24%. The HSV representation shows a hue of 22°, a saturation of 90%, and a value of 44%.

  • HEX: #71300B
  • RGB: rgb(113, 48, 11)
  • HSL: hsl(22, 82%, 24%)
  • HSV: hsv(22, 90%, 44%)
  • CMYK: 0.00% cyan, 58.00% magenta, 90.00% yellow, 56.00% black
  • XYZ: 8.39, 5.81, 0.76
  • Yxy: 5.81, 0.5608, 0.3884
  • Hunter Lab: 28.94, 27.84, 35.63
  • CIE-Lab: 28.94, 27.84, 35.63

In the XYZ color space, this color is represented as X: 8.39, Y: 5.81, Z: 0.76. The Yxy representation further refines this as Y: 5.81, x: 0.5608, and y: 0.3884.

In the Hunter Lab color space, this color is represented as L: 28.94, a: 27.84, and b: 35.63. Similarly, in the CIE-Lab color space, it is represented as L: 28.94, a: 27.84, and b: 35.63.

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 #71300B

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

Analogous Colors of #71300B

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

Monochromatic Colors of #71300B

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

Complementary Color of #71300B

The complementary color of #71300B 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 #71300B

/* Using HEX */
body {
  background-color: #71300b;
}
/* Using RGB */
body {
  background-color: rgb(113, 48, 11);
}
/* Using RGB with opacity */
body {
  background-color: rgba(113, 48, 11, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(22, 82%, 24%);
}
/* Text color */
p {
  color: #71300b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #71300b;
}
/* Border color */
.box {
  border: 4px solid #71300b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #71300b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #71300b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#71300B
On Black Background
#71300B
On White Background
#71300B

HTML Examples of #71300B

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

Related Colors of #71300B

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