Shades of Burgundy #6D0316
Tints of Burgundy #6D0316
RGB
CMYK
RGB Variations
Color information
#6D0316 (or 0x6D0316) is known color: Burgundy. HEX triplet: 6D, 03 and 16. RGB value is (109,3,22). Sum of RGB (Red+Green+Blue) = 109+3+22=134 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.34% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0316 is #92FCE9. Grayscale: #242424. Windows color (decimal): -9633002 or 1442669. OLE color: 1442669.
HSL color Cylindrical-coordinate representation of color #6D0316: hue angle of 349.25º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0316 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 22 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.57 |
| HSL | 349.25º | 0.95% | 0.22% | - |
| HSV(B) | 349.25º | 0.97% | 0.43% | - |
| XYZ | 6.48 | 3.37 | 1.07 | - |
| YUV | 36.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 22 | 0 | 0.97 | 0.80 | 0.57 | 349.25 | 0.95 | 0.22 |
| Hex | 6D | 3 | 16 | 0 | 61 | 50 | 39 | 15D | 5F | 16 |
| Octal | 155 | 3 | 26 | 0 | 141 | 120 | 71 | 535 | 137 | 26 |
| Binary | 1101101 | 11 | 10110 | 0 | 1100001 | 1010000 | 111001 | 101011101 | 1011111 | 10110 |
Color Harmonies of #6D0316
Complementary color
Monochromatic Colors of #6D0316
Black with #6D0316
Text Example
Text Example
White with #6D0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0316; }
p { color: rgb(109,3,22); }
H1.HeaderClassName
{
color: #6D0316;
}
.AnyTagClassName
{
color: #6D0316;
}
</style>
background-color css
<style>
a { background-color: #6D0316; }
a { background-color: rgb(109,3,22); }
div.DivClassName
{
background-color: #6D0316;
}
.BgClassName
{
background-color: #6D0316;
}
</style>
border-color css
<style>
span { border-color: #6D0316; }
span { border-color: rgb(109,3,22); }
td.TdClassName
{
border-color: #6D0316;
}
.TagClassName
{
border-color: #6D0316;
}
</style>