Shades of Burgundy #8D0C39
Tints of Burgundy #8D0C39
RGB
CMYK
RGB Variations
Color information
#8D0C39 (or 0x8D0C39) is known color: Burgundy. HEX triplet: 8D, 0C and 39. RGB value is (141,12,57). Sum of RGB (Red+Green+Blue) = 141+12+57=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0C39 is #72F3C6. Grayscale: #373737. Windows color (decimal): -7533511 or 3738765. OLE color: 3738765.
HSL color Cylindrical-coordinate representation of color #8D0C39: hue angle of 339.07º degrees, saturation: 0.84, 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 #8D0C39 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 12 | 57 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.45 |
| HSL | 339.07º | 0.84% | 0.3% | - |
| HSV(B) | 339.07º | 0.91% | 0.55% | - |
| XYZ | 11.85 | 6.22 | 4.45 | - |
| YUV | 55.7 | 128.74 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 57 | 0 | 0.91 | 0.60 | 0.45 | 339.07 | 0.84 | 0.3 |
| Hex | 8D | C | 39 | 0 | 5B | 3C | 2D | 153 | 54 | 1E |
| Octal | 215 | 14 | 71 | 0 | 133 | 74 | 55 | 523 | 124 | 36 |
| Binary | 10001101 | 1100 | 111001 | 0 | 1011011 | 111100 | 101101 | 101010011 | 1010100 | 11110 |
Color Harmonies of #8D0C39
Complementary color
Monochromatic Colors of #8D0C39
Black with #8D0C39
Text Example
Text Example
White with #8D0C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0C39; }
p { color: rgb(141,12,57); }
H1.HeaderClassName
{
color: #8D0C39;
}
.AnyTagClassName
{
color: #8D0C39;
}
</style>
background-color css
<style>
a { background-color: #8D0C39; }
a { background-color: rgb(141,12,57); }
div.DivClassName
{
background-color: #8D0C39;
}
.BgClassName
{
background-color: #8D0C39;
}
</style>
border-color css
<style>
span { border-color: #8D0C39; }
span { border-color: rgb(141,12,57); }
td.TdClassName
{
border-color: #8D0C39;
}
.TagClassName
{
border-color: #8D0C39;
}
</style>