Shades of Burgundy #6D011B
Tints of Burgundy #6D011B
RGB
CMYK
RGB Variations
Color information
#6D011B (or 0x6D011B) is known color: Burgundy. HEX triplet: 6D, 01 and 1B. RGB value is (109,1,27). Sum of RGB (Red+Green+Blue) = 109+1+27=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D011B is #92FEE4. Grayscale: #242424. Windows color (decimal): -9633509 or 1769837. OLE color: 1769837.
HSL color Cylindrical-coordinate representation of color #6D011B: hue angle of 345.56º 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 #6D011B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.57 |
| HSL | 345.56º | 0.98% | 0.22% | - |
| HSV(B) | 345.56º | 0.99% | 0.43% | - |
| XYZ | 6.52 | 3.35 | 1.34 | - |
| YUV | 36.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 27 | 0 | 0.99 | 0.75 | 0.57 | 345.56 | 0.98 | 0.22 |
| Hex | 6D | 1 | 1B | 0 | 63 | 4B | 39 | 15A | 62 | 16 |
| Octal | 155 | 1 | 33 | 0 | 143 | 113 | 71 | 532 | 142 | 26 |
| Binary | 1101101 | 1 | 11011 | 0 | 1100011 | 1001011 | 111001 | 101011010 | 1100010 | 10110 |
Color Harmonies of #6D011B
Complementary color
Monochromatic Colors of #6D011B
Black with #6D011B
Text Example
Text Example
White with #6D011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D011B; }
p { color: rgb(109,1,27); }
H1.HeaderClassName
{
color: #6D011B;
}
.AnyTagClassName
{
color: #6D011B;
}
</style>
background-color css
<style>
a { background-color: #6D011B; }
a { background-color: rgb(109,1,27); }
div.DivClassName
{
background-color: #6D011B;
}
.BgClassName
{
background-color: #6D011B;
}
</style>
border-color css
<style>
span { border-color: #6D011B; }
span { border-color: rgb(109,1,27); }
td.TdClassName
{
border-color: #6D011B;
}
.TagClassName
{
border-color: #6D011B;
}
</style>