Color: #73251D

#73251D Color Information

#73251D is a dark color. The closest websafe version is #73251D. A complement of this color would be #1D6A72, perceived brightness is 0.23, and the grayscale version is #484848.

In the HSL color space, this color has a hue angle of 6°,a saturation of 60%, and a lightness of 28%.The HSV representation shows a hue of 6°, a saturation of 75%, and a value of 45%.

In a RGB color space, #73251D is composed of 45% red, 15% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 68% magenta, 75% yellow and 55% black.

In the Yxy color space, this color is represented as Y: 5.22, x: 0.5618, and y: 0.3508.

Color Code #73251D

#73251Drgb(115, 37, 29)
HEX
#73251D
RGB
rgb(115, 37, 29)
HSL
hsl(6, 60%, 28%)
HSV
hsv(6, 75%, 45%)
CMYK
0%, 68%, 75%, 55%
XYZ
X: 8.36, Y: 5.22, Z: 1.30
Lab
L: 27.34, a: 34.53, b: 24.64
Name

Shades of Color #73251D

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

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

#73251Drgb(115, 37, 29)

About #73251D Color Code

In the HSL color space, this color has a hue angle of 6°, a saturation of 60%, and a lightness of 28%. The HSV representation shows a hue of 6°, a saturation of 75%, and a value of 45%.

  • HEX: #73251D
  • RGB: rgb(115, 37, 29)
  • HSL: hsl(6, 60%, 28%)
  • HSV: hsv(6, 75%, 45%)
  • CMYK: 0.00% cyan, 68.00% magenta, 75.00% yellow, 55.00% black
  • XYZ: 8.36, 5.22, 1.30
  • Yxy: 5.22, 0.5618, 0.3508
  • Hunter Lab: 27.34, 34.53, 24.64
  • CIE-Lab: 27.34, 34.53, 24.64

In the XYZ color space, this color is represented as X: 8.36, Y: 5.22, Z: 1.30. The Yxy representation further refines this as Y: 5.22, x: 0.5618, and y: 0.3508.

In the Hunter Lab color space, this color is represented as L: 27.34, a: 34.53, and b: 24.64. Similarly, in the CIE-Lab color space, it is represented as L: 27.34, a: 34.53, and b: 24.64.

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 #73251D

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

Analogous Colors of #73251D

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

Split Complementary Colors of #73251D

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

Tetradic Colors of #73251D

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

Monochromatic Colors of #73251D

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

Complementary Color of #73251D

The complementary color of #73251D 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 #73251D

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

HTML Examples of #73251D

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

Related Colors of #73251D

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