Shades of Burgundy #6D050B
Tints of Burgundy #6D050B
RGB
CMYK
RGB Variations
Color information
#6D050B (or 0x6D050B) is known color: Burgundy. HEX triplet: 6D, 05 and 0B. RGB value is (109,5,11). Sum of RGB (Red+Green+Blue) = 109+5+11=125 (16% of max value = 765). Red value is 109 (42.97% from 255 or 87.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 109 - color contains mainly: red. Hex color #6D050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D050B is #92FAF4. Grayscale: #242424. Windows color (decimal): -9632501 or 722285. OLE color: 722285.
HSL color Cylindrical-coordinate representation of color #6D050B: hue angle of 356.54º 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 #6D050B is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 11 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.57 |
| HSL | 356.54º | 0.91% | 0.22% | - |
| HSV(B) | 356.54º | 0.95% | 0.43% | - |
| XYZ | 6.42 | 3.38 | 0.63 | - |
| YUV | 36.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 11 | 0 | 0.95 | 0.90 | 0.57 | 356.54 | 0.91 | 0.22 |
| Hex | 6D | 5 | B | 0 | 5F | 5A | 39 | 165 | 5B | 16 |
| Octal | 155 | 5 | 13 | 0 | 137 | 132 | 71 | 545 | 133 | 26 |
| Binary | 1101101 | 101 | 1011 | 0 | 1011111 | 1011010 | 111001 | 101100101 | 1011011 | 10110 |
Color Harmonies of #6D050B
Complementary color
Monochromatic Colors of #6D050B
Black with #6D050B
Text Example
Text Example
White with #6D050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D050B; }
p { color: rgb(109,5,11); }
H1.HeaderClassName
{
color: #6D050B;
}
.AnyTagClassName
{
color: #6D050B;
}
</style>
background-color css
<style>
a { background-color: #6D050B; }
a { background-color: rgb(109,5,11); }
div.DivClassName
{
background-color: #6D050B;
}
.BgClassName
{
background-color: #6D050B;
}
</style>
border-color css
<style>
span { border-color: #6D050B; }
span { border-color: rgb(109,5,11); }
td.TdClassName
{
border-color: #6D050B;
}
.TagClassName
{
border-color: #6D050B;
}
</style>