Shades of Burgundy #8D0536
Tints of Burgundy #8D0536
RGB
CMYK
RGB Variations
Color information
#8D0536 (or 0x8D0536) is known color: Burgundy. HEX triplet: 8D, 05 and 36. RGB value is (141,5,54). Sum of RGB (Red+Green+Blue) = 141+5+54=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0536 is #72FAC9. Grayscale: #333333. Windows color (decimal): -7535306 or 3540365. OLE color: 3540365.
HSL color Cylindrical-coordinate representation of color #8D0536: hue angle of 338.38º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0536 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 54 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.45 |
| HSL | 338.38º | 0.93% | 0.29% | - |
| HSV(B) | 338.38º | 0.96% | 0.55% | - |
| XYZ | 11.7 | 6.04 | 4.04 | - |
| YUV | 51.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 54 | 0 | 0.96 | 0.62 | 0.45 | 338.38 | 0.93 | 0.29 |
| Hex | 8D | 5 | 36 | 0 | 60 | 3E | 2D | 152 | 5D | 1D |
| Octal | 215 | 5 | 66 | 0 | 140 | 76 | 55 | 522 | 135 | 35 |
| Binary | 10001101 | 101 | 110110 | 0 | 1100000 | 111110 | 101101 | 101010010 | 1011101 | 11101 |
Color Harmonies of #8D0536
Complementary color
Monochromatic Colors of #8D0536
Black with #8D0536
Text Example
Text Example
White with #8D0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0536; }
p { color: rgb(141,5,54); }
H1.HeaderClassName
{
color: #8D0536;
}
.AnyTagClassName
{
color: #8D0536;
}
</style>
background-color css
<style>
a { background-color: #8D0536; }
a { background-color: rgb(141,5,54); }
div.DivClassName
{
background-color: #8D0536;
}
.BgClassName
{
background-color: #8D0536;
}
</style>
border-color css
<style>
span { border-color: #8D0536; }
span { border-color: rgb(141,5,54); }
td.TdClassName
{
border-color: #8D0536;
}
.TagClassName
{
border-color: #8D0536;
}
</style>