Shades of Burgundy #6D070A
Tints of Burgundy #6D070A
RGB
CMYK
RGB Variations
Color information
#6D070A (or 0x6D070A) is known color: Burgundy. HEX triplet: 6D, 07 and 0A. RGB value is (109,7,10). Sum of RGB (Red+Green+Blue) = 109+7+10=126 (16% of max value = 765). Red value is 109 (42.97% from 255 or 86.51% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 109 - color contains mainly: red. Hex color #6D070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D070A is #92F8F5. Grayscale: #252525. Windows color (decimal): -9631990 or 657261. OLE color: 657261.
HSL color Cylindrical-coordinate representation of color #6D070A: hue angle of 358.24º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D070A is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 10 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.57 |
| HSL | 358.24º | 0.88% | 0.23% | - |
| HSV(B) | 358.24º | 0.94% | 0.43% | - |
| XYZ | 6.44 | 3.43 | 0.61 | - |
| YUV | 37.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 10 | 0 | 0.94 | 0.91 | 0.57 | 358.24 | 0.88 | 0.23 |
| Hex | 6D | 7 | A | 0 | 5E | 5B | 39 | 166 | 58 | 17 |
| Octal | 155 | 7 | 12 | 0 | 136 | 133 | 71 | 546 | 130 | 27 |
| Binary | 1101101 | 111 | 1010 | 0 | 1011110 | 1011011 | 111001 | 101100110 | 1011000 | 10111 |
Color Harmonies of #6D070A
Complementary color
Monochromatic Colors of #6D070A
Black with #6D070A
Text Example
Text Example
White with #6D070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D070A; }
p { color: rgb(109,7,10); }
H1.HeaderClassName
{
color: #6D070A;
}
.AnyTagClassName
{
color: #6D070A;
}
</style>
background-color css
<style>
a { background-color: #6D070A; }
a { background-color: rgb(109,7,10); }
div.DivClassName
{
background-color: #6D070A;
}
.BgClassName
{
background-color: #6D070A;
}
</style>
border-color css
<style>
span { border-color: #6D070A; }
span { border-color: rgb(109,7,10); }
td.TdClassName
{
border-color: #6D070A;
}
.TagClassName
{
border-color: #6D070A;
}
</style>