Shades of Burgundy #6C050E
Tints of Burgundy #6C050E
RGB
CMYK
RGB Variations
Color information
#6C050E (or 0x6C050E) is known color: Burgundy. HEX triplet: 6C, 05 and 0E. RGB value is (108,5,14). Sum of RGB (Red+Green+Blue) = 108+5+14=127 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.04% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 108 - color contains mainly: red. Hex color #6C050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C050E is #93FAF1. Grayscale: #242424. Windows color (decimal): -9698034 or 918892. OLE color: 918892.
HSL color Cylindrical-coordinate representation of color #6C050E: hue angle of 354.76º 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 #6C050E is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 5 | 14 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.58 |
| HSL | 354.76º | 0.91% | 0.22% | - |
| HSV(B) | 354.76º | 0.95% | 0.42% | - |
| XYZ | 6.32 | 3.33 | 0.72 | - |
| YUV | 36.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 14 | 0 | 0.95 | 0.87 | 0.58 | 354.76 | 0.91 | 0.22 |
| Hex | 6C | 5 | E | 0 | 5F | 57 | 3A | 163 | 5B | 16 |
| Octal | 154 | 5 | 16 | 0 | 137 | 127 | 72 | 543 | 133 | 26 |
| Binary | 1101100 | 101 | 1110 | 0 | 1011111 | 1010111 | 111010 | 101100011 | 1011011 | 10110 |
Color Harmonies of #6C050E
Complementary color
Monochromatic Colors of #6C050E
Black with #6C050E
Text Example
Text Example
White with #6C050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C050E; }
p { color: rgb(108,5,14); }
H1.HeaderClassName
{
color: #6C050E;
}
.AnyTagClassName
{
color: #6C050E;
}
</style>
background-color css
<style>
a { background-color: #6C050E; }
a { background-color: rgb(108,5,14); }
div.DivClassName
{
background-color: #6C050E;
}
.BgClassName
{
background-color: #6C050E;
}
</style>
border-color css
<style>
span { border-color: #6C050E; }
span { border-color: rgb(108,5,14); }
td.TdClassName
{
border-color: #6C050E;
}
.TagClassName
{
border-color: #6C050E;
}
</style>