Shades of Burgundy #8D0032
Tints of Burgundy #8D0032
RGB
CMYK
RGB Variations
Color information
#8D0032 (or 0x8D0032) is known color: Burgundy. HEX triplet: 8D, 00 and 32. RGB value is (141,0,50). Sum of RGB (Red+Green+Blue) = 141+0+50=191 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.82% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0032 is #72FFCD. Grayscale: #2F2F2F. Windows color (decimal): -7536590 or 3276941. OLE color: 3276941.
HSL color Cylindrical-coordinate representation of color #8D0032: hue angle of 338.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D0032 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.65 | 0.45 |
| HSL | 338.72º | 1% | 0.28% | - |
| HSV(B) | 338.72º | 1% | 0.55% | - |
| XYZ | 11.56 | 5.89 | 3.55 | - |
| YUV | 47.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 50 | 0 | 1 | 0.65 | 0.45 | 338.72 | 1 | 0.28 |
| Hex | 8D | 0 | 32 | 0 | 64 | 41 | 2D | 153 | 64 | 1C |
| Octal | 215 | 0 | 62 | 0 | 144 | 101 | 55 | 523 | 144 | 34 |
| Binary | 10001101 | 0 | 110010 | 0 | 1100100 | 1000001 | 101101 | 101010011 | 1100100 | 11100 |
Color Harmonies of #8D0032
Complementary color
Monochromatic Colors of #8D0032
Black with #8D0032
Text Example
Text Example
White with #8D0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0032; }
p { color: rgb(141,0,50); }
H1.HeaderClassName
{
color: #8D0032;
}
.AnyTagClassName
{
color: #8D0032;
}
</style>
background-color css
<style>
a { background-color: #8D0032; }
a { background-color: rgb(141,0,50); }
div.DivClassName
{
background-color: #8D0032;
}
.BgClassName
{
background-color: #8D0032;
}
</style>
border-color css
<style>
span { border-color: #8D0032; }
span { border-color: rgb(141,0,50); }
td.TdClassName
{
border-color: #8D0032;
}
.TagClassName
{
border-color: #8D0032;
}
</style>