Shades of Burgundy #6B011A
Tints of Burgundy #6B011A
RGB
CMYK
RGB Variations
Color information
#6B011A (or 0x6B011A) is known color: Burgundy. HEX triplet: 6B, 01 and 1A. RGB value is (107,1,26). Sum of RGB (Red+Green+Blue) = 107+1+26=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B011A is #94FEE5. Grayscale: #232323. Windows color (decimal): -9764582 or 1704299. OLE color: 1704299.
HSL color Cylindrical-coordinate representation of color #6B011A: hue angle of 345.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B011A is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.58 |
| HSL | 345.85º | 0.98% | 0.21% | - |
| HSV(B) | 345.85º | 0.99% | 0.42% | - |
| XYZ | 6.26 | 3.22 | 1.27 | - |
| YUV | 35.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 26 | 0 | 0.99 | 0.76 | 0.58 | 345.85 | 0.98 | 0.21 |
| Hex | 6B | 1 | 1A | 0 | 63 | 4C | 3A | 15A | 62 | 15 |
| Octal | 153 | 1 | 32 | 0 | 143 | 114 | 72 | 532 | 142 | 25 |
| Binary | 1101011 | 1 | 11010 | 0 | 1100011 | 1001100 | 111010 | 101011010 | 1100010 | 10101 |
Color Harmonies of #6B011A
Complementary color
Monochromatic Colors of #6B011A
Black with #6B011A
Text Example
Text Example
White with #6B011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B011A; }
p { color: rgb(107,1,26); }
H1.HeaderClassName
{
color: #6B011A;
}
.AnyTagClassName
{
color: #6B011A;
}
</style>
background-color css
<style>
a { background-color: #6B011A; }
a { background-color: rgb(107,1,26); }
div.DivClassName
{
background-color: #6B011A;
}
.BgClassName
{
background-color: #6B011A;
}
</style>
border-color css
<style>
span { border-color: #6B011A; }
span { border-color: rgb(107,1,26); }
td.TdClassName
{
border-color: #6B011A;
}
.TagClassName
{
border-color: #6B011A;
}
</style>