Shades of Falu Red #6F1616
Tints of Falu Red #6F1616
RGB
CMYK
RGB Variations
Color information
#6F1616 (or 0x6F1616) is known color: Falu Red. HEX triplet: 6F, 16 and 16. RGB value is (111,22,22). Sum of RGB (Red+Green+Blue) = 111+22+22=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1616 is #90E9E9. Grayscale: #303030. Windows color (decimal): -9497066 or 1447535. OLE color: 1447535.
HSL color Cylindrical-coordinate representation of color #6F1616: hue angle of 0º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1616 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 22 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.56 |
| HSL | 0º | 0.67% | 0.26% | - |
| HSV(B) | 0º | 0.8% | 0.44% | - |
| XYZ | 6.99 | 4.01 | 1.17 | - |
| YUV | 48.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 22 | 0 | 0.80 | 0.80 | 0.56 | 0 | 0.67 | 0.26 |
| Hex | 6F | 16 | 16 | 0 | 50 | 50 | 38 | 0 | 43 | 1A |
| Octal | 157 | 26 | 26 | 0 | 120 | 120 | 70 | 0 | 103 | 32 |
| Binary | 1101111 | 10110 | 10110 | 0 | 1010000 | 1010000 | 111000 | 0 | 1000011 | 11010 |
Color Harmonies of #6F1616
Complementary color
Monochromatic Colors of #6F1616
Black with #6F1616
Text Example
Text Example
White with #6F1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1616; }
p { color: rgb(111,22,22); }
H1.HeaderClassName
{
color: #6F1616;
}
.AnyTagClassName
{
color: #6F1616;
}
</style>
background-color css
<style>
a { background-color: #6F1616; }
a { background-color: rgb(111,22,22); }
div.DivClassName
{
background-color: #6F1616;
}
.BgClassName
{
background-color: #6F1616;
}
</style>
border-color css
<style>
span { border-color: #6F1616; }
span { border-color: rgb(111,22,22); }
td.TdClassName
{
border-color: #6F1616;
}
.TagClassName
{
border-color: #6F1616;
}
</style>