Shades of Burgundy #8D062A
Tints of Burgundy #8D062A
RGB
CMYK
RGB Variations
Color information
#8D062A (or 0x8D062A) is known color: Burgundy. HEX triplet: 8D, 06 and 2A. RGB value is (141,6,42). Sum of RGB (Red+Green+Blue) = 141+6+42=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D062A is #72F9D5. Grayscale: #323232. Windows color (decimal): -7535062 or 2754189. OLE color: 2754189.
HSL color Cylindrical-coordinate representation of color #8D062A: hue angle of 344º degrees, saturation: 0.92, 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 #8D062A is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 42 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.45 |
| HSL | 344º | 0.92% | 0.29% | - |
| HSV(B) | 344º | 0.96% | 0.55% | - |
| XYZ | 11.47 | 5.96 | 2.74 | - |
| YUV | 50.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 42 | 0 | 0.96 | 0.70 | 0.45 | 344 | 0.92 | 0.29 |
| Hex | 8D | 6 | 2A | 0 | 60 | 46 | 2D | 158 | 5C | 1D |
| Octal | 215 | 6 | 52 | 0 | 140 | 106 | 55 | 530 | 134 | 35 |
| Binary | 10001101 | 110 | 101010 | 0 | 1100000 | 1000110 | 101101 | 101011000 | 1011100 | 11101 |
Color Harmonies of #8D062A
Complementary color
Monochromatic Colors of #8D062A
Black with #8D062A
Text Example
Text Example
White with #8D062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D062A; }
p { color: rgb(141,6,42); }
H1.HeaderClassName
{
color: #8D062A;
}
.AnyTagClassName
{
color: #8D062A;
}
</style>
background-color css
<style>
a { background-color: #8D062A; }
a { background-color: rgb(141,6,42); }
div.DivClassName
{
background-color: #8D062A;
}
.BgClassName
{
background-color: #8D062A;
}
</style>
border-color css
<style>
span { border-color: #8D062A; }
span { border-color: rgb(141,6,42); }
td.TdClassName
{
border-color: #8D062A;
}
.TagClassName
{
border-color: #8D062A;
}
</style>