Shades of Burgundy #8D052E
Tints of Burgundy #8D052E
RGB
CMYK
RGB Variations
Color information
#8D052E (or 0x8D052E) is known color: Burgundy. HEX triplet: 8D, 05 and 2E. RGB value is (141,5,46). Sum of RGB (Red+Green+Blue) = 141+5+46=192 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.44% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 141 - color contains mainly: red. Hex color #8D052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D052E is #72FAD1. Grayscale: #323232. Windows color (decimal): -7535314 or 3016077. OLE color: 3016077.
HSL color Cylindrical-coordinate representation of color #8D052E: hue angle of 341.91º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D052E is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 46 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.45 |
| HSL | 341.91º | 0.93% | 0.29% | - |
| HSV(B) | 341.91º | 0.96% | 0.55% | - |
| XYZ | 11.53 | 5.97 | 3.13 | - |
| YUV | 50.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 46 | 0 | 0.96 | 0.67 | 0.45 | 341.91 | 0.93 | 0.29 |
| Hex | 8D | 5 | 2E | 0 | 60 | 43 | 2D | 156 | 5D | 1D |
| Octal | 215 | 5 | 56 | 0 | 140 | 103 | 55 | 526 | 135 | 35 |
| Binary | 10001101 | 101 | 101110 | 0 | 1100000 | 1000011 | 101101 | 101010110 | 1011101 | 11101 |
Color Harmonies of #8D052E
Complementary color
Monochromatic Colors of #8D052E
Black with #8D052E
Text Example
Text Example
White with #8D052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D052E; }
p { color: rgb(141,5,46); }
H1.HeaderClassName
{
color: #8D052E;
}
.AnyTagClassName
{
color: #8D052E;
}
</style>
background-color css
<style>
a { background-color: #8D052E; }
a { background-color: rgb(141,5,46); }
div.DivClassName
{
background-color: #8D052E;
}
.BgClassName
{
background-color: #8D052E;
}
</style>
border-color css
<style>
span { border-color: #8D052E; }
span { border-color: rgb(141,5,46); }
td.TdClassName
{
border-color: #8D052E;
}
.TagClassName
{
border-color: #8D052E;
}
</style>