Shades of Burgundy #6D040B
Tints of Burgundy #6D040B
RGB
CMYK
RGB Variations
Color information
#6D040B (or 0x6D040B) is known color: Burgundy. HEX triplet: 6D, 04 and 0B. RGB value is (109,4,11). Sum of RGB (Red+Green+Blue) = 109+4+11=124 (16% of max value = 765). Red value is 109 (42.97% from 255 or 87.90% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 109 - color contains mainly: red. Hex color #6D040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D040B is #92FBF4. Grayscale: #242424. Windows color (decimal): -9632757 or 722029. OLE color: 722029.
HSL color Cylindrical-coordinate representation of color #6D040B: hue angle of 356º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D040B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.57 |
| HSL | 356º | 0.93% | 0.22% | - |
| HSV(B) | 356º | 0.96% | 0.43% | - |
| XYZ | 6.41 | 3.36 | 0.63 | - |
| YUV | 36.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 11 | 0 | 0.96 | 0.90 | 0.57 | 356 | 0.93 | 0.22 |
| Hex | 6D | 4 | B | 0 | 60 | 5A | 39 | 164 | 5D | 16 |
| Octal | 155 | 4 | 13 | 0 | 140 | 132 | 71 | 544 | 135 | 26 |
| Binary | 1101101 | 100 | 1011 | 0 | 1100000 | 1011010 | 111001 | 101100100 | 1011101 | 10110 |
Color Harmonies of #6D040B
Complementary color
Monochromatic Colors of #6D040B
Black with #6D040B
Text Example
Text Example
White with #6D040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D040B; }
p { color: rgb(109,4,11); }
H1.HeaderClassName
{
color: #6D040B;
}
.AnyTagClassName
{
color: #6D040B;
}
</style>
background-color css
<style>
a { background-color: #6D040B; }
a { background-color: rgb(109,4,11); }
div.DivClassName
{
background-color: #6D040B;
}
.BgClassName
{
background-color: #6D040B;
}
</style>
border-color css
<style>
span { border-color: #6D040B; }
span { border-color: rgb(109,4,11); }
td.TdClassName
{
border-color: #6D040B;
}
.TagClassName
{
border-color: #6D040B;
}
</style>