Shades of Burgundy #6B0711
Tints of Burgundy #6B0711
RGB
CMYK
RGB Variations
Color information
#6B0711 (or 0x6B0711) is known color: Burgundy. HEX triplet: 6B, 07 and 11. RGB value is (107,7,17). Sum of RGB (Red+Green+Blue) = 107+7+17=131 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.68% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0711 is #94F8EE. Grayscale: #262626. Windows color (decimal): -9763055 or 1116011. OLE color: 1116011.
HSL color Cylindrical-coordinate representation of color #6B0711: hue angle of 354º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0711 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 17 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.58 |
| HSL | 354º | 0.88% | 0.22% | - |
| HSV(B) | 354º | 0.93% | 0.42% | - |
| XYZ | 6.24 | 3.32 | 0.84 | - |
| YUV | 38.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 17 | 0 | 0.93 | 0.84 | 0.58 | 354 | 0.88 | 0.22 |
| Hex | 6B | 7 | 11 | 0 | 5D | 54 | 3A | 162 | 58 | 16 |
| Octal | 153 | 7 | 21 | 0 | 135 | 124 | 72 | 542 | 130 | 26 |
| Binary | 1101011 | 111 | 10001 | 0 | 1011101 | 1010100 | 111010 | 101100010 | 1011000 | 10110 |
Color Harmonies of #6B0711
Complementary color
Monochromatic Colors of #6B0711
Black with #6B0711
Text Example
Text Example
White with #6B0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0711; }
p { color: rgb(107,7,17); }
H1.HeaderClassName
{
color: #6B0711;
}
.AnyTagClassName
{
color: #6B0711;
}
</style>
background-color css
<style>
a { background-color: #6B0711; }
a { background-color: rgb(107,7,17); }
div.DivClassName
{
background-color: #6B0711;
}
.BgClassName
{
background-color: #6B0711;
}
</style>
border-color css
<style>
span { border-color: #6B0711; }
span { border-color: rgb(107,7,17); }
td.TdClassName
{
border-color: #6B0711;
}
.TagClassName
{
border-color: #6B0711;
}
</style>