Shades of Burgundy #6C0417
Tints of Burgundy #6C0417
RGB
CMYK
RGB Variations
Color information
#6C0417 (or 0x6C0417) is known color: Burgundy. HEX triplet: 6C, 04 and 17. RGB value is (108,4,23). Sum of RGB (Red+Green+Blue) = 108+4+23=135 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0417 is #93FBE8. Grayscale: #252525. Windows color (decimal): -9698281 or 1508460. OLE color: 1508460.
HSL color Cylindrical-coordinate representation of color #6C0417: hue angle of 349.04º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0417 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 23 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.58 |
| HSL | 349.04º | 0.93% | 0.22% | - |
| HSV(B) | 349.04º | 0.96% | 0.42% | - |
| XYZ | 6.38 | 3.34 | 1.12 | - |
| YUV | 37.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 23 | 0 | 0.96 | 0.79 | 0.58 | 349.04 | 0.93 | 0.22 |
| Hex | 6C | 4 | 17 | 0 | 60 | 4F | 3A | 15D | 5D | 16 |
| Octal | 154 | 4 | 27 | 0 | 140 | 117 | 72 | 535 | 135 | 26 |
| Binary | 1101100 | 100 | 10111 | 0 | 1100000 | 1001111 | 111010 | 101011101 | 1011101 | 10110 |
Color Harmonies of #6C0417
Complementary color
Monochromatic Colors of #6C0417
Black with #6C0417
Text Example
Text Example
White with #6C0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0417; }
p { color: rgb(108,4,23); }
H1.HeaderClassName
{
color: #6C0417;
}
.AnyTagClassName
{
color: #6C0417;
}
</style>
background-color css
<style>
a { background-color: #6C0417; }
a { background-color: rgb(108,4,23); }
div.DivClassName
{
background-color: #6C0417;
}
.BgClassName
{
background-color: #6C0417;
}
</style>
border-color css
<style>
span { border-color: #6C0417; }
span { border-color: rgb(108,4,23); }
td.TdClassName
{
border-color: #6C0417;
}
.TagClassName
{
border-color: #6C0417;
}
</style>