Shades of Burgundy #6E080D
Tints of Burgundy #6E080D
RGB
CMYK
RGB Variations
Color information
#6E080D (or 0x6E080D) is known color: Burgundy. HEX triplet: 6E, 08 and 0D. RGB value is (110,8,13). Sum of RGB (Red+Green+Blue) = 110+8+13=131 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.97% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 110 - color contains mainly: red. Hex color #6E080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E080D is #91F7F2. Grayscale: #272727. Windows color (decimal): -9566195 or 854126. OLE color: 854126.
HSL color Cylindrical-coordinate representation of color #6E080D: hue angle of 357.06º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E080D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 8 | 13 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.57 |
| HSL | 357.06º | 0.86% | 0.23% | - |
| HSV(B) | 357.06º | 0.93% | 0.43% | - |
| XYZ | 6.59 | 3.52 | 0.71 | - |
| YUV | 39.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 13 | 0 | 0.93 | 0.88 | 0.57 | 357.06 | 0.86 | 0.23 |
| Hex | 6E | 8 | D | 0 | 5D | 58 | 39 | 165 | 56 | 17 |
| Octal | 156 | 10 | 15 | 0 | 135 | 130 | 71 | 545 | 126 | 27 |
| Binary | 1101110 | 1000 | 1101 | 0 | 1011101 | 1011000 | 111001 | 101100101 | 1010110 | 10111 |
Color Harmonies of #6E080D
Complementary color
Monochromatic Colors of #6E080D
Black with #6E080D
Text Example
Text Example
White with #6E080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E080D; }
p { color: rgb(110,8,13); }
H1.HeaderClassName
{
color: #6E080D;
}
.AnyTagClassName
{
color: #6E080D;
}
</style>
background-color css
<style>
a { background-color: #6E080D; }
a { background-color: rgb(110,8,13); }
div.DivClassName
{
background-color: #6E080D;
}
.BgClassName
{
background-color: #6E080D;
}
</style>
border-color css
<style>
span { border-color: #6E080D; }
span { border-color: rgb(110,8,13); }
td.TdClassName
{
border-color: #6E080D;
}
.TagClassName
{
border-color: #6E080D;
}
</style>