Shades of Burgundy #6D010A
Tints of Burgundy #6D010A
RGB
CMYK
RGB Variations
Color information
#6D010A (or 0x6D010A) is known color: Burgundy. HEX triplet: 6D, 01 and 0A. RGB value is (109,1,10). Sum of RGB (Red+Green+Blue) = 109+1+10=120 (15% of max value = 765). Red value is 109 (42.97% from 255 or 90.83% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 109 - color contains mainly: red. Hex color #6D010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D010A is #92FEF5. Grayscale: #222222. Windows color (decimal): -9633526 or 655725. OLE color: 655725.
HSL color Cylindrical-coordinate representation of color #6D010A: hue angle of 355º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D010A is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.57 |
| HSL | 355º | 0.98% | 0.22% | - |
| HSV(B) | 355º | 0.99% | 0.43% | - |
| XYZ | 6.37 | 3.29 | 0.59 | - |
| YUV | 34.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 10 | 0 | 0.99 | 0.91 | 0.57 | 355 | 0.98 | 0.22 |
| Hex | 6D | 1 | A | 0 | 63 | 5B | 39 | 163 | 62 | 16 |
| Octal | 155 | 1 | 12 | 0 | 143 | 133 | 71 | 543 | 142 | 26 |
| Binary | 1101101 | 1 | 1010 | 0 | 1100011 | 1011011 | 111001 | 101100011 | 1100010 | 10110 |
Color Harmonies of #6D010A
Complementary color
Monochromatic Colors of #6D010A
Black with #6D010A
Text Example
Text Example
White with #6D010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D010A; }
p { color: rgb(109,1,10); }
H1.HeaderClassName
{
color: #6D010A;
}
.AnyTagClassName
{
color: #6D010A;
}
</style>
background-color css
<style>
a { background-color: #6D010A; }
a { background-color: rgb(109,1,10); }
div.DivClassName
{
background-color: #6D010A;
}
.BgClassName
{
background-color: #6D010A;
}
</style>
border-color css
<style>
span { border-color: #6D010A; }
span { border-color: rgb(109,1,10); }
td.TdClassName
{
border-color: #6D010A;
}
.TagClassName
{
border-color: #6D010A;
}
</style>