Shades of Burgundy #6D0729
Tints of Burgundy #6D0729
RGB
CMYK
RGB Variations
Color information
#6D0729 (or 0x6D0729) is known color: Burgundy. HEX triplet: 6D, 07 and 29. RGB value is (109,7,41). Sum of RGB (Red+Green+Blue) = 109+7+41=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0729 is #92F8D6. Grayscale: #292929. Windows color (decimal): -9631959 or 2688877. OLE color: 2688877.
HSL color Cylindrical-coordinate representation of color #6D0729: hue angle of 340º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0729 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 41 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.57 |
| HSL | 340º | 0.88% | 0.23% | - |
| HSV(B) | 340º | 0.94% | 0.43% | - |
| XYZ | 6.78 | 3.56 | 2.43 | - |
| YUV | 41.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 41 | 0 | 0.94 | 0.62 | 0.57 | 340 | 0.88 | 0.23 |
| Hex | 6D | 7 | 29 | 0 | 5E | 3E | 39 | 154 | 58 | 17 |
| Octal | 155 | 7 | 51 | 0 | 136 | 76 | 71 | 524 | 130 | 27 |
| Binary | 1101101 | 111 | 101001 | 0 | 1011110 | 111110 | 111001 | 101010100 | 1011000 | 10111 |
Color Harmonies of #6D0729
Complementary color
Monochromatic Colors of #6D0729
Black with #6D0729
Text Example
Text Example
White with #6D0729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0729; }
p { color: rgb(109,7,41); }
H1.HeaderClassName
{
color: #6D0729;
}
.AnyTagClassName
{
color: #6D0729;
}
</style>
background-color css
<style>
a { background-color: #6D0729; }
a { background-color: rgb(109,7,41); }
div.DivClassName
{
background-color: #6D0729;
}
.BgClassName
{
background-color: #6D0729;
}
</style>
border-color css
<style>
span { border-color: #6D0729; }
span { border-color: rgb(109,7,41); }
td.TdClassName
{
border-color: #6D0729;
}
.TagClassName
{
border-color: #6D0729;
}
</style>