Shades of Falu Red #6F1F04
Tints of Falu Red #6F1F04
RGB
CMYK
RGB Variations
Color information
#6F1F04 (or 0x6F1F04) is known color: Falu Red. HEX triplet: 6F, 1F and 04. RGB value is (111,31,4). Sum of RGB (Red+Green+Blue) = 111+31+4=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1F04 is #90E0FB. Grayscale: #343434. Windows color (decimal): -9494780 or 270191. OLE color: 270191.
HSL color Cylindrical-coordinate representation of color #6F1F04: hue angle of 15.14º 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 #6F1F04 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 4 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.56 |
| HSL | 15.14º | 0.93% | 0.23% | - |
| HSV(B) | 15.14º | 0.96% | 0.44% | - |
| XYZ | 7.07 | 4.37 | 0.59 | - |
| YUV | 51.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 4 | 0 | 0.72 | 0.96 | 0.56 | 15.14 | 0.93 | 0.23 |
| Hex | 6F | 1F | 4 | 0 | 48 | 60 | 38 | F | 5D | 17 |
| Octal | 157 | 37 | 4 | 0 | 110 | 140 | 70 | 17 | 135 | 27 |
| Binary | 1101111 | 11111 | 100 | 0 | 1001000 | 1100000 | 111000 | 1111 | 1011101 | 10111 |
Color Harmonies of #6F1F04
Complementary color
Monochromatic Colors of #6F1F04
Black with #6F1F04
Text Example
Text Example
White with #6F1F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F04; }
p { color: rgb(111,31,4); }
H1.HeaderClassName
{
color: #6F1F04;
}
.AnyTagClassName
{
color: #6F1F04;
}
</style>
background-color css
<style>
a { background-color: #6F1F04; }
a { background-color: rgb(111,31,4); }
div.DivClassName
{
background-color: #6F1F04;
}
.BgClassName
{
background-color: #6F1F04;
}
</style>
border-color css
<style>
span { border-color: #6F1F04; }
span { border-color: rgb(111,31,4); }
td.TdClassName
{
border-color: #6F1F04;
}
.TagClassName
{
border-color: #6F1F04;
}
</style>