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