Shades of Burgundy #6D061E
Tints of Burgundy #6D061E
RGB
CMYK
RGB Variations
Color information
#6D061E (or 0x6D061E) is known color: Burgundy. HEX triplet: 6D, 06 and 1E. RGB value is (109,6,30). Sum of RGB (Red+Green+Blue) = 109+6+30=145 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.17% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 109 - color contains mainly: red. Hex color #6D061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D061E is #92F9E1. Grayscale: #272727. Windows color (decimal): -9632226 or 1967725. OLE color: 1967725.
HSL color Cylindrical-coordinate representation of color #6D061E: hue angle of 346.02º 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 #6D061E is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 30 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.57 |
| HSL | 346.02º | 0.9% | 0.23% | - |
| HSV(B) | 346.02º | 0.94% | 0.43% | - |
| XYZ | 6.61 | 3.48 | 1.55 | - |
| YUV | 39.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 30 | 0 | 0.94 | 0.72 | 0.57 | 346.02 | 0.9 | 0.23 |
| Hex | 6D | 6 | 1E | 0 | 5E | 48 | 39 | 15A | 5A | 17 |
| Octal | 155 | 6 | 36 | 0 | 136 | 110 | 71 | 532 | 132 | 27 |
| Binary | 1101101 | 110 | 11110 | 0 | 1011110 | 1001000 | 111001 | 101011010 | 1011010 | 10111 |
Color Harmonies of #6D061E
Complementary color
Monochromatic Colors of #6D061E
Black with #6D061E
Text Example
Text Example
White with #6D061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D061E; }
p { color: rgb(109,6,30); }
H1.HeaderClassName
{
color: #6D061E;
}
.AnyTagClassName
{
color: #6D061E;
}
</style>
background-color css
<style>
a { background-color: #6D061E; }
a { background-color: rgb(109,6,30); }
div.DivClassName
{
background-color: #6D061E;
}
.BgClassName
{
background-color: #6D061E;
}
</style>
border-color css
<style>
span { border-color: #6D061E; }
span { border-color: rgb(109,6,30); }
td.TdClassName
{
border-color: #6D061E;
}
.TagClassName
{
border-color: #6D061E;
}
</style>