Shades of Falu Red #6F190A
Tints of Falu Red #6F190A
RGB
CMYK
RGB Variations
Color information
#6F190A (or 0x6F190A) is known color: Falu Red. HEX triplet: 6F, 19 and 0A. RGB value is (111,25,10). Sum of RGB (Red+Green+Blue) = 111+25+10=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F190A is #90E6F5. Grayscale: #313131. Windows color (decimal): -9496310 or 661871. OLE color: 661871.
HSL color Cylindrical-coordinate representation of color #6F190A: hue angle of 8.91º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F190A is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 25 | 10 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.56 |
| HSL | 8.91º | 0.83% | 0.24% | - |
| HSV(B) | 8.91º | 0.91% | 0.44% | - |
| XYZ | 6.96 | 4.1 | 0.71 | - |
| YUV | 49 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 10 | 0 | 0.77 | 0.91 | 0.56 | 8.91 | 0.83 | 0.24 |
| Hex | 6F | 19 | A | 0 | 4D | 5B | 38 | 9 | 53 | 18 |
| Octal | 157 | 31 | 12 | 0 | 115 | 133 | 70 | 11 | 123 | 30 |
| Binary | 1101111 | 11001 | 1010 | 0 | 1001101 | 1011011 | 111000 | 1001 | 1010011 | 11000 |
Color Harmonies of #6F190A
Complementary color
Monochromatic Colors of #6F190A
Black with #6F190A
Text Example
Text Example
White with #6F190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F190A; }
p { color: rgb(111,25,10); }
H1.HeaderClassName
{
color: #6F190A;
}
.AnyTagClassName
{
color: #6F190A;
}
</style>
background-color css
<style>
a { background-color: #6F190A; }
a { background-color: rgb(111,25,10); }
div.DivClassName
{
background-color: #6F190A;
}
.BgClassName
{
background-color: #6F190A;
}
</style>
border-color css
<style>
span { border-color: #6F190A; }
span { border-color: rgb(111,25,10); }
td.TdClassName
{
border-color: #6F190A;
}
.TagClassName
{
border-color: #6F190A;
}
</style>