Shades of Burgundy #6F000B
Tints of Burgundy #6F000B
RGB
CMYK
RGB Variations
Color information
#6F000B (or 0x6F000B) is known color: Burgundy. HEX triplet: 6F, 00 and 0B. RGB value is (111,0,11). Sum of RGB (Red+Green+Blue) = 111+0+11=122 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.98% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 111 - color contains mainly: red. Hex color #6F000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F000B is #90FFF4. Grayscale: #222222. Windows color (decimal): -9502709 or 721007. OLE color: 721007.
HSL color Cylindrical-coordinate representation of color #6F000B: hue angle of 354.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F000B is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.90 | 0.56 |
| HSL | 354.05º | 1% | 0.22% | - |
| HSV(B) | 354.05º | 1% | 0.44% | - |
| XYZ | 6.62 | 3.4 | 0.62 | - |
| YUV | 34.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 11 | 0 | 1 | 0.90 | 0.56 | 354.05 | 1 | 0.22 |
| Hex | 6F | 0 | B | 0 | 64 | 5A | 38 | 162 | 64 | 16 |
| Octal | 157 | 0 | 13 | 0 | 144 | 132 | 70 | 542 | 144 | 26 |
| Binary | 1101111 | 0 | 1011 | 0 | 1100100 | 1011010 | 111000 | 101100010 | 1100100 | 10110 |
Color Harmonies of #6F000B
Complementary color
Monochromatic Colors of #6F000B
Black with #6F000B
Text Example
Text Example
White with #6F000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F000B; }
p { color: rgb(111,0,11); }
H1.HeaderClassName
{
color: #6F000B;
}
.AnyTagClassName
{
color: #6F000B;
}
</style>
background-color css
<style>
a { background-color: #6F000B; }
a { background-color: rgb(111,0,11); }
div.DivClassName
{
background-color: #6F000B;
}
.BgClassName
{
background-color: #6F000B;
}
</style>
border-color css
<style>
span { border-color: #6F000B; }
span { border-color: rgb(111,0,11); }
td.TdClassName
{
border-color: #6F000B;
}
.TagClassName
{
border-color: #6F000B;
}
</style>