Shades of Burgundy #6F0311
Tints of Burgundy #6F0311
RGB
CMYK
RGB Variations
Color information
#6F0311 (or 0x6F0311) is known color: Burgundy. HEX triplet: 6F, 03 and 11. RGB value is (111,3,17). Sum of RGB (Red+Green+Blue) = 111+3+17=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0311 is #90FCEE. Grayscale: #242424. Windows color (decimal): -9501935 or 1114991. OLE color: 1114991.
HSL color Cylindrical-coordinate representation of color #6F0311: hue angle of 352.22º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0311 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 17 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.56 |
| HSL | 352.22º | 0.95% | 0.22% | - |
| HSV(B) | 352.22º | 0.97% | 0.44% | - |
| XYZ | 6.69 | 3.49 | 0.85 | - |
| YUV | 36.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 17 | 0 | 0.97 | 0.85 | 0.56 | 352.22 | 0.95 | 0.22 |
| Hex | 6F | 3 | 11 | 0 | 61 | 55 | 38 | 160 | 5F | 16 |
| Octal | 157 | 3 | 21 | 0 | 141 | 125 | 70 | 540 | 137 | 26 |
| Binary | 1101111 | 11 | 10001 | 0 | 1100001 | 1010101 | 111000 | 101100000 | 1011111 | 10110 |
Color Harmonies of #6F0311
Complementary color
Monochromatic Colors of #6F0311
Black with #6F0311
Text Example
Text Example
White with #6F0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0311; }
p { color: rgb(111,3,17); }
H1.HeaderClassName
{
color: #6F0311;
}
.AnyTagClassName
{
color: #6F0311;
}
</style>
background-color css
<style>
a { background-color: #6F0311; }
a { background-color: rgb(111,3,17); }
div.DivClassName
{
background-color: #6F0311;
}
.BgClassName
{
background-color: #6F0311;
}
</style>
border-color css
<style>
span { border-color: #6F0311; }
span { border-color: rgb(111,3,17); }
td.TdClassName
{
border-color: #6F0311;
}
.TagClassName
{
border-color: #6F0311;
}
</style>