Shades of Maroon #6F1107
Tints of Maroon #6F1107
RGB
CMYK
RGB Variations
Color information
#6F1107 (or 0x6F1107) is known color: Maroon. HEX triplet: 6F, 11 and 07. RGB value is (111,17,7). Sum of RGB (Red+Green+Blue) = 111+17+7=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1107 is #90EEF8. Grayscale: #2C2C2C. Windows color (decimal): -9498361 or 463215. OLE color: 463215.
HSL color Cylindrical-coordinate representation of color #6F1107: hue angle of 5.77º 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 #6F1107 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 7 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.56 |
| HSL | 5.77º | 0.88% | 0.23% | - |
| HSV(B) | 5.77º | 0.94% | 0.44% | - |
| XYZ | 6.79 | 3.8 | 0.58 | - |
| YUV | 43.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 7 | 0 | 0.85 | 0.94 | 0.56 | 5.77 | 0.88 | 0.23 |
| Hex | 6F | 11 | 7 | 0 | 55 | 5E | 38 | 6 | 58 | 17 |
| Octal | 157 | 21 | 7 | 0 | 125 | 136 | 70 | 6 | 130 | 27 |
| Binary | 1101111 | 10001 | 111 | 0 | 1010101 | 1011110 | 111000 | 110 | 1011000 | 10111 |
Color Harmonies of #6F1107
Complementary color
Monochromatic Colors of #6F1107
Black with #6F1107
Text Example
Text Example
White with #6F1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1107; }
p { color: rgb(111,17,7); }
H1.HeaderClassName
{
color: #6F1107;
}
.AnyTagClassName
{
color: #6F1107;
}
</style>
background-color css
<style>
a { background-color: #6F1107; }
a { background-color: rgb(111,17,7); }
div.DivClassName
{
background-color: #6F1107;
}
.BgClassName
{
background-color: #6F1107;
}
</style>
border-color css
<style>
span { border-color: #6F1107; }
span { border-color: rgb(111,17,7); }
td.TdClassName
{
border-color: #6F1107;
}
.TagClassName
{
border-color: #6F1107;
}
</style>