Shades of Burgundy #6D0829
Tints of Burgundy #6D0829
RGB
CMYK
RGB Variations
Color information
#6D0829 (or 0x6D0829) is known color: Burgundy. HEX triplet: 6D, 08 and 29. RGB value is (109,8,41). Sum of RGB (Red+Green+Blue) = 109+8+41=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0829 is #92F7D6. Grayscale: #292929. Windows color (decimal): -9631703 or 2689133. OLE color: 2689133.
HSL color Cylindrical-coordinate representation of color #6D0829: hue angle of 340.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0829 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 41 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.57 |
| HSL | 340.4º | 0.86% | 0.23% | - |
| HSV(B) | 340.4º | 0.93% | 0.43% | - |
| XYZ | 6.79 | 3.58 | 2.43 | - |
| YUV | 41.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 41 | 0 | 0.93 | 0.62 | 0.57 | 340.4 | 0.86 | 0.23 |
| Hex | 6D | 8 | 29 | 0 | 5D | 3E | 39 | 154 | 56 | 17 |
| Octal | 155 | 10 | 51 | 0 | 135 | 76 | 71 | 524 | 126 | 27 |
| Binary | 1101101 | 1000 | 101001 | 0 | 1011101 | 111110 | 111001 | 101010100 | 1010110 | 10111 |
Color Harmonies of #6D0829
Complementary color
Monochromatic Colors of #6D0829
Black with #6D0829
Text Example
Text Example
White with #6D0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0829; }
p { color: rgb(109,8,41); }
H1.HeaderClassName
{
color: #6D0829;
}
.AnyTagClassName
{
color: #6D0829;
}
</style>
background-color css
<style>
a { background-color: #6D0829; }
a { background-color: rgb(109,8,41); }
div.DivClassName
{
background-color: #6D0829;
}
.BgClassName
{
background-color: #6D0829;
}
</style>
border-color css
<style>
span { border-color: #6D0829; }
span { border-color: rgb(109,8,41); }
td.TdClassName
{
border-color: #6D0829;
}
.TagClassName
{
border-color: #6D0829;
}
</style>