Shades of Burgundy #6D0727
Tints of Burgundy #6D0727
RGB
CMYK
RGB Variations
Color information
#6D0727 (or 0x6D0727) is known color: Burgundy. HEX triplet: 6D, 07 and 27. RGB value is (109,7,39). Sum of RGB (Red+Green+Blue) = 109+7+39=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0727 is #92F8D8. Grayscale: #292929. Windows color (decimal): -9631961 or 2557805. OLE color: 2557805.
HSL color Cylindrical-coordinate representation of color #6D0727: hue angle of 341.18º degrees, saturation: 0.88, 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 #6D0727 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 39 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.57 |
| HSL | 341.18º | 0.88% | 0.23% | - |
| HSV(B) | 341.18º | 0.94% | 0.43% | - |
| XYZ | 6.75 | 3.55 | 2.25 | - |
| YUV | 41.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 39 | 0 | 0.94 | 0.64 | 0.57 | 341.18 | 0.88 | 0.23 |
| Hex | 6D | 7 | 27 | 0 | 5E | 40 | 39 | 155 | 58 | 17 |
| Octal | 155 | 7 | 47 | 0 | 136 | 100 | 71 | 525 | 130 | 27 |
| Binary | 1101101 | 111 | 100111 | 0 | 1011110 | 1000000 | 111001 | 101010101 | 1011000 | 10111 |
Color Harmonies of #6D0727
Complementary color
Monochromatic Colors of #6D0727
Black with #6D0727
Text Example
Text Example
White with #6D0727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0727; }
p { color: rgb(109,7,39); }
H1.HeaderClassName
{
color: #6D0727;
}
.AnyTagClassName
{
color: #6D0727;
}
</style>
background-color css
<style>
a { background-color: #6D0727; }
a { background-color: rgb(109,7,39); }
div.DivClassName
{
background-color: #6D0727;
}
.BgClassName
{
background-color: #6D0727;
}
</style>
border-color css
<style>
span { border-color: #6D0727; }
span { border-color: rgb(109,7,39); }
td.TdClassName
{
border-color: #6D0727;
}
.TagClassName
{
border-color: #6D0727;
}
</style>