Shades of Maroon #6F0A00
Tints of Maroon #6F0A00
RGB
CMYK
RGB Variations
Color information
#6F0A00 (or 0x6F0A00) is known color: Maroon. HEX triplet: 6F, 0A and 00. RGB value is (111,10,0). Sum of RGB (Red+Green+Blue) = 111+10+0=121 (16% of max value = 765). Red value is 111 (43.75% from 255 or 91.74% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0A00 is #90F5FF. Grayscale: #272727. Windows color (decimal): -9500160 or 2671. OLE color: 2671.
HSL color Cylindrical-coordinate representation of color #6F0A00: hue angle of 5.41º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0A00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.56 |
| HSL | 5.41º | 1% | 0.22% | - |
| HSV(B) | 5.41º | 1% | 0.44% | - |
| XYZ | 6.66 | 3.6 | 0.34 | - |
| YUV | 39.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 0 | 0 | 0.91 | 1 | 0.56 | 5.41 | 1 | 0.22 |
| Hex | 6F | A | 0 | 0 | 5B | 64 | 38 | 5 | 64 | 16 |
| Octal | 157 | 12 | 0 | 0 | 133 | 144 | 70 | 5 | 144 | 26 |
| Binary | 1101111 | 1010 | 0 | 0 | 1011011 | 1100100 | 111000 | 101 | 1100100 | 10110 |
Color Harmonies of #6F0A00
Complementary color
Monochromatic Colors of #6F0A00
Black with #6F0A00
Text Example
Text Example
White with #6F0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A00; }
p { color: rgb(111,10,0); }
H1.HeaderClassName
{
color: #6F0A00;
}
.AnyTagClassName
{
color: #6F0A00;
}
</style>
background-color css
<style>
a { background-color: #6F0A00; }
a { background-color: rgb(111,10,0); }
div.DivClassName
{
background-color: #6F0A00;
}
.BgClassName
{
background-color: #6F0A00;
}
</style>
border-color css
<style>
span { border-color: #6F0A00; }
span { border-color: rgb(111,10,0); }
td.TdClassName
{
border-color: #6F0A00;
}
.TagClassName
{
border-color: #6F0A00;
}
</style>