Shades of Burgundy #6D010B
Tints of Burgundy #6D010B
RGB
CMYK
RGB Variations
Color information
#6D010B (or 0x6D010B) is known color: Burgundy. HEX triplet: 6D, 01 and 0B. RGB value is (109,1,11). Sum of RGB (Red+Green+Blue) = 109+1+11=121 (16% of max value = 765). Red value is 109 (42.97% from 255 or 90.08% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 109 - color contains mainly: red. Hex color #6D010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D010B is #92FEF4. Grayscale: #222222. Windows color (decimal): -9633525 or 721261. OLE color: 721261.
HSL color Cylindrical-coordinate representation of color #6D010B: hue angle of 354.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D010B is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.57 |
| HSL | 354.44º | 0.98% | 0.22% | - |
| HSV(B) | 354.44º | 0.99% | 0.43% | - |
| XYZ | 6.38 | 3.3 | 0.62 | - |
| YUV | 34.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 11 | 0 | 0.99 | 0.90 | 0.57 | 354.44 | 0.98 | 0.22 |
| Hex | 6D | 1 | B | 0 | 63 | 5A | 39 | 162 | 62 | 16 |
| Octal | 155 | 1 | 13 | 0 | 143 | 132 | 71 | 542 | 142 | 26 |
| Binary | 1101101 | 1 | 1011 | 0 | 1100011 | 1011010 | 111001 | 101100010 | 1100010 | 10110 |
Color Harmonies of #6D010B
Complementary color
Monochromatic Colors of #6D010B
Black with #6D010B
Text Example
Text Example
White with #6D010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D010B; }
p { color: rgb(109,1,11); }
H1.HeaderClassName
{
color: #6D010B;
}
.AnyTagClassName
{
color: #6D010B;
}
</style>
background-color css
<style>
a { background-color: #6D010B; }
a { background-color: rgb(109,1,11); }
div.DivClassName
{
background-color: #6D010B;
}
.BgClassName
{
background-color: #6D010B;
}
</style>
border-color css
<style>
span { border-color: #6D010B; }
span { border-color: rgb(109,1,11); }
td.TdClassName
{
border-color: #6D010B;
}
.TagClassName
{
border-color: #6D010B;
}
</style>