Shades of Maroon #6F0904
Tints of Maroon #6F0904
RGB
CMYK
RGB Variations
Color information
#6F0904 (or 0x6F0904) is known color: Maroon. HEX triplet: 6F, 09 and 04. RGB value is (111,9,4). Sum of RGB (Red+Green+Blue) = 111+9+4=124 (16% of max value = 765). Red value is 111 (43.75% from 255 or 89.52% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0904 is #90F6FB. Grayscale: #272727. Windows color (decimal): -9500412 or 264559. OLE color: 264559.
HSL color Cylindrical-coordinate representation of color #6F0904: hue angle of 2.8º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0904 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 4 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.56 |
| HSL | 2.8º | 0.93% | 0.23% | - |
| HSV(B) | 2.8º | 0.96% | 0.44% | - |
| XYZ | 6.68 | 3.58 | 0.45 | - |
| YUV | 38.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 4 | 0 | 0.92 | 0.96 | 0.56 | 2.8 | 0.93 | 0.23 |
| Hex | 6F | 9 | 4 | 0 | 5C | 60 | 38 | 3 | 5D | 17 |
| Octal | 157 | 11 | 4 | 0 | 134 | 140 | 70 | 3 | 135 | 27 |
| Binary | 1101111 | 1001 | 100 | 0 | 1011100 | 1100000 | 111000 | 11 | 1011101 | 10111 |
Color Harmonies of #6F0904
Complementary color
Monochromatic Colors of #6F0904
Black with #6F0904
Text Example
Text Example
White with #6F0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0904; }
p { color: rgb(111,9,4); }
H1.HeaderClassName
{
color: #6F0904;
}
.AnyTagClassName
{
color: #6F0904;
}
</style>
background-color css
<style>
a { background-color: #6F0904; }
a { background-color: rgb(111,9,4); }
div.DivClassName
{
background-color: #6F0904;
}
.BgClassName
{
background-color: #6F0904;
}
</style>
border-color css
<style>
span { border-color: #6F0904; }
span { border-color: rgb(111,9,4); }
td.TdClassName
{
border-color: #6F0904;
}
.TagClassName
{
border-color: #6F0904;
}
</style>