Shades of Burgundy #6D0309
Tints of Burgundy #6D0309
RGB
CMYK
RGB Variations
Color information
#6D0309 (or 0x6D0309) is known color: Burgundy. HEX triplet: 6D, 03 and 09. RGB value is (109,3,9). Sum of RGB (Red+Green+Blue) = 109+3+9=121 (16% of max value = 765). Red value is 109 (42.97% from 255 or 90.08% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0309 is #92FCF6. Grayscale: #232323. Windows color (decimal): -9633015 or 590701. OLE color: 590701.
HSL color Cylindrical-coordinate representation of color #6D0309: hue angle of 356.6º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0309 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 9 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.57 |
| HSL | 356.6º | 0.95% | 0.22% | - |
| HSV(B) | 356.6º | 0.97% | 0.43% | - |
| XYZ | 6.39 | 3.34 | 0.57 | - |
| YUV | 35.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 9 | 0 | 0.97 | 0.92 | 0.57 | 356.6 | 0.95 | 0.22 |
| Hex | 6D | 3 | 9 | 0 | 61 | 5C | 39 | 165 | 5F | 16 |
| Octal | 155 | 3 | 11 | 0 | 141 | 134 | 71 | 545 | 137 | 26 |
| Binary | 1101101 | 11 | 1001 | 0 | 1100001 | 1011100 | 111001 | 101100101 | 1011111 | 10110 |
Color Harmonies of #6D0309
Complementary color
Monochromatic Colors of #6D0309
Black with #6D0309
Text Example
Text Example
White with #6D0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0309; }
p { color: rgb(109,3,9); }
H1.HeaderClassName
{
color: #6D0309;
}
.AnyTagClassName
{
color: #6D0309;
}
</style>
background-color css
<style>
a { background-color: #6D0309; }
a { background-color: rgb(109,3,9); }
div.DivClassName
{
background-color: #6D0309;
}
.BgClassName
{
background-color: #6D0309;
}
</style>
border-color css
<style>
span { border-color: #6D0309; }
span { border-color: rgb(109,3,9); }
td.TdClassName
{
border-color: #6D0309;
}
.TagClassName
{
border-color: #6D0309;
}
</style>