Shades of Burgundy #6C071C
Tints of Burgundy #6C071C
RGB
CMYK
RGB Variations
Color information
#6C071C (or 0x6C071C) is known color: Burgundy. HEX triplet: 6C, 07 and 1C. RGB value is (108,7,28). Sum of RGB (Red+Green+Blue) = 108+7+28=143 (18% of max value = 765). Red value is 108 (42.58% from 255 or 75.52% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 108 - color contains mainly: red. Hex color #6C071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C071C is #93F8E3. Grayscale: #272727. Windows color (decimal): -9697508 or 1836908. OLE color: 1836908.
HSL color Cylindrical-coordinate representation of color #6C071C: hue angle of 347.52º 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 #6C071C is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 7 | 28 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.58 |
| HSL | 347.52º | 0.88% | 0.23% | - |
| HSV(B) | 347.52º | 0.94% | 0.42% | - |
| XYZ | 6.47 | 3.42 | 1.42 | - |
| YUV | 39.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 7 | 28 | 0 | 0.94 | 0.74 | 0.58 | 347.52 | 0.88 | 0.23 |
| Hex | 6C | 7 | 1C | 0 | 5E | 4A | 3A | 15C | 58 | 17 |
| Octal | 154 | 7 | 34 | 0 | 136 | 112 | 72 | 534 | 130 | 27 |
| Binary | 1101100 | 111 | 11100 | 0 | 1011110 | 1001010 | 111010 | 101011100 | 1011000 | 10111 |
Color Harmonies of #6C071C
Complementary color
Monochromatic Colors of #6C071C
Black with #6C071C
Text Example
Text Example
White with #6C071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C071C; }
p { color: rgb(108,7,28); }
H1.HeaderClassName
{
color: #6C071C;
}
.AnyTagClassName
{
color: #6C071C;
}
</style>
background-color css
<style>
a { background-color: #6C071C; }
a { background-color: rgb(108,7,28); }
div.DivClassName
{
background-color: #6C071C;
}
.BgClassName
{
background-color: #6C071C;
}
</style>
border-color css
<style>
span { border-color: #6C071C; }
span { border-color: rgb(108,7,28); }
td.TdClassName
{
border-color: #6C071C;
}
.TagClassName
{
border-color: #6C071C;
}
</style>