Shades of Burgundy #6A0611
Tints of Burgundy #6A0611
RGB
CMYK
RGB Variations
Color information
#6A0611 (or 0x6A0611) is known color: Burgundy. HEX triplet: 6A, 06 and 11. RGB value is (106,6,17). Sum of RGB (Red+Green+Blue) = 106+6+17=129 (17% of max value = 765). Red value is 106 (41.80% from 255 or 82.17% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0611 is #95F9EE. Grayscale: #252525. Windows color (decimal): -9828847 or 1115754. OLE color: 1115754.
HSL color Cylindrical-coordinate representation of color #6A0611: hue angle of 353.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0611 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 6 | 17 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.58 |
| HSL | 353.4º | 0.89% | 0.22% | - |
| HSV(B) | 353.4º | 0.94% | 0.42% | - |
| XYZ | 6.11 | 3.23 | 0.83 | - |
| YUV | 37.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 17 | 0 | 0.94 | 0.84 | 0.58 | 353.4 | 0.89 | 0.22 |
| Hex | 6A | 6 | 11 | 0 | 5E | 54 | 3A | 161 | 59 | 16 |
| Octal | 152 | 6 | 21 | 0 | 136 | 124 | 72 | 541 | 131 | 26 |
| Binary | 1101010 | 110 | 10001 | 0 | 1011110 | 1010100 | 111010 | 101100001 | 1011001 | 10110 |
Color Harmonies of #6A0611
Complementary color
Monochromatic Colors of #6A0611
Black with #6A0611
Text Example
Text Example
White with #6A0611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0611; }
p { color: rgb(106,6,17); }
H1.HeaderClassName
{
color: #6A0611;
}
.AnyTagClassName
{
color: #6A0611;
}
</style>
background-color css
<style>
a { background-color: #6A0611; }
a { background-color: rgb(106,6,17); }
div.DivClassName
{
background-color: #6A0611;
}
.BgClassName
{
background-color: #6A0611;
}
</style>
border-color css
<style>
span { border-color: #6A0611; }
span { border-color: rgb(106,6,17); }
td.TdClassName
{
border-color: #6A0611;
}
.TagClassName
{
border-color: #6A0611;
}
</style>