Shades of Burgundy #6C000B
Tints of Burgundy #6C000B
RGB
CMYK
RGB Variations
Color information
#6C000B (or 0x6C000B) is known color: Burgundy. HEX triplet: 6C, 00 and 0B. RGB value is (108,0,11). Sum of RGB (Red+Green+Blue) = 108+0+11=119 (15% of max value = 765). Red value is 108 (42.58% from 255 or 90.76% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 108 - color contains mainly: red. Hex color #6C000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C000B is #93FFF4. Grayscale: #212121. Windows color (decimal): -9699317 or 721004. OLE color: 721004.
HSL color Cylindrical-coordinate representation of color #6C000B: hue angle of 353.89º 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 #6C000B is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.90 | 0.58 |
| HSL | 353.89º | 1% | 0.21% | - |
| HSV(B) | 353.89º | 1% | 0.42% | - |
| XYZ | 6.24 | 3.21 | 0.61 | - |
| YUV | 33.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 11 | 0 | 1 | 0.90 | 0.58 | 353.89 | 1 | 0.21 |
| Hex | 6C | 0 | B | 0 | 64 | 5A | 3A | 162 | 64 | 15 |
| Octal | 154 | 0 | 13 | 0 | 144 | 132 | 72 | 542 | 144 | 25 |
| Binary | 1101100 | 0 | 1011 | 0 | 1100100 | 1011010 | 111010 | 101100010 | 1100100 | 10101 |
Color Harmonies of #6C000B
Complementary color
Monochromatic Colors of #6C000B
Black with #6C000B
Text Example
Text Example
White with #6C000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C000B; }
p { color: rgb(108,0,11); }
H1.HeaderClassName
{
color: #6C000B;
}
.AnyTagClassName
{
color: #6C000B;
}
</style>
background-color css
<style>
a { background-color: #6C000B; }
a { background-color: rgb(108,0,11); }
div.DivClassName
{
background-color: #6C000B;
}
.BgClassName
{
background-color: #6C000B;
}
</style>
border-color css
<style>
span { border-color: #6C000B; }
span { border-color: rgb(108,0,11); }
td.TdClassName
{
border-color: #6C000B;
}
.TagClassName
{
border-color: #6C000B;
}
</style>