Shades of Burgundy #6F0729
Tints of Burgundy #6F0729
RGB
CMYK
RGB Variations
Color information
#6F0729 (or 0x6F0729) is known color: Burgundy. HEX triplet: 6F, 07 and 29. RGB value is (111,7,41). Sum of RGB (Red+Green+Blue) = 111+7+41=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0729 is #90F8D6. Grayscale: #292929. Windows color (decimal): -9500887 or 2688879. OLE color: 2688879.
HSL color Cylindrical-coordinate representation of color #6F0729: hue angle of 340.38º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0729 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 41 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.56 |
| HSL | 340.38º | 0.88% | 0.23% | - |
| HSV(B) | 340.38º | 0.94% | 0.44% | - |
| XYZ | 7.03 | 3.69 | 2.44 | - |
| YUV | 41.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 41 | 0 | 0.94 | 0.63 | 0.56 | 340.38 | 0.88 | 0.23 |
| Hex | 6F | 7 | 29 | 0 | 5E | 3F | 38 | 154 | 58 | 17 |
| Octal | 157 | 7 | 51 | 0 | 136 | 77 | 70 | 524 | 130 | 27 |
| Binary | 1101111 | 111 | 101001 | 0 | 1011110 | 111111 | 111000 | 101010100 | 1011000 | 10111 |
Color Harmonies of #6F0729
Complementary color
Monochromatic Colors of #6F0729
Black with #6F0729
Text Example
Text Example
White with #6F0729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0729; }
p { color: rgb(111,7,41); }
H1.HeaderClassName
{
color: #6F0729;
}
.AnyTagClassName
{
color: #6F0729;
}
</style>
background-color css
<style>
a { background-color: #6F0729; }
a { background-color: rgb(111,7,41); }
div.DivClassName
{
background-color: #6F0729;
}
.BgClassName
{
background-color: #6F0729;
}
</style>
border-color css
<style>
span { border-color: #6F0729; }
span { border-color: rgb(111,7,41); }
td.TdClassName
{
border-color: #6F0729;
}
.TagClassName
{
border-color: #6F0729;
}
</style>