Shades of Burgundy #6D0211
Tints of Burgundy #6D0211
RGB
CMYK
RGB Variations
Color information
#6D0211 (or 0x6D0211) is known color: Burgundy. HEX triplet: 6D, 02 and 11. RGB value is (109,2,17). Sum of RGB (Red+Green+Blue) = 109+2+17=128 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.16% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0211 is #92FDEE. Grayscale: #232323. Windows color (decimal): -9633263 or 1114733. OLE color: 1114733.
HSL color Cylindrical-coordinate representation of color #6D0211: hue angle of 351.59º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0211 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.57 |
| HSL | 351.59º | 0.96% | 0.22% | - |
| HSV(B) | 351.59º | 0.98% | 0.43% | - |
| XYZ | 6.43 | 3.34 | 0.84 | - |
| YUV | 35.7 | 117.45 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 17 | 0 | 0.98 | 0.84 | 0.57 | 351.59 | 0.96 | 0.22 |
| Hex | 6D | 2 | 11 | 0 | 62 | 54 | 39 | 160 | 60 | 16 |
| Octal | 155 | 2 | 21 | 0 | 142 | 124 | 71 | 540 | 140 | 26 |
| Binary | 1101101 | 10 | 10001 | 0 | 1100010 | 1010100 | 111001 | 101100000 | 1100000 | 10110 |
Color Harmonies of #6D0211
Complementary color
Monochromatic Colors of #6D0211
Black with #6D0211
Text Example
Text Example
White with #6D0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0211; }
p { color: rgb(109,2,17); }
H1.HeaderClassName
{
color: #6D0211;
}
.AnyTagClassName
{
color: #6D0211;
}
</style>
background-color css
<style>
a { background-color: #6D0211; }
a { background-color: rgb(109,2,17); }
div.DivClassName
{
background-color: #6D0211;
}
.BgClassName
{
background-color: #6D0211;
}
</style>
border-color css
<style>
span { border-color: #6D0211; }
span { border-color: rgb(109,2,17); }
td.TdClassName
{
border-color: #6D0211;
}
.TagClassName
{
border-color: #6D0211;
}
</style>