Shades of Burgundy #6D011F
Tints of Burgundy #6D011F
RGB
CMYK
RGB Variations
Color information
#6D011F (or 0x6D011F) is known color: Burgundy. HEX triplet: 6D, 01 and 1F. RGB value is (109,1,31). Sum of RGB (Red+Green+Blue) = 109+1+31=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D011F is #92FEE0. Grayscale: #242424. Windows color (decimal): -9633505 or 2031981. OLE color: 2031981.
HSL color Cylindrical-coordinate representation of color #6D011F: hue angle of 343.33º 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 #6D011F is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.57 |
| HSL | 343.33º | 0.98% | 0.22% | - |
| HSV(B) | 343.33º | 0.99% | 0.43% | - |
| XYZ | 6.56 | 3.37 | 1.6 | - |
| YUV | 36.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 31 | 0 | 0.99 | 0.72 | 0.57 | 343.33 | 0.98 | 0.22 |
| Hex | 6D | 1 | 1F | 0 | 63 | 48 | 39 | 157 | 62 | 16 |
| Octal | 155 | 1 | 37 | 0 | 143 | 110 | 71 | 527 | 142 | 26 |
| Binary | 1101101 | 1 | 11111 | 0 | 1100011 | 1001000 | 111001 | 101010111 | 1100010 | 10110 |
Color Harmonies of #6D011F
Complementary color
Monochromatic Colors of #6D011F
Black with #6D011F
Text Example
Text Example
White with #6D011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D011F; }
p { color: rgb(109,1,31); }
H1.HeaderClassName
{
color: #6D011F;
}
.AnyTagClassName
{
color: #6D011F;
}
</style>
background-color css
<style>
a { background-color: #6D011F; }
a { background-color: rgb(109,1,31); }
div.DivClassName
{
background-color: #6D011F;
}
.BgClassName
{
background-color: #6D011F;
}
</style>
border-color css
<style>
span { border-color: #6D011F; }
span { border-color: rgb(109,1,31); }
td.TdClassName
{
border-color: #6D011F;
}
.TagClassName
{
border-color: #6D011F;
}
</style>