Shades of Falu Red #931F05
Tints of Falu Red #931F05
RGB
CMYK
RGB Variations
Color information
#931F05 (or 0x931F05) is known color: Falu Red. HEX triplet: 93, 1F and 05. RGB value is (147,31,5). Sum of RGB (Red+Green+Blue) = 147+31+5=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #931F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931F05 is #6CE0FA. Grayscale: #3E3E3E. Windows color (decimal): -7135483 or 335763. OLE color: 335763.
HSL color Cylindrical-coordinate representation of color #931F05: hue angle of 10.99º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #931F05 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 31 | 5 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.42 |
| HSL | 10.99º | 0.93% | 0.3% | - |
| HSV(B) | 10.99º | 0.97% | 0.58% | - |
| XYZ | 12.55 | 7.19 | 0.87 | - |
| YUV | 62.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 31 | 5 | 0 | 0.79 | 0.97 | 0.42 | 10.99 | 0.93 | 0.3 |
| Hex | 93 | 1F | 5 | 0 | 4F | 61 | 2A | B | 5D | 1E |
| Octal | 223 | 37 | 5 | 0 | 117 | 141 | 52 | 13 | 135 | 36 |
| Binary | 10010011 | 11111 | 101 | 0 | 1001111 | 1100001 | 101010 | 1011 | 1011101 | 11110 |
Color Harmonies of #931F05
Complementary color
Monochromatic Colors of #931F05
Black with #931F05
Text Example
Text Example
White with #931F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931F05; }
p { color: rgb(147,31,5); }
H1.HeaderClassName
{
color: #931F05;
}
.AnyTagClassName
{
color: #931F05;
}
</style>
background-color css
<style>
a { background-color: #931F05; }
a { background-color: rgb(147,31,5); }
div.DivClassName
{
background-color: #931F05;
}
.BgClassName
{
background-color: #931F05;
}
</style>
border-color css
<style>
span { border-color: #931F05; }
span { border-color: rgb(147,31,5); }
td.TdClassName
{
border-color: #931F05;
}
.TagClassName
{
border-color: #931F05;
}
</style>