Shades of Burgundy #6A0211
Tints of Burgundy #6A0211
RGB
CMYK
RGB Variations
Color information
#6A0211 (or 0x6A0211) is known color: Burgundy. HEX triplet: 6A, 02 and 11. RGB value is (106,2,17). Sum of RGB (Red+Green+Blue) = 106+2+17=125 (16% of max value = 765). Red value is 106 (41.80% from 255 or 84.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0211 is #95FDEE. Grayscale: #222222. Windows color (decimal): -9829871 or 1114730. OLE color: 1114730.
HSL color Cylindrical-coordinate representation of color #6A0211: hue angle of 351.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0211 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.58 |
| HSL | 351.35º | 0.96% | 0.21% | - |
| HSV(B) | 351.35º | 0.98% | 0.42% | - |
| XYZ | 6.07 | 3.15 | 0.82 | - |
| YUV | 34.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 17 | 0 | 0.98 | 0.84 | 0.58 | 351.35 | 0.96 | 0.21 |
| Hex | 6A | 2 | 11 | 0 | 62 | 54 | 3A | 15F | 60 | 15 |
| Octal | 152 | 2 | 21 | 0 | 142 | 124 | 72 | 537 | 140 | 25 |
| Binary | 1101010 | 10 | 10001 | 0 | 1100010 | 1010100 | 111010 | 101011111 | 1100000 | 10101 |
Color Harmonies of #6A0211
Complementary color
Monochromatic Colors of #6A0211
Black with #6A0211
Text Example
Text Example
White with #6A0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0211; }
p { color: rgb(106,2,17); }
H1.HeaderClassName
{
color: #6A0211;
}
.AnyTagClassName
{
color: #6A0211;
}
</style>
background-color css
<style>
a { background-color: #6A0211; }
a { background-color: rgb(106,2,17); }
div.DivClassName
{
background-color: #6A0211;
}
.BgClassName
{
background-color: #6A0211;
}
</style>
border-color css
<style>
span { border-color: #6A0211; }
span { border-color: rgb(106,2,17); }
td.TdClassName
{
border-color: #6A0211;
}
.TagClassName
{
border-color: #6A0211;
}
</style>