Shades of Burgundy #8D032A
Tints of Burgundy #8D032A
RGB
CMYK
RGB Variations
Color information
#8D032A (or 0x8D032A) is known color: Burgundy. HEX triplet: 8D, 03 and 2A. RGB value is (141,3,42). Sum of RGB (Red+Green+Blue) = 141+3+42=186 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.81% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 141 - color contains mainly: red. Hex color #8D032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D032A is #72FCD5. Grayscale: #303030. Windows color (decimal): -7535830 or 2753421. OLE color: 2753421.
HSL color Cylindrical-coordinate representation of color #8D032A: hue angle of 343.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D032A is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.45 |
| HSL | 343.04º | 0.96% | 0.28% | - |
| HSV(B) | 343.04º | 0.98% | 0.55% | - |
| XYZ | 11.43 | 5.9 | 2.73 | - |
| YUV | 48.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 42 | 0 | 0.98 | 0.70 | 0.45 | 343.04 | 0.96 | 0.28 |
| Hex | 8D | 3 | 2A | 0 | 62 | 46 | 2D | 157 | 60 | 1C |
| Octal | 215 | 3 | 52 | 0 | 142 | 106 | 55 | 527 | 140 | 34 |
| Binary | 10001101 | 11 | 101010 | 0 | 1100010 | 1000110 | 101101 | 101010111 | 1100000 | 11100 |
Color Harmonies of #8D032A
Complementary color
Monochromatic Colors of #8D032A
Black with #8D032A
Text Example
Text Example
White with #8D032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D032A; }
p { color: rgb(141,3,42); }
H1.HeaderClassName
{
color: #8D032A;
}
.AnyTagClassName
{
color: #8D032A;
}
</style>
background-color css
<style>
a { background-color: #8D032A; }
a { background-color: rgb(141,3,42); }
div.DivClassName
{
background-color: #8D032A;
}
.BgClassName
{
background-color: #8D032A;
}
</style>
border-color css
<style>
span { border-color: #8D032A; }
span { border-color: rgb(141,3,42); }
td.TdClassName
{
border-color: #8D032A;
}
.TagClassName
{
border-color: #8D032A;
}
</style>