Shades of Burgundy #6D0918
Tints of Burgundy #6D0918
RGB
CMYK
RGB Variations
Color information
#6D0918 (or 0x6D0918) is known color: Burgundy. HEX triplet: 6D, 09 and 18. RGB value is (109,9,24). Sum of RGB (Red+Green+Blue) = 109+9+24=142 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.76% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0918 is #92F6E7. Grayscale: #282828. Windows color (decimal): -9631464 or 1575277. OLE color: 1575277.
HSL color Cylindrical-coordinate representation of color #6D0918: hue angle of 351º 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 #6D0918 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 24 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.57 |
| HSL | 351º | 0.85% | 0.23% | - |
| HSV(B) | 351º | 0.92% | 0.43% | - |
| XYZ | 6.57 | 3.51 | 1.2 | - |
| YUV | 40.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 24 | 0 | 0.92 | 0.78 | 0.57 | 351 | 0.85 | 0.23 |
| Hex | 6D | 9 | 18 | 0 | 5C | 4E | 39 | 15F | 55 | 17 |
| Octal | 155 | 11 | 30 | 0 | 134 | 116 | 71 | 537 | 125 | 27 |
| Binary | 1101101 | 1001 | 11000 | 0 | 1011100 | 1001110 | 111001 | 101011111 | 1010101 | 10111 |
Color Harmonies of #6D0918
Complementary color
Monochromatic Colors of #6D0918
Black with #6D0918
Text Example
Text Example
White with #6D0918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0918; }
p { color: rgb(109,9,24); }
H1.HeaderClassName
{
color: #6D0918;
}
.AnyTagClassName
{
color: #6D0918;
}
</style>
background-color css
<style>
a { background-color: #6D0918; }
a { background-color: rgb(109,9,24); }
div.DivClassName
{
background-color: #6D0918;
}
.BgClassName
{
background-color: #6D0918;
}
</style>
border-color css
<style>
span { border-color: #6D0918; }
span { border-color: rgb(109,9,24); }
td.TdClassName
{
border-color: #6D0918;
}
.TagClassName
{
border-color: #6D0918;
}
</style>