Shades of Burgundy #6D082C
Tints of Burgundy #6D082C
RGB
CMYK
RGB Variations
Color information
#6D082C (or 0x6D082C) is known color: Burgundy. HEX triplet: 6D, 08 and 2C. RGB value is (109,8,44). Sum of RGB (Red+Green+Blue) = 109+8+44=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D082C is #92F7D3. Grayscale: #2A2A2A. Windows color (decimal): -9631700 or 2885741. OLE color: 2885741.
HSL color Cylindrical-coordinate representation of color #6D082C: hue angle of 338.61º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D082C is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 44 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.57 |
| HSL | 338.61º | 0.86% | 0.23% | - |
| HSV(B) | 338.61º | 0.93% | 0.43% | - |
| XYZ | 6.85 | 3.61 | 2.72 | - |
| YUV | 42.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 44 | 0 | 0.93 | 0.60 | 0.57 | 338.61 | 0.86 | 0.23 |
| Hex | 6D | 8 | 2C | 0 | 5D | 3C | 39 | 153 | 56 | 17 |
| Octal | 155 | 10 | 54 | 0 | 135 | 74 | 71 | 523 | 126 | 27 |
| Binary | 1101101 | 1000 | 101100 | 0 | 1011101 | 111100 | 111001 | 101010011 | 1010110 | 10111 |
Color Harmonies of #6D082C
Complementary color
Monochromatic Colors of #6D082C
Black with #6D082C
Text Example
Text Example
White with #6D082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D082C; }
p { color: rgb(109,8,44); }
H1.HeaderClassName
{
color: #6D082C;
}
.AnyTagClassName
{
color: #6D082C;
}
</style>
background-color css
<style>
a { background-color: #6D082C; }
a { background-color: rgb(109,8,44); }
div.DivClassName
{
background-color: #6D082C;
}
.BgClassName
{
background-color: #6D082C;
}
</style>
border-color css
<style>
span { border-color: #6D082C; }
span { border-color: rgb(109,8,44); }
td.TdClassName
{
border-color: #6D082C;
}
.TagClassName
{
border-color: #6D082C;
}
</style>