Shades of Burgundy #8D033E
Tints of Burgundy #8D033E
RGB
CMYK
RGB Variations
Color information
#8D033E (or 0x8D033E) is known color: Burgundy. HEX triplet: 8D, 03 and 3E. RGB value is (141,3,62). Sum of RGB (Red+Green+Blue) = 141+3+62=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D033E is #72FCC1. Grayscale: #323232. Windows color (decimal): -7535810 or 4064141. OLE color: 4064141.
HSL color Cylindrical-coordinate representation of color #8D033E: hue angle of 334.35º 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 #8D033E is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 62 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.45 |
| HSL | 334.35º | 0.96% | 0.28% | - |
| HSV(B) | 334.35º | 0.98% | 0.55% | - |
| XYZ | 11.89 | 6.08 | 5.1 | - |
| YUV | 50.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 62 | 0 | 0.98 | 0.56 | 0.45 | 334.35 | 0.96 | 0.28 |
| Hex | 8D | 3 | 3E | 0 | 62 | 38 | 2D | 14E | 60 | 1C |
| Octal | 215 | 3 | 76 | 0 | 142 | 70 | 55 | 516 | 140 | 34 |
| Binary | 10001101 | 11 | 111110 | 0 | 1100010 | 111000 | 101101 | 101001110 | 1100000 | 11100 |
Color Harmonies of #8D033E
Complementary color
Monochromatic Colors of #8D033E
Black with #8D033E
Text Example
Text Example
White with #8D033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D033E; }
p { color: rgb(141,3,62); }
H1.HeaderClassName
{
color: #8D033E;
}
.AnyTagClassName
{
color: #8D033E;
}
</style>
background-color css
<style>
a { background-color: #8D033E; }
a { background-color: rgb(141,3,62); }
div.DivClassName
{
background-color: #8D033E;
}
.BgClassName
{
background-color: #8D033E;
}
</style>
border-color css
<style>
span { border-color: #8D033E; }
span { border-color: rgb(141,3,62); }
td.TdClassName
{
border-color: #8D033E;
}
.TagClassName
{
border-color: #8D033E;
}
</style>