Shades of Burgundy #6D0020
Tints of Burgundy #6D0020
RGB
CMYK
RGB Variations
Color information
#6D0020 (or 0x6D0020) is known color: Burgundy. HEX triplet: 6D, 00 and 20. RGB value is (109,0,32). Sum of RGB (Red+Green+Blue) = 109+0+32=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0020 is #92FFDF. Grayscale: #242424. Windows color (decimal): -9633760 or 2097261. OLE color: 2097261.
HSL color Cylindrical-coordinate representation of color #6D0020: hue angle of 342.39º 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 #6D0020 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.71 | 0.57 |
| HSL | 342.39º | 1% | 0.21% | - |
| HSV(B) | 342.39º | 1% | 0.43% | - |
| XYZ | 6.57 | 3.36 | 1.67 | - |
| YUV | 36.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 32 | 0 | 1 | 0.71 | 0.57 | 342.39 | 1 | 0.21 |
| Hex | 6D | 0 | 20 | 0 | 64 | 47 | 39 | 156 | 64 | 15 |
| Octal | 155 | 0 | 40 | 0 | 144 | 107 | 71 | 526 | 144 | 25 |
| Binary | 1101101 | 0 | 100000 | 0 | 1100100 | 1000111 | 111001 | 101010110 | 1100100 | 10101 |
Color Harmonies of #6D0020
Complementary color
Monochromatic Colors of #6D0020
Black with #6D0020
Text Example
Text Example
White with #6D0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0020; }
p { color: rgb(109,0,32); }
H1.HeaderClassName
{
color: #6D0020;
}
.AnyTagClassName
{
color: #6D0020;
}
</style>
background-color css
<style>
a { background-color: #6D0020; }
a { background-color: rgb(109,0,32); }
div.DivClassName
{
background-color: #6D0020;
}
.BgClassName
{
background-color: #6D0020;
}
</style>
border-color css
<style>
span { border-color: #6D0020; }
span { border-color: rgb(109,0,32); }
td.TdClassName
{
border-color: #6D0020;
}
.TagClassName
{
border-color: #6D0020;
}
</style>