Shades of Burgundy #6B0829
Tints of Burgundy #6B0829
RGB
CMYK
RGB Variations
Color information
#6B0829 (or 0x6B0829) is known color: Burgundy. HEX triplet: 6B, 08 and 29. RGB value is (107,8,41). Sum of RGB (Red+Green+Blue) = 107+8+41=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0829 is #94F7D6. Grayscale: #292929. Windows color (decimal): -9762775 or 2689131. OLE color: 2689131.
HSL color Cylindrical-coordinate representation of color #6B0829: hue angle of 340º 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 #6B0829 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 8 | 41 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.58 |
| HSL | 340º | 0.86% | 0.23% | - |
| HSV(B) | 340º | 0.93% | 0.42% | - |
| XYZ | 6.55 | 3.46 | 2.42 | - |
| YUV | 41.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 41 | 0 | 0.93 | 0.62 | 0.58 | 340 | 0.86 | 0.23 |
| Hex | 6B | 8 | 29 | 0 | 5D | 3E | 3A | 154 | 56 | 17 |
| Octal | 153 | 10 | 51 | 0 | 135 | 76 | 72 | 524 | 126 | 27 |
| Binary | 1101011 | 1000 | 101001 | 0 | 1011101 | 111110 | 111010 | 101010100 | 1010110 | 10111 |
Color Harmonies of #6B0829
Complementary color
Monochromatic Colors of #6B0829
Black with #6B0829
Text Example
Text Example
White with #6B0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0829; }
p { color: rgb(107,8,41); }
H1.HeaderClassName
{
color: #6B0829;
}
.AnyTagClassName
{
color: #6B0829;
}
</style>
background-color css
<style>
a { background-color: #6B0829; }
a { background-color: rgb(107,8,41); }
div.DivClassName
{
background-color: #6B0829;
}
.BgClassName
{
background-color: #6B0829;
}
</style>
border-color css
<style>
span { border-color: #6B0829; }
span { border-color: rgb(107,8,41); }
td.TdClassName
{
border-color: #6B0829;
}
.TagClassName
{
border-color: #6B0829;
}
</style>