Shades of Burgundy #6D050F
Tints of Burgundy #6D050F
RGB
CMYK
RGB Variations
Color information
#6D050F (or 0x6D050F) is known color: Burgundy. HEX triplet: 6D, 05 and 0F. RGB value is (109,5,15). Sum of RGB (Red+Green+Blue) = 109+5+15=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D050F is #92FAF0. Grayscale: #252525. Windows color (decimal): -9632497 or 984429. OLE color: 984429.
HSL color Cylindrical-coordinate representation of color #6D050F: hue angle of 354.23º 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 #6D050F is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 15 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.57 |
| HSL | 354.23º | 0.91% | 0.22% | - |
| HSV(B) | 354.23º | 0.95% | 0.43% | - |
| XYZ | 6.45 | 3.39 | 0.77 | - |
| YUV | 37.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 15 | 0 | 0.95 | 0.86 | 0.57 | 354.23 | 0.91 | 0.22 |
| Hex | 6D | 5 | F | 0 | 5F | 56 | 39 | 162 | 5B | 16 |
| Octal | 155 | 5 | 17 | 0 | 137 | 126 | 71 | 542 | 133 | 26 |
| Binary | 1101101 | 101 | 1111 | 0 | 1011111 | 1010110 | 111001 | 101100010 | 1011011 | 10110 |
Color Harmonies of #6D050F
Complementary color
Monochromatic Colors of #6D050F
Black with #6D050F
Text Example
Text Example
White with #6D050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D050F; }
p { color: rgb(109,5,15); }
H1.HeaderClassName
{
color: #6D050F;
}
.AnyTagClassName
{
color: #6D050F;
}
</style>
background-color css
<style>
a { background-color: #6D050F; }
a { background-color: rgb(109,5,15); }
div.DivClassName
{
background-color: #6D050F;
}
.BgClassName
{
background-color: #6D050F;
}
</style>
border-color css
<style>
span { border-color: #6D050F; }
span { border-color: rgb(109,5,15); }
td.TdClassName
{
border-color: #6D050F;
}
.TagClassName
{
border-color: #6D050F;
}
</style>