Shades of Burgundy #8D122A
Tints of Burgundy #8D122A
RGB
CMYK
RGB Variations
Color information
#8D122A (or 0x8D122A) is known color: Burgundy. HEX triplet: 8D, 12 and 2A. RGB value is (141,18,42). Sum of RGB (Red+Green+Blue) = 141+18+42=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D122A is #72EDD5. Grayscale: #393939. Windows color (decimal): -7531990 or 2757261. OLE color: 2757261.
HSL color Cylindrical-coordinate representation of color #8D122A: hue angle of 348.29º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D122A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 18 | 42 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.45 |
| HSL | 348.29º | 0.77% | 0.31% | - |
| HSV(B) | 348.29º | 0.87% | 0.55% | - |
| XYZ | 11.62 | 6.26 | 2.79 | - |
| YUV | 57.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 18 | 42 | 0 | 0.87 | 0.70 | 0.45 | 348.29 | 0.77 | 0.31 |
| Hex | 8D | 12 | 2A | 0 | 57 | 46 | 2D | 15C | 4D | 1F |
| Octal | 215 | 22 | 52 | 0 | 127 | 106 | 55 | 534 | 115 | 37 |
| Binary | 10001101 | 10010 | 101010 | 0 | 1010111 | 1000110 | 101101 | 101011100 | 1001101 | 11111 |
Color Harmonies of #8D122A
Complementary color
Monochromatic Colors of #8D122A
Black with #8D122A
Text Example
Text Example
White with #8D122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D122A; }
p { color: rgb(141,18,42); }
H1.HeaderClassName
{
color: #8D122A;
}
.AnyTagClassName
{
color: #8D122A;
}
</style>
background-color css
<style>
a { background-color: #8D122A; }
a { background-color: rgb(141,18,42); }
div.DivClassName
{
background-color: #8D122A;
}
.BgClassName
{
background-color: #8D122A;
}
</style>
border-color css
<style>
span { border-color: #8D122A; }
span { border-color: rgb(141,18,42); }
td.TdClassName
{
border-color: #8D122A;
}
.TagClassName
{
border-color: #8D122A;
}
</style>