Shades of Burgundy #6C040E
Tints of Burgundy #6C040E
RGB
CMYK
RGB Variations
Color information
#6C040E (or 0x6C040E) is known color: Burgundy. HEX triplet: 6C, 04 and 0E. RGB value is (108,4,14). Sum of RGB (Red+Green+Blue) = 108+4+14=126 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.71% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 108 - color contains mainly: red. Hex color #6C040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C040E is #93FBF1. Grayscale: #242424. Windows color (decimal): -9698290 or 918636. OLE color: 918636.
HSL color Cylindrical-coordinate representation of color #6C040E: hue angle of 354.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C040E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 14 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.58 |
| HSL | 354.23º | 0.93% | 0.22% | - |
| HSV(B) | 354.23º | 0.96% | 0.42% | - |
| XYZ | 6.31 | 3.31 | 0.72 | - |
| YUV | 36.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 14 | 0 | 0.96 | 0.87 | 0.58 | 354.23 | 0.93 | 0.22 |
| Hex | 6C | 4 | E | 0 | 60 | 57 | 3A | 162 | 5D | 16 |
| Octal | 154 | 4 | 16 | 0 | 140 | 127 | 72 | 542 | 135 | 26 |
| Binary | 1101100 | 100 | 1110 | 0 | 1100000 | 1010111 | 111010 | 101100010 | 1011101 | 10110 |
Color Harmonies of #6C040E
Complementary color
Monochromatic Colors of #6C040E
Black with #6C040E
Text Example
Text Example
White with #6C040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C040E; }
p { color: rgb(108,4,14); }
H1.HeaderClassName
{
color: #6C040E;
}
.AnyTagClassName
{
color: #6C040E;
}
</style>
background-color css
<style>
a { background-color: #6C040E; }
a { background-color: rgb(108,4,14); }
div.DivClassName
{
background-color: #6C040E;
}
.BgClassName
{
background-color: #6C040E;
}
</style>
border-color css
<style>
span { border-color: #6C040E; }
span { border-color: rgb(108,4,14); }
td.TdClassName
{
border-color: #6C040E;
}
.TagClassName
{
border-color: #6C040E;
}
</style>