Shades of Burgundy #6D091C
Tints of Burgundy #6D091C
RGB
CMYK
RGB Variations
Color information
#6D091C (or 0x6D091C) is known color: Burgundy. HEX triplet: 6D, 09 and 1C. RGB value is (109,9,28). Sum of RGB (Red+Green+Blue) = 109+9+28=146 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.66% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 109 - color contains mainly: red. Hex color #6D091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D091C is #92F6E3. Grayscale: #292929. Windows color (decimal): -9631460 or 1837421. OLE color: 1837421.
HSL color Cylindrical-coordinate representation of color #6D091C: hue angle of 348.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 #6D091C is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 28 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.57 |
| HSL | 348.6º | 0.85% | 0.23% | - |
| HSV(B) | 348.6º | 0.92% | 0.43% | - |
| XYZ | 6.61 | 3.53 | 1.43 | - |
| YUV | 41.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 28 | 0 | 0.92 | 0.74 | 0.57 | 348.6 | 0.85 | 0.23 |
| Hex | 6D | 9 | 1C | 0 | 5C | 4A | 39 | 15D | 55 | 17 |
| Octal | 155 | 11 | 34 | 0 | 134 | 112 | 71 | 535 | 125 | 27 |
| Binary | 1101101 | 1001 | 11100 | 0 | 1011100 | 1001010 | 111001 | 101011101 | 1010101 | 10111 |
Color Harmonies of #6D091C
Complementary color
Monochromatic Colors of #6D091C
Black with #6D091C
Text Example
Text Example
White with #6D091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D091C; }
p { color: rgb(109,9,28); }
H1.HeaderClassName
{
color: #6D091C;
}
.AnyTagClassName
{
color: #6D091C;
}
</style>
background-color css
<style>
a { background-color: #6D091C; }
a { background-color: rgb(109,9,28); }
div.DivClassName
{
background-color: #6D091C;
}
.BgClassName
{
background-color: #6D091C;
}
</style>
border-color css
<style>
span { border-color: #6D091C; }
span { border-color: rgb(109,9,28); }
td.TdClassName
{
border-color: #6D091C;
}
.TagClassName
{
border-color: #6D091C;
}
</style>