Shades of Falu Red #6D1913
Tints of Falu Red #6D1913
RGB
CMYK
RGB Variations
Color information
#6D1913 (or 0x6D1913) is known color: Falu Red. HEX triplet: 6D, 19 and 13. RGB value is (109,25,19). Sum of RGB (Red+Green+Blue) = 109+25+19=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1913 is #92E6EC. Grayscale: #313131. Windows color (decimal): -9627373 or 1251693. OLE color: 1251693.
HSL color Cylindrical-coordinate representation of color #6D1913: hue angle of 4º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1913 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 19 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.57 |
| HSL | 4º | 0.7% | 0.25% | - |
| HSV(B) | 4º | 0.83% | 0.43% | - |
| XYZ | 6.77 | 3.99 | 1.03 | - |
| YUV | 49.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 19 | 0 | 0.77 | 0.83 | 0.57 | 4 | 0.7 | 0.25 |
| Hex | 6D | 19 | 13 | 0 | 4D | 53 | 39 | 4 | 46 | 19 |
| Octal | 155 | 31 | 23 | 0 | 115 | 123 | 71 | 4 | 106 | 31 |
| Binary | 1101101 | 11001 | 10011 | 0 | 1001101 | 1010011 | 111001 | 100 | 1000110 | 11001 |
Color Harmonies of #6D1913
Complementary color
Monochromatic Colors of #6D1913
Black with #6D1913
Text Example
Text Example
White with #6D1913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1913; }
p { color: rgb(109,25,19); }
H1.HeaderClassName
{
color: #6D1913;
}
.AnyTagClassName
{
color: #6D1913;
}
</style>
background-color css
<style>
a { background-color: #6D1913; }
a { background-color: rgb(109,25,19); }
div.DivClassName
{
background-color: #6D1913;
}
.BgClassName
{
background-color: #6D1913;
}
</style>
border-color css
<style>
span { border-color: #6D1913; }
span { border-color: rgb(109,25,19); }
td.TdClassName
{
border-color: #6D1913;
}
.TagClassName
{
border-color: #6D1913;
}
</style>