Shades of Burgundy #6D0619
Tints of Burgundy #6D0619
RGB
CMYK
RGB Variations
Color information
#6D0619 (or 0x6D0619) is known color: Burgundy. HEX triplet: 6D, 06 and 19. RGB value is (109,6,25). Sum of RGB (Red+Green+Blue) = 109+6+25=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0619 is #92F9E6. Grayscale: #262626. Windows color (decimal): -9632231 or 1640045. OLE color: 1640045.
HSL color Cylindrical-coordinate representation of color #6D0619: hue angle of 348.93º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0619 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 25 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.57 |
| HSL | 348.93º | 0.9% | 0.23% | - |
| HSV(B) | 348.93º | 0.94% | 0.43% | - |
| XYZ | 6.55 | 3.45 | 1.24 | - |
| YUV | 38.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 25 | 0 | 0.94 | 0.77 | 0.57 | 348.93 | 0.9 | 0.23 |
| Hex | 6D | 6 | 19 | 0 | 5E | 4D | 39 | 15D | 5A | 17 |
| Octal | 155 | 6 | 31 | 0 | 136 | 115 | 71 | 535 | 132 | 27 |
| Binary | 1101101 | 110 | 11001 | 0 | 1011110 | 1001101 | 111001 | 101011101 | 1011010 | 10111 |
Color Harmonies of #6D0619
Complementary color
Monochromatic Colors of #6D0619
Black with #6D0619
Text Example
Text Example
White with #6D0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0619; }
p { color: rgb(109,6,25); }
H1.HeaderClassName
{
color: #6D0619;
}
.AnyTagClassName
{
color: #6D0619;
}
</style>
background-color css
<style>
a { background-color: #6D0619; }
a { background-color: rgb(109,6,25); }
div.DivClassName
{
background-color: #6D0619;
}
.BgClassName
{
background-color: #6D0619;
}
</style>
border-color css
<style>
span { border-color: #6D0619; }
span { border-color: rgb(109,6,25); }
td.TdClassName
{
border-color: #6D0619;
}
.TagClassName
{
border-color: #6D0619;
}
</style>