Shades of Burgundy #6C0017
Tints of Burgundy #6C0017
RGB
CMYK
RGB Variations
Color information
#6C0017 (or 0x6C0017) is known color: Burgundy. HEX triplet: 6C, 00 and 17. RGB value is (108,0,23). Sum of RGB (Red+Green+Blue) = 108+0+23=131 (17% of max value = 765). Red value is 108 (42.58% from 255 or 82.44% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0017 is #93FFE8. Grayscale: #222222. Windows color (decimal): -9699305 or 1507436. OLE color: 1507436.
HSL color Cylindrical-coordinate representation of color #6C0017: hue angle of 347.22º 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 #6C0017 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.79 | 0.58 |
| HSL | 347.22º | 1% | 0.21% | - |
| HSV(B) | 347.22º | 1% | 0.42% | - |
| XYZ | 6.34 | 3.25 | 1.1 | - |
| YUV | 34.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 23 | 0 | 1 | 0.79 | 0.58 | 347.22 | 1 | 0.21 |
| Hex | 6C | 0 | 17 | 0 | 64 | 4F | 3A | 15B | 64 | 15 |
| Octal | 154 | 0 | 27 | 0 | 144 | 117 | 72 | 533 | 144 | 25 |
| Binary | 1101100 | 0 | 10111 | 0 | 1100100 | 1001111 | 111010 | 101011011 | 1100100 | 10101 |
Color Harmonies of #6C0017
Complementary color
Monochromatic Colors of #6C0017
Black with #6C0017
Text Example
Text Example
White with #6C0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0017; }
p { color: rgb(108,0,23); }
H1.HeaderClassName
{
color: #6C0017;
}
.AnyTagClassName
{
color: #6C0017;
}
</style>
background-color css
<style>
a { background-color: #6C0017; }
a { background-color: rgb(108,0,23); }
div.DivClassName
{
background-color: #6C0017;
}
.BgClassName
{
background-color: #6C0017;
}
</style>
border-color css
<style>
span { border-color: #6C0017; }
span { border-color: rgb(108,0,23); }
td.TdClassName
{
border-color: #6C0017;
}
.TagClassName
{
border-color: #6C0017;
}
</style>