Shades of Burgundy #6B0209
Tints of Burgundy #6B0209
RGB
CMYK
RGB Variations
Color information
#6B0209 (or 0x6B0209) is known color: Burgundy. HEX triplet: 6B, 02 and 09. RGB value is (107,2,9). Sum of RGB (Red+Green+Blue) = 107+2+9=118 (15% of max value = 765). Red value is 107 (42.19% from 255 or 90.68% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0209 is #94FDF6. Grayscale: #222222. Windows color (decimal): -9764343 or 590443. OLE color: 590443.
HSL color Cylindrical-coordinate representation of color #6B0209: hue angle of 356º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0209 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 9 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.58 |
| HSL | 356º | 0.96% | 0.21% | - |
| HSV(B) | 356º | 0.98% | 0.42% | - |
| XYZ | 6.13 | 3.19 | 0.55 | - |
| YUV | 34.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 9 | 0 | 0.98 | 0.92 | 0.58 | 356 | 0.96 | 0.21 |
| Hex | 6B | 2 | 9 | 0 | 62 | 5C | 3A | 164 | 60 | 15 |
| Octal | 153 | 2 | 11 | 0 | 142 | 134 | 72 | 544 | 140 | 25 |
| Binary | 1101011 | 10 | 1001 | 0 | 1100010 | 1011100 | 111010 | 101100100 | 1100000 | 10101 |
Color Harmonies of #6B0209
Complementary color
Monochromatic Colors of #6B0209
Black with #6B0209
Text Example
Text Example
White with #6B0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0209; }
p { color: rgb(107,2,9); }
H1.HeaderClassName
{
color: #6B0209;
}
.AnyTagClassName
{
color: #6B0209;
}
</style>
background-color css
<style>
a { background-color: #6B0209; }
a { background-color: rgb(107,2,9); }
div.DivClassName
{
background-color: #6B0209;
}
.BgClassName
{
background-color: #6B0209;
}
</style>
border-color css
<style>
span { border-color: #6B0209; }
span { border-color: rgb(107,2,9); }
td.TdClassName
{
border-color: #6B0209;
}
.TagClassName
{
border-color: #6B0209;
}
</style>