Color: #81282B
#81282B Color Information
#81282B is a dark color. The closest websafe version is #81282B. A complement of this color would be #28817E, perceived brightness is 0.26, and the grayscale version is #545454.
In the HSL color space, this color has a hue angle of 358°,a saturation of 53%, and a lightness of 33%.The HSV representation shows a hue of 358°, a saturation of 100%, and a value of 100%.
In a RGB color space, #81282B is composed of 51% red, 16% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 69% magenta, 67% yellow and 49% black.
In the Yxy color space, this color is represented as Y: 6.55, x: 0.5499, and y: 0.3354.
Color Code #81282B
Shades of Color #81282B
Shades are created by darkening the original color #81282B 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 #81282B
Tints are created by lightening the original color #81282B 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.
About #81282B Color Code
In the HSL color space, this color has a hue angle of 358°, a saturation of 53%, and a lightness of 33%. The HSV representation shows a hue of 358°, a saturation of 69%, and a value of 51%.
- HEX: #81282B
- RGB: rgb(129, 40, 43)
- HSL: hsl(358, 53%, 33%)
- HSV: hsv(358, 69%, 51%)
- CMYK: 0.00% cyan, 69.00% magenta, 67.00% yellow, 49.00% black
- XYZ: 10.74, 6.55, 2.24
- Yxy: 6.55, 0.5499, 0.3354
- Hunter Lab: 30.76, 38.97, 20.55
- CIE-Lab: 30.76, 38.97, 20.55
In the XYZ color space, this color is represented as X: 10.74, Y: 6.55, Z: 2.24. The Yxy representation further refines this as Y: 6.55, x: 0.5499, and y: 0.3354.
In the Hunter Lab color space, this color is represented as L: 30.76, a: 38.97, and b: 20.55. Similarly, in the CIE-Lab color space, it is represented as L: 30.76, a: 38.97, and b: 20.55.
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 #81282B
Triadic colors are three colors evenly spaced around the color wheel, including #81282B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #81282B
Monochromatic colors are variations of #81282B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #81282B
The complementary color of #81282B 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 #81282B
/* Using HEX */ body { background-color: #81282b; }
/* Using RGB */ body { background-color: rgb(129, 40, 43); }
/* Using RGB with opacity */ body { background-color: rgba(129, 40, 43, 0.5); }
/* Using HSL */ body { background-color: hsl(358, 53%, 33%); }
/* Text color */ p { color: #81282b; }
/* Box shadow */ div { box-shadow: 4px 4px #81282b; }
HTML Examples of #81282B
<!-- Using HEX --> <div style="background-color: #81282b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(129, 40, 43); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(129, 40, 43, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(358, 53%, 33%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #81282b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #81282b; width: 100px; height: 100px;"></div>
Related Colors of #81282B
These colors are similar to #81282B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.