Shades of Burgundy #6B0016
Tints of Burgundy #6B0016
RGB
CMYK
RGB Variations
Color information
#6B0016 (or 0x6B0016) is known color: Burgundy. HEX triplet: 6B, 00 and 16. RGB value is (107,0,22). Sum of RGB (Red+Green+Blue) = 107+0+22=129 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.95% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0016 is #94FFE9. Grayscale: #222222. Windows color (decimal): -9764842 or 1441899. OLE color: 1441899.
HSL color Cylindrical-coordinate representation of color #6B0016: hue angle of 347.66º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0016 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.79 | 0.58 |
| HSL | 347.66º | 1% | 0.21% | - |
| HSV(B) | 347.66º | 1% | 0.42% | - |
| XYZ | 6.21 | 3.18 | 1.05 | - |
| YUV | 34.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 22 | 0 | 1 | 0.79 | 0.58 | 347.66 | 1 | 0.21 |
| Hex | 6B | 0 | 16 | 0 | 64 | 4F | 3A | 15C | 64 | 15 |
| Octal | 153 | 0 | 26 | 0 | 144 | 117 | 72 | 534 | 144 | 25 |
| Binary | 1101011 | 0 | 10110 | 0 | 1100100 | 1001111 | 111010 | 101011100 | 1100100 | 10101 |
Color Harmonies of #6B0016
Complementary color
Monochromatic Colors of #6B0016
Black with #6B0016
Text Example
Text Example
White with #6B0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0016; }
p { color: rgb(107,0,22); }
H1.HeaderClassName
{
color: #6B0016;
}
.AnyTagClassName
{
color: #6B0016;
}
</style>
background-color css
<style>
a { background-color: #6B0016; }
a { background-color: rgb(107,0,22); }
div.DivClassName
{
background-color: #6B0016;
}
.BgClassName
{
background-color: #6B0016;
}
</style>
border-color css
<style>
span { border-color: #6B0016; }
span { border-color: rgb(107,0,22); }
td.TdClassName
{
border-color: #6B0016;
}
.TagClassName
{
border-color: #6B0016;
}
</style>