Shades of Burgundy #6E082C
Tints of Burgundy #6E082C
RGB
CMYK
RGB Variations
Color information
#6E082C (or 0x6E082C) is known color: Burgundy. HEX triplet: 6E, 08 and 2C. RGB value is (110,8,44). Sum of RGB (Red+Green+Blue) = 110+8+44=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E082C is #91F7D3. Grayscale: #2A2A2A. Windows color (decimal): -9566164 or 2885742. OLE color: 2885742.
HSL color Cylindrical-coordinate representation of color #6E082C: hue angle of 338.82º 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 #6E082C is Cyan = 0, Magento = 0.93, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 8 | 44 | - |
| CMYK | 0 | 0.93 | 0.6 | 0.57 |
| HSL | 338.82º | 0.86% | 0.23% | - |
| HSV(B) | 338.82º | 0.93% | 0.43% | - |
| XYZ | 6.97 | 3.67 | 2.72 | - |
| YUV | 42.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 44 | 0 | 0.93 | 0.6 | 0.57 | 338.82 | 0.86 | 0.23 |
| Hex | 6E | 8 | 2C | 0 | 5D | 3C | 39 | 153 | 56 | 17 |
| Octal | 156 | 10 | 54 | 0 | 135 | 74 | 71 | 523 | 126 | 27 |
| Binary | 1101110 | 1000 | 101100 | 0 | 1011101 | 111100 | 111001 | 101010011 | 1010110 | 10111 |
Color Harmonies of #6E082C
Complementary color
Monochromatic Colors of #6E082C
Black with #6E082C
Text Example
Text Example
White with #6E082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E082C; }
p { color: rgb(110,8,44); }
H1.HeaderClassName
{
color: #6E082C;
}
.AnyTagClassName
{
color: #6E082C;
}
</style>
background-color css
<style>
a { background-color: #6E082C; }
a { background-color: rgb(110,8,44); }
div.DivClassName
{
background-color: #6E082C;
}
.BgClassName
{
background-color: #6E082C;
}
</style>
border-color css
<style>
span { border-color: #6E082C; }
span { border-color: rgb(110,8,44); }
td.TdClassName
{
border-color: #6E082C;
}
.TagClassName
{
border-color: #6E082C;
}
</style>