Shades of Burgundy #8D0B3F
Tints of Burgundy #8D0B3F
RGB
CMYK
RGB Variations
Color information
#8D0B3F (or 0x8D0B3F) is known color: Burgundy. HEX triplet: 8D, 0B and 3F. RGB value is (141,11,63). Sum of RGB (Red+Green+Blue) = 141+11+63=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0B3F is #72F4C0. Grayscale: #373737. Windows color (decimal): -7533761 or 4131725. OLE color: 4131725.
HSL color Cylindrical-coordinate representation of color #8D0B3F: hue angle of 336º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0B3F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 11 | 63 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.45 |
| HSL | 336º | 0.86% | 0.3% | - |
| HSV(B) | 336º | 0.92% | 0.55% | - |
| XYZ | 12 | 6.26 | 5.28 | - |
| YUV | 55.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 63 | 0 | 0.92 | 0.55 | 0.45 | 336 | 0.86 | 0.3 |
| Hex | 8D | B | 3F | 0 | 5C | 37 | 2D | 150 | 56 | 1E |
| Octal | 215 | 13 | 77 | 0 | 134 | 67 | 55 | 520 | 126 | 36 |
| Binary | 10001101 | 1011 | 111111 | 0 | 1011100 | 110111 | 101101 | 101010000 | 1010110 | 11110 |
Color Harmonies of #8D0B3F
Complementary color
Monochromatic Colors of #8D0B3F
Black with #8D0B3F
Text Example
Text Example
White with #8D0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0B3F; }
p { color: rgb(141,11,63); }
H1.HeaderClassName
{
color: #8D0B3F;
}
.AnyTagClassName
{
color: #8D0B3F;
}
</style>
background-color css
<style>
a { background-color: #8D0B3F; }
a { background-color: rgb(141,11,63); }
div.DivClassName
{
background-color: #8D0B3F;
}
.BgClassName
{
background-color: #8D0B3F;
}
</style>
border-color css
<style>
span { border-color: #8D0B3F; }
span { border-color: rgb(141,11,63); }
td.TdClassName
{
border-color: #8D0B3F;
}
.TagClassName
{
border-color: #8D0B3F;
}
</style>