Shades of Burgundy #6D092B
Tints of Burgundy #6D092B
RGB
CMYK
RGB Variations
Color information
#6D092B (or 0x6D092B) is known color: Burgundy. HEX triplet: 6D, 09 and 2B. RGB value is (109,9,43). Sum of RGB (Red+Green+Blue) = 109+9+43=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D092B is #92F6D4. Grayscale: #2A2A2A. Windows color (decimal): -9631445 or 2820461. OLE color: 2820461.
HSL color Cylindrical-coordinate representation of color #6D092B: hue angle of 339.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D092B is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 43 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.57 |
| HSL | 339.6º | 0.85% | 0.23% | - |
| HSV(B) | 339.6º | 0.92% | 0.43% | - |
| XYZ | 6.84 | 3.62 | 2.62 | - |
| YUV | 42.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 43 | 0 | 0.92 | 0.61 | 0.57 | 339.6 | 0.85 | 0.23 |
| Hex | 6D | 9 | 2B | 0 | 5C | 3D | 39 | 154 | 55 | 17 |
| Octal | 155 | 11 | 53 | 0 | 134 | 75 | 71 | 524 | 125 | 27 |
| Binary | 1101101 | 1001 | 101011 | 0 | 1011100 | 111101 | 111001 | 101010100 | 1010101 | 10111 |
Color Harmonies of #6D092B
Complementary color
Monochromatic Colors of #6D092B
Black with #6D092B
Text Example
Text Example
White with #6D092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D092B; }
p { color: rgb(109,9,43); }
H1.HeaderClassName
{
color: #6D092B;
}
.AnyTagClassName
{
color: #6D092B;
}
</style>
background-color css
<style>
a { background-color: #6D092B; }
a { background-color: rgb(109,9,43); }
div.DivClassName
{
background-color: #6D092B;
}
.BgClassName
{
background-color: #6D092B;
}
</style>
border-color css
<style>
span { border-color: #6D092B; }
span { border-color: rgb(109,9,43); }
td.TdClassName
{
border-color: #6D092B;
}
.TagClassName
{
border-color: #6D092B;
}
</style>