Shades of Burgundy #6D051A
Tints of Burgundy #6D051A
RGB
CMYK
RGB Variations
Color information
#6D051A (or 0x6D051A) is known color: Burgundy. HEX triplet: 6D, 05 and 1A. RGB value is (109,5,26). Sum of RGB (Red+Green+Blue) = 109+5+26=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D051A is #92FAE5. Grayscale: #262626. Windows color (decimal): -9632486 or 1705325. OLE color: 1705325.
HSL color Cylindrical-coordinate representation of color #6D051A: hue angle of 347.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D051A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 26 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.57 |
| HSL | 347.88º | 0.91% | 0.22% | - |
| HSV(B) | 347.88º | 0.95% | 0.43% | - |
| XYZ | 6.55 | 3.43 | 1.3 | - |
| YUV | 38.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 26 | 0 | 0.95 | 0.76 | 0.57 | 347.88 | 0.91 | 0.22 |
| Hex | 6D | 5 | 1A | 0 | 5F | 4C | 39 | 15C | 5B | 16 |
| Octal | 155 | 5 | 32 | 0 | 137 | 114 | 71 | 534 | 133 | 26 |
| Binary | 1101101 | 101 | 11010 | 0 | 1011111 | 1001100 | 111001 | 101011100 | 1011011 | 10110 |
Color Harmonies of #6D051A
Complementary color
Monochromatic Colors of #6D051A
Black with #6D051A
Text Example
Text Example
White with #6D051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D051A; }
p { color: rgb(109,5,26); }
H1.HeaderClassName
{
color: #6D051A;
}
.AnyTagClassName
{
color: #6D051A;
}
</style>
background-color css
<style>
a { background-color: #6D051A; }
a { background-color: rgb(109,5,26); }
div.DivClassName
{
background-color: #6D051A;
}
.BgClassName
{
background-color: #6D051A;
}
</style>
border-color css
<style>
span { border-color: #6D051A; }
span { border-color: rgb(109,5,26); }
td.TdClassName
{
border-color: #6D051A;
}
.TagClassName
{
border-color: #6D051A;
}
</style>