Shades of Burgundy #6D081B
Tints of Burgundy #6D081B
RGB
CMYK
RGB Variations
Color information
#6D081B (or 0x6D081B) is known color: Burgundy. HEX triplet: 6D, 08 and 1B. RGB value is (109,8,27). Sum of RGB (Red+Green+Blue) = 109+8+27=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D081B is #92F7E4. Grayscale: #282828. Windows color (decimal): -9631717 or 1771629. OLE color: 1771629.
HSL color Cylindrical-coordinate representation of color #6D081B: hue angle of 348.71º 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 #6D081B is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 27 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.57 |
| HSL | 348.71º | 0.86% | 0.23% | - |
| HSV(B) | 348.71º | 0.93% | 0.43% | - |
| XYZ | 6.59 | 3.5 | 1.37 | - |
| YUV | 40.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 27 | 0 | 0.93 | 0.75 | 0.57 | 348.71 | 0.86 | 0.23 |
| Hex | 6D | 8 | 1B | 0 | 5D | 4B | 39 | 15D | 56 | 17 |
| Octal | 155 | 10 | 33 | 0 | 135 | 113 | 71 | 535 | 126 | 27 |
| Binary | 1101101 | 1000 | 11011 | 0 | 1011101 | 1001011 | 111001 | 101011101 | 1010110 | 10111 |
Color Harmonies of #6D081B
Complementary color
Monochromatic Colors of #6D081B
Black with #6D081B
Text Example
Text Example
White with #6D081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D081B; }
p { color: rgb(109,8,27); }
H1.HeaderClassName
{
color: #6D081B;
}
.AnyTagClassName
{
color: #6D081B;
}
</style>
background-color css
<style>
a { background-color: #6D081B; }
a { background-color: rgb(109,8,27); }
div.DivClassName
{
background-color: #6D081B;
}
.BgClassName
{
background-color: #6D081B;
}
</style>
border-color css
<style>
span { border-color: #6D081B; }
span { border-color: rgb(109,8,27); }
td.TdClassName
{
border-color: #6D081B;
}
.TagClassName
{
border-color: #6D081B;
}
</style>