Shades of Maroon #6F1701
Tints of Maroon #6F1701
RGB
CMYK
RGB Variations
Color information
#6F1701 (or 0x6F1701) is known color: Maroon. HEX triplet: 6F, 17 and 01. RGB value is (111,23,1). Sum of RGB (Red+Green+Blue) = 111+23+1=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1701 is #90E8FE. Grayscale: #2E2E2E. Windows color (decimal): -9496831 or 71535. OLE color: 71535.
HSL color Cylindrical-coordinate representation of color #6F1701: hue angle of 12º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F1701 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.56 |
| HSL | 12º | 0.98% | 0.22% | - |
| HSV(B) | 12º | 0.99% | 0.44% | - |
| XYZ | 6.87 | 3.99 | 0.44 | - |
| YUV | 46.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 1 | 0 | 0.79 | 0.99 | 0.56 | 12 | 0.98 | 0.22 |
| Hex | 6F | 17 | 1 | 0 | 4F | 63 | 38 | C | 62 | 16 |
| Octal | 157 | 27 | 1 | 0 | 117 | 143 | 70 | 14 | 142 | 26 |
| Binary | 1101111 | 10111 | 1 | 0 | 1001111 | 1100011 | 111000 | 1100 | 1100010 | 10110 |
Color Harmonies of #6F1701
Complementary color
Monochromatic Colors of #6F1701
Black with #6F1701
Text Example
Text Example
White with #6F1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1701; }
p { color: rgb(111,23,1); }
H1.HeaderClassName
{
color: #6F1701;
}
.AnyTagClassName
{
color: #6F1701;
}
</style>
background-color css
<style>
a { background-color: #6F1701; }
a { background-color: rgb(111,23,1); }
div.DivClassName
{
background-color: #6F1701;
}
.BgClassName
{
background-color: #6F1701;
}
</style>
border-color css
<style>
span { border-color: #6F1701; }
span { border-color: rgb(111,23,1); }
td.TdClassName
{
border-color: #6F1701;
}
.TagClassName
{
border-color: #6F1701;
}
</style>