Shades of Burgundy #6D000B
Tints of Burgundy #6D000B
RGB
CMYK
RGB Variations
Color information
#6D000B (or 0x6D000B) is known color: Burgundy. HEX triplet: 6D, 00 and 0B. RGB value is (109,0,11). Sum of RGB (Red+Green+Blue) = 109+0+11=120 (15% of max value = 765). Red value is 109 (42.97% from 255 or 90.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 109 - color contains mainly: red. Hex color #6D000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D000B is #92FFF4. Grayscale: #212121. Windows color (decimal): -9633781 or 721005. OLE color: 721005.
HSL color Cylindrical-coordinate representation of color #6D000B: hue angle of 353.94º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D000B is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.90 | 0.57 |
| HSL | 353.94º | 1% | 0.21% | - |
| HSV(B) | 353.94º | 1% | 0.43% | - |
| XYZ | 6.37 | 3.28 | 0.61 | - |
| YUV | 33.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 11 | 0 | 1 | 0.90 | 0.57 | 353.94 | 1 | 0.21 |
| Hex | 6D | 0 | B | 0 | 64 | 5A | 39 | 162 | 64 | 15 |
| Octal | 155 | 0 | 13 | 0 | 144 | 132 | 71 | 542 | 144 | 25 |
| Binary | 1101101 | 0 | 1011 | 0 | 1100100 | 1011010 | 111001 | 101100010 | 1100100 | 10101 |
Color Harmonies of #6D000B
Complementary color
Monochromatic Colors of #6D000B
Black with #6D000B
Text Example
Text Example
White with #6D000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D000B; }
p { color: rgb(109,0,11); }
H1.HeaderClassName
{
color: #6D000B;
}
.AnyTagClassName
{
color: #6D000B;
}
</style>
background-color css
<style>
a { background-color: #6D000B; }
a { background-color: rgb(109,0,11); }
div.DivClassName
{
background-color: #6D000B;
}
.BgClassName
{
background-color: #6D000B;
}
</style>
border-color css
<style>
span { border-color: #6D000B; }
span { border-color: rgb(109,0,11); }
td.TdClassName
{
border-color: #6D000B;
}
.TagClassName
{
border-color: #6D000B;
}
</style>