Shades of Burgundy #6D091B
Tints of Burgundy #6D091B
RGB
CMYK
RGB Variations
Color information
#6D091B (or 0x6D091B) is known color: Burgundy. HEX triplet: 6D, 09 and 1B. RGB value is (109,9,27). Sum of RGB (Red+Green+Blue) = 109+9+27=145 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.17% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 109 - color contains mainly: red. Hex color #6D091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D091B is #92F6E4. Grayscale: #282828. Windows color (decimal): -9631461 or 1771885. OLE color: 1771885.
HSL color Cylindrical-coordinate representation of color #6D091B: hue angle of 349.2º 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 #6D091B is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 27 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.57 |
| HSL | 349.2º | 0.85% | 0.23% | - |
| HSV(B) | 349.2º | 0.92% | 0.43% | - |
| XYZ | 6.6 | 3.53 | 1.37 | - |
| YUV | 40.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 27 | 0 | 0.92 | 0.75 | 0.57 | 349.2 | 0.85 | 0.23 |
| Hex | 6D | 9 | 1B | 0 | 5C | 4B | 39 | 15D | 55 | 17 |
| Octal | 155 | 11 | 33 | 0 | 134 | 113 | 71 | 535 | 125 | 27 |
| Binary | 1101101 | 1001 | 11011 | 0 | 1011100 | 1001011 | 111001 | 101011101 | 1010101 | 10111 |
Color Harmonies of #6D091B
Complementary color
Monochromatic Colors of #6D091B
Black with #6D091B
Text Example
Text Example
White with #6D091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D091B; }
p { color: rgb(109,9,27); }
H1.HeaderClassName
{
color: #6D091B;
}
.AnyTagClassName
{
color: #6D091B;
}
</style>
background-color css
<style>
a { background-color: #6D091B; }
a { background-color: rgb(109,9,27); }
div.DivClassName
{
background-color: #6D091B;
}
.BgClassName
{
background-color: #6D091B;
}
</style>
border-color css
<style>
span { border-color: #6D091B; }
span { border-color: rgb(109,9,27); }
td.TdClassName
{
border-color: #6D091B;
}
.TagClassName
{
border-color: #6D091B;
}
</style>