Shades of Burgundy #6D0116
Tints of Burgundy #6D0116
RGB
CMYK
RGB Variations
Color information
#6D0116 (or 0x6D0116) is known color: Burgundy. HEX triplet: 6D, 01 and 16. RGB value is (109,1,22). Sum of RGB (Red+Green+Blue) = 109+1+22=132 (17% of max value = 765). Red value is 109 (42.97% from 255 or 82.58% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0116 is #92FEE9. Grayscale: #232323. Windows color (decimal): -9633514 or 1442157. OLE color: 1442157.
HSL color Cylindrical-coordinate representation of color #6D0116: hue angle of 348.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0116 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.57 |
| HSL | 348.33º | 0.98% | 0.22% | - |
| HSV(B) | 348.33º | 0.99% | 0.43% | - |
| XYZ | 6.46 | 3.33 | 1.06 | - |
| YUV | 35.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 22 | 0 | 0.99 | 0.80 | 0.57 | 348.33 | 0.98 | 0.22 |
| Hex | 6D | 1 | 16 | 0 | 63 | 50 | 39 | 15C | 62 | 16 |
| Octal | 155 | 1 | 26 | 0 | 143 | 120 | 71 | 534 | 142 | 26 |
| Binary | 1101101 | 1 | 10110 | 0 | 1100011 | 1010000 | 111001 | 101011100 | 1100010 | 10110 |
Color Harmonies of #6D0116
Complementary color
Monochromatic Colors of #6D0116
Black with #6D0116
Text Example
Text Example
White with #6D0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0116; }
p { color: rgb(109,1,22); }
H1.HeaderClassName
{
color: #6D0116;
}
.AnyTagClassName
{
color: #6D0116;
}
</style>
background-color css
<style>
a { background-color: #6D0116; }
a { background-color: rgb(109,1,22); }
div.DivClassName
{
background-color: #6D0116;
}
.BgClassName
{
background-color: #6D0116;
}
</style>
border-color css
<style>
span { border-color: #6D0116; }
span { border-color: rgb(109,1,22); }
td.TdClassName
{
border-color: #6D0116;
}
.TagClassName
{
border-color: #6D0116;
}
</style>