Shades of Burgundy #8D0A39
Tints of Burgundy #8D0A39
RGB
CMYK
RGB Variations
Color information
#8D0A39 (or 0x8D0A39) is known color: Burgundy. HEX triplet: 8D, 0A and 39. RGB value is (141,10,57). Sum of RGB (Red+Green+Blue) = 141+10+57=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0A39 is #72F5C6. Grayscale: #363636. Windows color (decimal): -7534023 or 3738253. OLE color: 3738253.
HSL color Cylindrical-coordinate representation of color #8D0A39: hue angle of 338.47º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A39 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 10 | 57 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.45 |
| HSL | 338.47º | 0.87% | 0.3% | - |
| HSV(B) | 338.47º | 0.93% | 0.55% | - |
| XYZ | 11.83 | 6.18 | 4.44 | - |
| YUV | 54.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 57 | 0 | 0.93 | 0.60 | 0.45 | 338.47 | 0.87 | 0.3 |
| Hex | 8D | A | 39 | 0 | 5D | 3C | 2D | 152 | 57 | 1E |
| Octal | 215 | 12 | 71 | 0 | 135 | 74 | 55 | 522 | 127 | 36 |
| Binary | 10001101 | 1010 | 111001 | 0 | 1011101 | 111100 | 101101 | 101010010 | 1010111 | 11110 |
Color Harmonies of #8D0A39
Complementary color
Monochromatic Colors of #8D0A39
Black with #8D0A39
Text Example
Text Example
White with #8D0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0A39; }
p { color: rgb(141,10,57); }
H1.HeaderClassName
{
color: #8D0A39;
}
.AnyTagClassName
{
color: #8D0A39;
}
</style>
background-color css
<style>
a { background-color: #8D0A39; }
a { background-color: rgb(141,10,57); }
div.DivClassName
{
background-color: #8D0A39;
}
.BgClassName
{
background-color: #8D0A39;
}
</style>
border-color css
<style>
span { border-color: #8D0A39; }
span { border-color: rgb(141,10,57); }
td.TdClassName
{
border-color: #8D0A39;
}
.TagClassName
{
border-color: #8D0A39;
}
</style>