Shades of Maroon #6F1503
Tints of Maroon #6F1503
RGB
CMYK
RGB Variations
Color information
#6F1503 (or 0x6F1503) is known color: Maroon. HEX triplet: 6F, 15 and 03. RGB value is (111,21,3). Sum of RGB (Red+Green+Blue) = 111+21+3=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1503 is #90EAFC. Grayscale: #2E2E2E. Windows color (decimal): -9497341 or 202095. OLE color: 202095.
HSL color Cylindrical-coordinate representation of color #6F1503: hue angle of 10º 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 #6F1503 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 3 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.56 |
| HSL | 10º | 0.95% | 0.22% | - |
| HSV(B) | 10º | 0.97% | 0.44% | - |
| XYZ | 6.84 | 3.92 | 0.48 | - |
| YUV | 45.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 3 | 0 | 0.81 | 0.97 | 0.56 | 10 | 0.95 | 0.22 |
| Hex | 6F | 15 | 3 | 0 | 51 | 61 | 38 | A | 5F | 16 |
| Octal | 157 | 25 | 3 | 0 | 121 | 141 | 70 | 12 | 137 | 26 |
| Binary | 1101111 | 10101 | 11 | 0 | 1010001 | 1100001 | 111000 | 1010 | 1011111 | 10110 |
Color Harmonies of #6F1503
Complementary color
Monochromatic Colors of #6F1503
Black with #6F1503
Text Example
Text Example
White with #6F1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1503; }
p { color: rgb(111,21,3); }
H1.HeaderClassName
{
color: #6F1503;
}
.AnyTagClassName
{
color: #6F1503;
}
</style>
background-color css
<style>
a { background-color: #6F1503; }
a { background-color: rgb(111,21,3); }
div.DivClassName
{
background-color: #6F1503;
}
.BgClassName
{
background-color: #6F1503;
}
</style>
border-color css
<style>
span { border-color: #6F1503; }
span { border-color: rgb(111,21,3); }
td.TdClassName
{
border-color: #6F1503;
}
.TagClassName
{
border-color: #6F1503;
}
</style>