Shades of Burgundy #8D0D3C
Tints of Burgundy #8D0D3C
RGB
CMYK
RGB Variations
Color information
#8D0D3C (or 0x8D0D3C) is known color: Burgundy. HEX triplet: 8D, 0D and 3C. RGB value is (141,13,60). Sum of RGB (Red+Green+Blue) = 141+13+60=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0D3C is #72F2C3. Grayscale: #383838. Windows color (decimal): -7533252 or 3935629. OLE color: 3935629.
HSL color Cylindrical-coordinate representation of color #8D0D3C: hue angle of 337.97º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0D3C is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 13 | 60 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.45 |
| HSL | 337.97º | 0.83% | 0.3% | - |
| HSV(B) | 337.97º | 0.91% | 0.55% | - |
| XYZ | 11.94 | 6.28 | 4.86 | - |
| YUV | 56.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 13 | 60 | 0 | 0.91 | 0.57 | 0.45 | 337.97 | 0.83 | 0.3 |
| Hex | 8D | D | 3C | 0 | 5B | 39 | 2D | 152 | 53 | 1E |
| Octal | 215 | 15 | 74 | 0 | 133 | 71 | 55 | 522 | 123 | 36 |
| Binary | 10001101 | 1101 | 111100 | 0 | 1011011 | 111001 | 101101 | 101010010 | 1010011 | 11110 |
Color Harmonies of #8D0D3C
Complementary color
Monochromatic Colors of #8D0D3C
Black with #8D0D3C
Text Example
Text Example
White with #8D0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0D3C; }
p { color: rgb(141,13,60); }
H1.HeaderClassName
{
color: #8D0D3C;
}
.AnyTagClassName
{
color: #8D0D3C;
}
</style>
background-color css
<style>
a { background-color: #8D0D3C; }
a { background-color: rgb(141,13,60); }
div.DivClassName
{
background-color: #8D0D3C;
}
.BgClassName
{
background-color: #8D0D3C;
}
</style>
border-color css
<style>
span { border-color: #8D0D3C; }
span { border-color: rgb(141,13,60); }
td.TdClassName
{
border-color: #8D0D3C;
}
.TagClassName
{
border-color: #8D0D3C;
}
</style>