Shades of Burgundy #6C0515
Tints of Burgundy #6C0515
RGB
CMYK
RGB Variations
Color information
#6C0515 (or 0x6C0515) is known color: Burgundy. HEX triplet: 6C, 05 and 15. RGB value is (108,5,21). Sum of RGB (Red+Green+Blue) = 108+5+21=134 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80.60% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0515 is #93FAEA. Grayscale: #252525. Windows color (decimal): -9698027 or 1377644. OLE color: 1377644.
HSL color Cylindrical-coordinate representation of color #6C0515: hue angle of 350.68º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0515 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 5 | 21 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.58 |
| HSL | 350.68º | 0.91% | 0.22% | - |
| HSV(B) | 350.68º | 0.95% | 0.42% | - |
| XYZ | 6.37 | 3.35 | 1.02 | - |
| YUV | 37.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 21 | 0 | 0.95 | 0.81 | 0.58 | 350.68 | 0.91 | 0.22 |
| Hex | 6C | 5 | 15 | 0 | 5F | 51 | 3A | 15F | 5B | 16 |
| Octal | 154 | 5 | 25 | 0 | 137 | 121 | 72 | 537 | 133 | 26 |
| Binary | 1101100 | 101 | 10101 | 0 | 1011111 | 1010001 | 111010 | 101011111 | 1011011 | 10110 |
Color Harmonies of #6C0515
Complementary color
Monochromatic Colors of #6C0515
Black with #6C0515
Text Example
Text Example
White with #6C0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0515; }
p { color: rgb(108,5,21); }
H1.HeaderClassName
{
color: #6C0515;
}
.AnyTagClassName
{
color: #6C0515;
}
</style>
background-color css
<style>
a { background-color: #6C0515; }
a { background-color: rgb(108,5,21); }
div.DivClassName
{
background-color: #6C0515;
}
.BgClassName
{
background-color: #6C0515;
}
</style>
border-color css
<style>
span { border-color: #6C0515; }
span { border-color: rgb(108,5,21); }
td.TdClassName
{
border-color: #6C0515;
}
.TagClassName
{
border-color: #6C0515;
}
</style>