Shades of Burgundy #6C070F
Tints of Burgundy #6C070F
RGB
CMYK
RGB Variations
Color information
#6C070F (or 0x6C070F) is known color: Burgundy. HEX triplet: 6C, 07 and 0F. RGB value is (108,7,15). Sum of RGB (Red+Green+Blue) = 108+7+15=130 (17% of max value = 765). Red value is 108 (42.58% from 255 or 83.08% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 108 - color contains mainly: red. Hex color #6C070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C070F is #93F8F0. Grayscale: #262626. Windows color (decimal): -9697521 or 984940. OLE color: 984940.
HSL color Cylindrical-coordinate representation of color #6C070F: hue angle of 355.25º 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 #6C070F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 7 | 15 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.58 |
| HSL | 355.25º | 0.88% | 0.23% | - |
| HSV(B) | 355.25º | 0.94% | 0.42% | - |
| XYZ | 6.35 | 3.37 | 0.77 | - |
| YUV | 38.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 7 | 15 | 0 | 0.94 | 0.86 | 0.58 | 355.25 | 0.88 | 0.23 |
| Hex | 6C | 7 | F | 0 | 5E | 56 | 3A | 163 | 58 | 17 |
| Octal | 154 | 7 | 17 | 0 | 136 | 126 | 72 | 543 | 130 | 27 |
| Binary | 1101100 | 111 | 1111 | 0 | 1011110 | 1010110 | 111010 | 101100011 | 1011000 | 10111 |
Color Harmonies of #6C070F
Complementary color
Monochromatic Colors of #6C070F
Black with #6C070F
Text Example
Text Example
White with #6C070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C070F; }
p { color: rgb(108,7,15); }
H1.HeaderClassName
{
color: #6C070F;
}
.AnyTagClassName
{
color: #6C070F;
}
</style>
background-color css
<style>
a { background-color: #6C070F; }
a { background-color: rgb(108,7,15); }
div.DivClassName
{
background-color: #6C070F;
}
.BgClassName
{
background-color: #6C070F;
}
</style>
border-color css
<style>
span { border-color: #6C070F; }
span { border-color: rgb(108,7,15); }
td.TdClassName
{
border-color: #6C070F;
}
.TagClassName
{
border-color: #6C070F;
}
</style>