Shades of Burgundy #6D070B
Tints of Burgundy #6D070B
RGB
CMYK
RGB Variations
Color information
#6D070B (or 0x6D070B) is known color: Burgundy. HEX triplet: 6D, 07 and 0B. RGB value is (109,7,11). Sum of RGB (Red+Green+Blue) = 109+7+11=127 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.83% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 109 - color contains mainly: red. Hex color #6D070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D070B is #92F8F4. Grayscale: #262626. Windows color (decimal): -9631989 or 722797. OLE color: 722797.
HSL color Cylindrical-coordinate representation of color #6D070B: hue angle of 357.65º 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 #6D070B is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 11 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.57 |
| HSL | 357.65º | 0.88% | 0.23% | - |
| HSV(B) | 357.65º | 0.94% | 0.43% | - |
| XYZ | 6.44 | 3.43 | 0.64 | - |
| YUV | 37.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 11 | 0 | 0.94 | 0.90 | 0.57 | 357.65 | 0.88 | 0.23 |
| Hex | 6D | 7 | B | 0 | 5E | 5A | 39 | 166 | 58 | 17 |
| Octal | 155 | 7 | 13 | 0 | 136 | 132 | 71 | 546 | 130 | 27 |
| Binary | 1101101 | 111 | 1011 | 0 | 1011110 | 1011010 | 111001 | 101100110 | 1011000 | 10111 |
Color Harmonies of #6D070B
Complementary color
Monochromatic Colors of #6D070B
Black with #6D070B
Text Example
Text Example
White with #6D070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D070B; }
p { color: rgb(109,7,11); }
H1.HeaderClassName
{
color: #6D070B;
}
.AnyTagClassName
{
color: #6D070B;
}
</style>
background-color css
<style>
a { background-color: #6D070B; }
a { background-color: rgb(109,7,11); }
div.DivClassName
{
background-color: #6D070B;
}
.BgClassName
{
background-color: #6D070B;
}
</style>
border-color css
<style>
span { border-color: #6D070B; }
span { border-color: rgb(109,7,11); }
td.TdClassName
{
border-color: #6D070B;
}
.TagClassName
{
border-color: #6D070B;
}
</style>