Shades of Burgundy #6D020B
Tints of Burgundy #6D020B
RGB
CMYK
RGB Variations
Color information
#6D020B (or 0x6D020B) is known color: Burgundy. HEX triplet: 6D, 02 and 0B. RGB value is (109,2,11). Sum of RGB (Red+Green+Blue) = 109+2+11=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D020B is #92FDF4. Grayscale: #232323. Windows color (decimal): -9633269 or 721517. OLE color: 721517.
HSL color Cylindrical-coordinate representation of color #6D020B: hue angle of 354.95º 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 #6D020B is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.57 |
| HSL | 354.95º | 0.96% | 0.22% | - |
| HSV(B) | 354.95º | 0.98% | 0.43% | - |
| XYZ | 6.39 | 3.32 | 0.62 | - |
| YUV | 35.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 11 | 0 | 0.98 | 0.90 | 0.57 | 354.95 | 0.96 | 0.22 |
| Hex | 6D | 2 | B | 0 | 62 | 5A | 39 | 163 | 60 | 16 |
| Octal | 155 | 2 | 13 | 0 | 142 | 132 | 71 | 543 | 140 | 26 |
| Binary | 1101101 | 10 | 1011 | 0 | 1100010 | 1011010 | 111001 | 101100011 | 1100000 | 10110 |
Color Harmonies of #6D020B
Complementary color
Monochromatic Colors of #6D020B
Black with #6D020B
Text Example
Text Example
White with #6D020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D020B; }
p { color: rgb(109,2,11); }
H1.HeaderClassName
{
color: #6D020B;
}
.AnyTagClassName
{
color: #6D020B;
}
</style>
background-color css
<style>
a { background-color: #6D020B; }
a { background-color: rgb(109,2,11); }
div.DivClassName
{
background-color: #6D020B;
}
.BgClassName
{
background-color: #6D020B;
}
</style>
border-color css
<style>
span { border-color: #6D020B; }
span { border-color: rgb(109,2,11); }
td.TdClassName
{
border-color: #6D020B;
}
.TagClassName
{
border-color: #6D020B;
}
</style>