Shades of Burgundy #8D032E
Tints of Burgundy #8D032E
RGB
CMYK
RGB Variations
Color information
#8D032E (or 0x8D032E) is known color: Burgundy. HEX triplet: 8D, 03 and 2E. RGB value is (141,3,46). Sum of RGB (Red+Green+Blue) = 141+3+46=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D032E is #72FCD1. Grayscale: #313131. Windows color (decimal): -7535826 or 3015565. OLE color: 3015565.
HSL color Cylindrical-coordinate representation of color #8D032E: hue angle of 341.3º 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 #8D032E is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.45 |
| HSL | 341.3º | 0.96% | 0.28% | - |
| HSV(B) | 341.3º | 0.98% | 0.55% | - |
| XYZ | 11.51 | 5.93 | 3.12 | - |
| YUV | 49.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 46 | 0 | 0.98 | 0.67 | 0.45 | 341.3 | 0.96 | 0.28 |
| Hex | 8D | 3 | 2E | 0 | 62 | 43 | 2D | 155 | 60 | 1C |
| Octal | 215 | 3 | 56 | 0 | 142 | 103 | 55 | 525 | 140 | 34 |
| Binary | 10001101 | 11 | 101110 | 0 | 1100010 | 1000011 | 101101 | 101010101 | 1100000 | 11100 |
Color Harmonies of #8D032E
Complementary color
Monochromatic Colors of #8D032E
Black with #8D032E
Text Example
Text Example
White with #8D032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D032E; }
p { color: rgb(141,3,46); }
H1.HeaderClassName
{
color: #8D032E;
}
.AnyTagClassName
{
color: #8D032E;
}
</style>
background-color css
<style>
a { background-color: #8D032E; }
a { background-color: rgb(141,3,46); }
div.DivClassName
{
background-color: #8D032E;
}
.BgClassName
{
background-color: #8D032E;
}
</style>
border-color css
<style>
span { border-color: #8D032E; }
span { border-color: rgb(141,3,46); }
td.TdClassName
{
border-color: #8D032E;
}
.TagClassName
{
border-color: #8D032E;
}
</style>