Shades of Burgundy #6B0820
Tints of Burgundy #6B0820
RGB
CMYK
RGB Variations
Color information
#6B0820 (or 0x6B0820) is known color: Burgundy. HEX triplet: 6B, 08 and 20. RGB value is (107,8,32). Sum of RGB (Red+Green+Blue) = 107+8+32=147 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.79% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0820 is #94F7DF. Grayscale: #282828. Windows color (decimal): -9762784 or 2099307. OLE color: 2099307.
HSL color Cylindrical-coordinate representation of color #6B0820: hue angle of 345.45º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0820 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 8 | 32 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.58 |
| HSL | 345.45º | 0.86% | 0.23% | - |
| HSV(B) | 345.45º | 0.93% | 0.42% | - |
| XYZ | 6.41 | 3.4 | 1.69 | - |
| YUV | 40.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 32 | 0 | 0.93 | 0.70 | 0.58 | 345.45 | 0.86 | 0.23 |
| Hex | 6B | 8 | 20 | 0 | 5D | 46 | 3A | 159 | 56 | 17 |
| Octal | 153 | 10 | 40 | 0 | 135 | 106 | 72 | 531 | 126 | 27 |
| Binary | 1101011 | 1000 | 100000 | 0 | 1011101 | 1000110 | 111010 | 101011001 | 1010110 | 10111 |
Color Harmonies of #6B0820
Complementary color
Monochromatic Colors of #6B0820
Black with #6B0820
Text Example
Text Example
White with #6B0820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0820; }
p { color: rgb(107,8,32); }
H1.HeaderClassName
{
color: #6B0820;
}
.AnyTagClassName
{
color: #6B0820;
}
</style>
background-color css
<style>
a { background-color: #6B0820; }
a { background-color: rgb(107,8,32); }
div.DivClassName
{
background-color: #6B0820;
}
.BgClassName
{
background-color: #6B0820;
}
</style>
border-color css
<style>
span { border-color: #6B0820; }
span { border-color: rgb(107,8,32); }
td.TdClassName
{
border-color: #6B0820;
}
.TagClassName
{
border-color: #6B0820;
}
</style>