Shades of Burgundy #8D0E3C
Tints of Burgundy #8D0E3C
RGB
CMYK
RGB Variations
Color information
#8D0E3C (or 0x8D0E3C) is known color: Burgundy. HEX triplet: 8D, 0E and 3C. RGB value is (141,14,60). Sum of RGB (Red+Green+Blue) = 141+14+60=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0E3C is #72F1C3. Grayscale: #393939. Windows color (decimal): -7532996 or 3935885. OLE color: 3935885.
HSL color Cylindrical-coordinate representation of color #8D0E3C: hue angle of 338.27º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E3C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 14 | 60 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.45 |
| HSL | 338.27º | 0.82% | 0.3% | - |
| HSV(B) | 338.27º | 0.9% | 0.55% | - |
| XYZ | 11.96 | 6.3 | 4.86 | - |
| YUV | 57.22 | 129.58 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 14 | 60 | 0 | 0.90 | 0.57 | 0.45 | 338.27 | 0.82 | 0.3 |
| Hex | 8D | E | 3C | 0 | 5A | 39 | 2D | 152 | 52 | 1E |
| Octal | 215 | 16 | 74 | 0 | 132 | 71 | 55 | 522 | 122 | 36 |
| Binary | 10001101 | 1110 | 111100 | 0 | 1011010 | 111001 | 101101 | 101010010 | 1010010 | 11110 |
Color Harmonies of #8D0E3C
Complementary color
Monochromatic Colors of #8D0E3C
Black with #8D0E3C
Text Example
Text Example
White with #8D0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0E3C; }
p { color: rgb(141,14,60); }
H1.HeaderClassName
{
color: #8D0E3C;
}
.AnyTagClassName
{
color: #8D0E3C;
}
</style>
background-color css
<style>
a { background-color: #8D0E3C; }
a { background-color: rgb(141,14,60); }
div.DivClassName
{
background-color: #8D0E3C;
}
.BgClassName
{
background-color: #8D0E3C;
}
</style>
border-color css
<style>
span { border-color: #8D0E3C; }
span { border-color: rgb(141,14,60); }
td.TdClassName
{
border-color: #8D0E3C;
}
.TagClassName
{
border-color: #8D0E3C;
}
</style>