Shades of Burgundy #8D012A
Tints of Burgundy #8D012A
RGB
CMYK
RGB Variations
Color information
#8D012A (or 0x8D012A) is known color: Burgundy. HEX triplet: 8D, 01 and 2A. RGB value is (141,1,42). Sum of RGB (Red+Green+Blue) = 141+1+42=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D012A is #72FED5. Grayscale: #2F2F2F. Windows color (decimal): -7536342 or 2752909. OLE color: 2752909.
HSL color Cylindrical-coordinate representation of color #8D012A: hue angle of 342.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D012A is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.45 |
| HSL | 342.43º | 0.99% | 0.28% | - |
| HSV(B) | 342.43º | 0.99% | 0.55% | - |
| XYZ | 11.41 | 5.85 | 2.72 | - |
| YUV | 47.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 42 | 0 | 0.99 | 0.70 | 0.45 | 342.43 | 0.99 | 0.28 |
| Hex | 8D | 1 | 2A | 0 | 63 | 46 | 2D | 156 | 63 | 1C |
| Octal | 215 | 1 | 52 | 0 | 143 | 106 | 55 | 526 | 143 | 34 |
| Binary | 10001101 | 1 | 101010 | 0 | 1100011 | 1000110 | 101101 | 101010110 | 1100011 | 11100 |
Color Harmonies of #8D012A
Complementary color
Monochromatic Colors of #8D012A
Black with #8D012A
Text Example
Text Example
White with #8D012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D012A; }
p { color: rgb(141,1,42); }
H1.HeaderClassName
{
color: #8D012A;
}
.AnyTagClassName
{
color: #8D012A;
}
</style>
background-color css
<style>
a { background-color: #8D012A; }
a { background-color: rgb(141,1,42); }
div.DivClassName
{
background-color: #8D012A;
}
.BgClassName
{
background-color: #8D012A;
}
</style>
border-color css
<style>
span { border-color: #8D012A; }
span { border-color: rgb(141,1,42); }
td.TdClassName
{
border-color: #8D012A;
}
.TagClassName
{
border-color: #8D012A;
}
</style>