Shades of Burgundy #6E050C
Tints of Burgundy #6E050C
RGB
CMYK
RGB Variations
Color information
#6E050C (or 0x6E050C) is known color: Burgundy. HEX triplet: 6E, 05 and 0C. RGB value is (110,5,12). Sum of RGB (Red+Green+Blue) = 110+5+12=127 (16% of max value = 765). Red value is 110 (43.36% from 255 or 86.61% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 110 - color contains mainly: red. Hex color #6E050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E050C is #91FAF3. Grayscale: #252525. Windows color (decimal): -9566964 or 787822. OLE color: 787822.
HSL color Cylindrical-coordinate representation of color #6E050C: hue angle of 356º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E050C is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 5 | 12 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.57 |
| HSL | 356º | 0.91% | 0.23% | - |
| HSV(B) | 356º | 0.95% | 0.43% | - |
| XYZ | 6.55 | 3.45 | 0.67 | - |
| YUV | 37.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 12 | 0 | 0.95 | 0.89 | 0.57 | 356 | 0.91 | 0.23 |
| Hex | 6E | 5 | C | 0 | 5F | 59 | 39 | 164 | 5B | 17 |
| Octal | 156 | 5 | 14 | 0 | 137 | 131 | 71 | 544 | 133 | 27 |
| Binary | 1101110 | 101 | 1100 | 0 | 1011111 | 1011001 | 111001 | 101100100 | 1011011 | 10111 |
Color Harmonies of #6E050C
Complementary color
Monochromatic Colors of #6E050C
Black with #6E050C
Text Example
Text Example
White with #6E050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E050C; }
p { color: rgb(110,5,12); }
H1.HeaderClassName
{
color: #6E050C;
}
.AnyTagClassName
{
color: #6E050C;
}
</style>
background-color css
<style>
a { background-color: #6E050C; }
a { background-color: rgb(110,5,12); }
div.DivClassName
{
background-color: #6E050C;
}
.BgClassName
{
background-color: #6E050C;
}
</style>
border-color css
<style>
span { border-color: #6E050C; }
span { border-color: rgb(110,5,12); }
td.TdClassName
{
border-color: #6E050C;
}
.TagClassName
{
border-color: #6E050C;
}
</style>