Shades of Burgundy #6C070A
Tints of Burgundy #6C070A
RGB
CMYK
RGB Variations
Color information
#6C070A (or 0x6C070A) is known color: Burgundy. HEX triplet: 6C, 07 and 0A. RGB value is (108,7,10). Sum of RGB (Red+Green+Blue) = 108+7+10=125 (16% of max value = 765). Red value is 108 (42.58% from 255 or 86.4% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 108 - color contains mainly: red. Hex color #6C070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C070A is #93F8F5. Grayscale: #252525. Windows color (decimal): -9697526 or 657260. OLE color: 657260.
HSL color Cylindrical-coordinate representation of color #6C070A: hue angle of 358.22º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C070A is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 7 | 10 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.58 |
| HSL | 358.22º | 0.88% | 0.23% | - |
| HSV(B) | 358.22º | 0.94% | 0.42% | - |
| XYZ | 6.32 | 3.36 | 0.6 | - |
| YUV | 37.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 7 | 10 | 0 | 0.94 | 0.91 | 0.58 | 358.22 | 0.88 | 0.23 |
| Hex | 6C | 7 | A | 0 | 5E | 5B | 3A | 166 | 58 | 17 |
| Octal | 154 | 7 | 12 | 0 | 136 | 133 | 72 | 546 | 130 | 27 |
| Binary | 1101100 | 111 | 1010 | 0 | 1011110 | 1011011 | 111010 | 101100110 | 1011000 | 10111 |
Color Harmonies of #6C070A
Complementary color
Monochromatic Colors of #6C070A
Black with #6C070A
Text Example
Text Example
White with #6C070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C070A; }
p { color: rgb(108,7,10); }
H1.HeaderClassName
{
color: #6C070A;
}
.AnyTagClassName
{
color: #6C070A;
}
</style>
background-color css
<style>
a { background-color: #6C070A; }
a { background-color: rgb(108,7,10); }
div.DivClassName
{
background-color: #6C070A;
}
.BgClassName
{
background-color: #6C070A;
}
</style>
border-color css
<style>
span { border-color: #6C070A; }
span { border-color: rgb(108,7,10); }
td.TdClassName
{
border-color: #6C070A;
}
.TagClassName
{
border-color: #6C070A;
}
</style>