Shades of Burgundy #6A0829
Tints of Burgundy #6A0829
RGB
CMYK
RGB Variations
Color information
#6A0829 (or 0x6A0829) is known color: Burgundy. HEX triplet: 6A, 08 and 29. RGB value is (106,8,41). Sum of RGB (Red+Green+Blue) = 106+8+41=155 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.39% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0829 is #95F7D6. Grayscale: #292929. Windows color (decimal): -9828311 or 2689130. OLE color: 2689130.
HSL color Cylindrical-coordinate representation of color #6A0829: hue angle of 339.8º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0829 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 41 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.58 |
| HSL | 339.8º | 0.86% | 0.22% | - |
| HSV(B) | 339.8º | 0.92% | 0.42% | - |
| XYZ | 6.43 | 3.4 | 2.41 | - |
| YUV | 41.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 41 | 0 | 0.92 | 0.61 | 0.58 | 339.8 | 0.86 | 0.22 |
| Hex | 6A | 8 | 29 | 0 | 5C | 3D | 3A | 154 | 56 | 16 |
| Octal | 152 | 10 | 51 | 0 | 134 | 75 | 72 | 524 | 126 | 26 |
| Binary | 1101010 | 1000 | 101001 | 0 | 1011100 | 111101 | 111010 | 101010100 | 1010110 | 10110 |
Color Harmonies of #6A0829
Complementary color
Monochromatic Colors of #6A0829
Black with #6A0829
Text Example
Text Example
White with #6A0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0829; }
p { color: rgb(106,8,41); }
H1.HeaderClassName
{
color: #6A0829;
}
.AnyTagClassName
{
color: #6A0829;
}
</style>
background-color css
<style>
a { background-color: #6A0829; }
a { background-color: rgb(106,8,41); }
div.DivClassName
{
background-color: #6A0829;
}
.BgClassName
{
background-color: #6A0829;
}
</style>
border-color css
<style>
span { border-color: #6A0829; }
span { border-color: rgb(106,8,41); }
td.TdClassName
{
border-color: #6A0829;
}
.TagClassName
{
border-color: #6A0829;
}
</style>