Shades of Falu Red #931910
Tints of Falu Red #931910
RGB
CMYK
RGB Variations
Color information
#931910 (or 0x931910) is known color: Falu Red. HEX triplet: 93, 19 and 10. RGB value is (147,25,16). Sum of RGB (Red+Green+Blue) = 147+25+16=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #931910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931910 is #6CE6EF. Grayscale: #3C3C3C. Windows color (decimal): -7137008 or 1055123. OLE color: 1055123.
HSL color Cylindrical-coordinate representation of color #931910: hue angle of 4.12º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931910 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 25 | 16 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.42 |
| HSL | 4.12º | 0.8% | 0.32% | - |
| HSV(B) | 4.12º | 0.89% | 0.58% | - |
| XYZ | 12.47 | 6.94 | 1.17 | - |
| YUV | 60.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 16 | 0 | 0.83 | 0.89 | 0.42 | 4.12 | 0.8 | 0.32 |
| Hex | 93 | 19 | 10 | 0 | 53 | 59 | 2A | 4 | 50 | 20 |
| Octal | 223 | 31 | 20 | 0 | 123 | 131 | 52 | 4 | 120 | 40 |
| Binary | 10010011 | 11001 | 10000 | 0 | 1010011 | 1011001 | 101010 | 100 | 1010000 | 100000 |
Color Harmonies of #931910
Complementary color
Monochromatic Colors of #931910
Black with #931910
Text Example
Text Example
White with #931910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931910; }
p { color: rgb(147,25,16); }
H1.HeaderClassName
{
color: #931910;
}
.AnyTagClassName
{
color: #931910;
}
</style>
background-color css
<style>
a { background-color: #931910; }
a { background-color: rgb(147,25,16); }
div.DivClassName
{
background-color: #931910;
}
.BgClassName
{
background-color: #931910;
}
</style>
border-color css
<style>
span { border-color: #931910; }
span { border-color: rgb(147,25,16); }
td.TdClassName
{
border-color: #931910;
}
.TagClassName
{
border-color: #931910;
}
</style>