Shades of Maroon #6F1103
Tints of Maroon #6F1103
RGB
CMYK
RGB Variations
Color information
#6F1103 (or 0x6F1103) is known color: Maroon. HEX triplet: 6F, 11 and 03. RGB value is (111,17,3). Sum of RGB (Red+Green+Blue) = 111+17+3=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1103 is #90EEFC. Grayscale: #2B2B2B. Windows color (decimal): -9498365 or 201071. OLE color: 201071.
HSL color Cylindrical-coordinate representation of color #6F1103: hue angle of 7.78º 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 #6F1103 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 3 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.56 |
| HSL | 7.78º | 0.95% | 0.22% | - |
| HSV(B) | 7.78º | 0.97% | 0.44% | - |
| XYZ | 6.77 | 3.79 | 0.46 | - |
| YUV | 43.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 3 | 0 | 0.85 | 0.97 | 0.56 | 7.78 | 0.95 | 0.22 |
| Hex | 6F | 11 | 3 | 0 | 55 | 61 | 38 | 8 | 5F | 16 |
| Octal | 157 | 21 | 3 | 0 | 125 | 141 | 70 | 10 | 137 | 26 |
| Binary | 1101111 | 10001 | 11 | 0 | 1010101 | 1100001 | 111000 | 1000 | 1011111 | 10110 |
Color Harmonies of #6F1103
Complementary color
Monochromatic Colors of #6F1103
Black with #6F1103
Text Example
Text Example
White with #6F1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1103; }
p { color: rgb(111,17,3); }
H1.HeaderClassName
{
color: #6F1103;
}
.AnyTagClassName
{
color: #6F1103;
}
</style>
background-color css
<style>
a { background-color: #6F1103; }
a { background-color: rgb(111,17,3); }
div.DivClassName
{
background-color: #6F1103;
}
.BgClassName
{
background-color: #6F1103;
}
</style>
border-color css
<style>
span { border-color: #6F1103; }
span { border-color: rgb(111,17,3); }
td.TdClassName
{
border-color: #6F1103;
}
.TagClassName
{
border-color: #6F1103;
}
</style>