Shades of Burgundy #6D0911
Tints of Burgundy #6D0911
RGB
CMYK
RGB Variations
Color information
#6D0911 (or 0x6D0911) is known color: Burgundy. HEX triplet: 6D, 09 and 11. RGB value is (109,9,17). Sum of RGB (Red+Green+Blue) = 109+9+17=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0911 is #92F6EE. Grayscale: #272727. Windows color (decimal): -9631471 or 1116525. OLE color: 1116525.
HSL color Cylindrical-coordinate representation of color #6D0911: hue angle of 355.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0911 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 17 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.57 |
| HSL | 355.2º | 0.85% | 0.23% | - |
| HSV(B) | 355.2º | 0.92% | 0.43% | - |
| XYZ | 6.51 | 3.49 | 0.86 | - |
| YUV | 39.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 17 | 0 | 0.92 | 0.84 | 0.57 | 355.2 | 0.85 | 0.23 |
| Hex | 6D | 9 | 11 | 0 | 5C | 54 | 39 | 163 | 55 | 17 |
| Octal | 155 | 11 | 21 | 0 | 134 | 124 | 71 | 543 | 125 | 27 |
| Binary | 1101101 | 1001 | 10001 | 0 | 1011100 | 1010100 | 111001 | 101100011 | 1010101 | 10111 |
Color Harmonies of #6D0911
Complementary color
Monochromatic Colors of #6D0911
Black with #6D0911
Text Example
Text Example
White with #6D0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0911; }
p { color: rgb(109,9,17); }
H1.HeaderClassName
{
color: #6D0911;
}
.AnyTagClassName
{
color: #6D0911;
}
</style>
background-color css
<style>
a { background-color: #6D0911; }
a { background-color: rgb(109,9,17); }
div.DivClassName
{
background-color: #6D0911;
}
.BgClassName
{
background-color: #6D0911;
}
</style>
border-color css
<style>
span { border-color: #6D0911; }
span { border-color: rgb(109,9,17); }
td.TdClassName
{
border-color: #6D0911;
}
.TagClassName
{
border-color: #6D0911;
}
</style>