Shades of Falu Red #911910
Tints of Falu Red #911910
RGB
CMYK
RGB Variations
Color information
#911910 (or 0x911910) is known color: Falu Red. HEX triplet: 91, 19 and 10. RGB value is (145,25,16). Sum of RGB (Red+Green+Blue) = 145+25+16=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #911910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911910 is #6EE6EF. Grayscale: #3C3C3C. Windows color (decimal): -7268080 or 1055121. OLE color: 1055121.
HSL color Cylindrical-coordinate representation of color #911910: hue angle of 4.19º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911910 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 16 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.43 |
| HSL | 4.19º | 0.8% | 0.32% | - |
| HSV(B) | 4.19º | 0.89% | 0.57% | - |
| XYZ | 12.12 | 6.75 | 1.15 | - |
| YUV | 59.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 16 | 0 | 0.83 | 0.89 | 0.43 | 4.19 | 0.8 | 0.32 |
| Hex | 91 | 19 | 10 | 0 | 53 | 59 | 2B | 4 | 50 | 20 |
| Octal | 221 | 31 | 20 | 0 | 123 | 131 | 53 | 4 | 120 | 40 |
| Binary | 10010001 | 11001 | 10000 | 0 | 1010011 | 1011001 | 101011 | 100 | 1010000 | 100000 |
Color Harmonies of #911910
Complementary color
Monochromatic Colors of #911910
Black with #911910
Text Example
Text Example
White with #911910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911910; }
p { color: rgb(145,25,16); }
H1.HeaderClassName
{
color: #911910;
}
.AnyTagClassName
{
color: #911910;
}
</style>
background-color css
<style>
a { background-color: #911910; }
a { background-color: rgb(145,25,16); }
div.DivClassName
{
background-color: #911910;
}
.BgClassName
{
background-color: #911910;
}
</style>
border-color css
<style>
span { border-color: #911910; }
span { border-color: rgb(145,25,16); }
td.TdClassName
{
border-color: #911910;
}
.TagClassName
{
border-color: #911910;
}
</style>