Shades of Burgundy #6E060B
Tints of Burgundy #6E060B
RGB
CMYK
RGB Variations
Color information
#6E060B (or 0x6E060B) is known color: Burgundy. HEX triplet: 6E, 06 and 0B. RGB value is (110,6,11). Sum of RGB (Red+Green+Blue) = 110+6+11=127 (16% of max value = 765). Red value is 110 (43.36% from 255 or 86.61% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 110 - color contains mainly: red. Hex color #6E060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E060B is #91F9F4. Grayscale: #252525. Windows color (decimal): -9566709 or 722542. OLE color: 722542.
HSL color Cylindrical-coordinate representation of color #6E060B: hue angle of 357.12º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E060B is Cyan = 0, Magento = 0.95, Yellow = 0.9 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 6 | 11 | - |
| CMYK | 0 | 0.95 | 0.9 | 0.57 |
| HSL | 357.12º | 0.9% | 0.23% | - |
| HSV(B) | 357.12º | 0.95% | 0.43% | - |
| XYZ | 6.56 | 3.47 | 0.64 | - |
| YUV | 37.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 6 | 11 | 0 | 0.95 | 0.9 | 0.57 | 357.12 | 0.9 | 0.23 |
| Hex | 6E | 6 | B | 0 | 5F | 5A | 39 | 165 | 5A | 17 |
| Octal | 156 | 6 | 13 | 0 | 137 | 132 | 71 | 545 | 132 | 27 |
| Binary | 1101110 | 110 | 1011 | 0 | 1011111 | 1011010 | 111001 | 101100101 | 1011010 | 10111 |
Color Harmonies of #6E060B
Complementary color
Monochromatic Colors of #6E060B
Black with #6E060B
Text Example
Text Example
White with #6E060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E060B; }
p { color: rgb(110,6,11); }
H1.HeaderClassName
{
color: #6E060B;
}
.AnyTagClassName
{
color: #6E060B;
}
</style>
background-color css
<style>
a { background-color: #6E060B; }
a { background-color: rgb(110,6,11); }
div.DivClassName
{
background-color: #6E060B;
}
.BgClassName
{
background-color: #6E060B;
}
</style>
border-color css
<style>
span { border-color: #6E060B; }
span { border-color: rgb(110,6,11); }
td.TdClassName
{
border-color: #6E060B;
}
.TagClassName
{
border-color: #6E060B;
}
</style>