Shades of Burgundy #6D0009
Tints of Burgundy #6D0009
RGB
CMYK
RGB Variations
Color information
#6D0009 (or 0x6D0009) is known color: Burgundy. HEX triplet: 6D, 00 and 09. RGB value is (109,0,9). Sum of RGB (Red+Green+Blue) = 109+0+9=118 (15% of max value = 765). Red value is 109 (42.97% from 255 or 92.37% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0009 is #92FFF6. Grayscale: #212121. Windows color (decimal): -9633783 or 589933. OLE color: 589933.
HSL color Cylindrical-coordinate representation of color #6D0009: hue angle of 355.05º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0009 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.92 | 0.57 |
| HSL | 355.05º | 1% | 0.21% | - |
| HSV(B) | 355.05º | 1% | 0.43% | - |
| XYZ | 6.36 | 3.27 | 0.55 | - |
| YUV | 33.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 9 | 0 | 1 | 0.92 | 0.57 | 355.05 | 1 | 0.21 |
| Hex | 6D | 0 | 9 | 0 | 64 | 5C | 39 | 163 | 64 | 15 |
| Octal | 155 | 0 | 11 | 0 | 144 | 134 | 71 | 543 | 144 | 25 |
| Binary | 1101101 | 0 | 1001 | 0 | 1100100 | 1011100 | 111001 | 101100011 | 1100100 | 10101 |
Color Harmonies of #6D0009
Complementary color
Monochromatic Colors of #6D0009
Black with #6D0009
Text Example
Text Example
White with #6D0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0009; }
p { color: rgb(109,0,9); }
H1.HeaderClassName
{
color: #6D0009;
}
.AnyTagClassName
{
color: #6D0009;
}
</style>
background-color css
<style>
a { background-color: #6D0009; }
a { background-color: rgb(109,0,9); }
div.DivClassName
{
background-color: #6D0009;
}
.BgClassName
{
background-color: #6D0009;
}
</style>
border-color css
<style>
span { border-color: #6D0009; }
span { border-color: rgb(109,0,9); }
td.TdClassName
{
border-color: #6D0009;
}
.TagClassName
{
border-color: #6D0009;
}
</style>