Shades of Burgundy #6D0117
Tints of Burgundy #6D0117
RGB
CMYK
RGB Variations
Color information
#6D0117 (or 0x6D0117) is known color: Burgundy. HEX triplet: 6D, 01 and 17. RGB value is (109,1,23). Sum of RGB (Red+Green+Blue) = 109+1+23=133 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.95% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0117 is #92FEE8. Grayscale: #232323. Windows color (decimal): -9633513 or 1507693. OLE color: 1507693.
HSL color Cylindrical-coordinate representation of color #6D0117: hue angle of 347.78º 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 #6D0117 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.57 |
| HSL | 347.78º | 0.98% | 0.22% | - |
| HSV(B) | 347.78º | 0.99% | 0.43% | - |
| XYZ | 6.47 | 3.33 | 1.11 | - |
| YUV | 35.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 23 | 0 | 0.99 | 0.79 | 0.57 | 347.78 | 0.98 | 0.22 |
| Hex | 6D | 1 | 17 | 0 | 63 | 4F | 39 | 15C | 62 | 16 |
| Octal | 155 | 1 | 27 | 0 | 143 | 117 | 71 | 534 | 142 | 26 |
| Binary | 1101101 | 1 | 10111 | 0 | 1100011 | 1001111 | 111001 | 101011100 | 1100010 | 10110 |
Color Harmonies of #6D0117
Complementary color
Monochromatic Colors of #6D0117
Black with #6D0117
Text Example
Text Example
White with #6D0117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0117; }
p { color: rgb(109,1,23); }
H1.HeaderClassName
{
color: #6D0117;
}
.AnyTagClassName
{
color: #6D0117;
}
</style>
background-color css
<style>
a { background-color: #6D0117; }
a { background-color: rgb(109,1,23); }
div.DivClassName
{
background-color: #6D0117;
}
.BgClassName
{
background-color: #6D0117;
}
</style>
border-color css
<style>
span { border-color: #6D0117; }
span { border-color: rgb(109,1,23); }
td.TdClassName
{
border-color: #6D0117;
}
.TagClassName
{
border-color: #6D0117;
}
</style>