Shades of Maroon #6F1001
Tints of Maroon #6F1001
RGB
CMYK
RGB Variations
Color information
#6F1001 (or 0x6F1001) is known color: Maroon. HEX triplet: 6F, 10 and 01. RGB value is (111,16,1). Sum of RGB (Red+Green+Blue) = 111+16+1=128 (16% of max value = 765). Red value is 111 (43.75% from 255 or 86.72% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1001 is #90EFFE. Grayscale: #2A2A2A. Windows color (decimal): -9498623 or 69743. OLE color: 69743.
HSL color Cylindrical-coordinate representation of color #6F1001: hue angle of 8.18º 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 #6F1001 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.56 |
| HSL | 8.18º | 0.98% | 0.22% | - |
| HSV(B) | 8.18º | 0.99% | 0.44% | - |
| XYZ | 6.75 | 3.75 | 0.4 | - |
| YUV | 42.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 1 | 0 | 0.86 | 0.99 | 0.56 | 8.18 | 0.98 | 0.22 |
| Hex | 6F | 10 | 1 | 0 | 56 | 63 | 38 | 8 | 62 | 16 |
| Octal | 157 | 20 | 1 | 0 | 126 | 143 | 70 | 10 | 142 | 26 |
| Binary | 1101111 | 10000 | 1 | 0 | 1010110 | 1100011 | 111000 | 1000 | 1100010 | 10110 |
Color Harmonies of #6F1001
Complementary color
Monochromatic Colors of #6F1001
Black with #6F1001
Text Example
Text Example
White with #6F1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1001; }
p { color: rgb(111,16,1); }
H1.HeaderClassName
{
color: #6F1001;
}
.AnyTagClassName
{
color: #6F1001;
}
</style>
background-color css
<style>
a { background-color: #6F1001; }
a { background-color: rgb(111,16,1); }
div.DivClassName
{
background-color: #6F1001;
}
.BgClassName
{
background-color: #6F1001;
}
</style>
border-color css
<style>
span { border-color: #6F1001; }
span { border-color: rgb(111,16,1); }
td.TdClassName
{
border-color: #6F1001;
}
.TagClassName
{
border-color: #6F1001;
}
</style>