Shades of Falu Red #971D09
Tints of Falu Red #971D09
RGB
CMYK
RGB Variations
Color information
#971D09 (or 0x971D09) is known color: Falu Red. HEX triplet: 97, 1D and 09. RGB value is (151,29,9). Sum of RGB (Red+Green+Blue) = 151+29+9=189 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.89% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 151 - color contains mainly: red. Hex color #971D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971D09 is #68E2F6. Grayscale: #3F3F3F. Windows color (decimal): -6873847 or 597399. OLE color: 597399.
HSL color Cylindrical-coordinate representation of color #971D09: hue angle of 8.45º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #971D09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 9 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.41 |
| HSL | 8.45º | 0.89% | 0.31% | - |
| HSV(B) | 8.45º | 0.94% | 0.59% | - |
| XYZ | 13.25 | 7.48 | 1 | - |
| YUV | 63.2 | 97.42 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 9 | 0 | 0.81 | 0.94 | 0.41 | 8.45 | 0.89 | 0.31 |
| Hex | 97 | 1D | 9 | 0 | 51 | 5E | 29 | 8 | 59 | 1F |
| Octal | 227 | 35 | 11 | 0 | 121 | 136 | 51 | 10 | 131 | 37 |
| Binary | 10010111 | 11101 | 1001 | 0 | 1010001 | 1011110 | 101001 | 1000 | 1011001 | 11111 |
Color Harmonies of #971D09
Complementary color
Monochromatic Colors of #971D09
Black with #971D09
Text Example
Text Example
White with #971D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D09; }
p { color: rgb(151,29,9); }
H1.HeaderClassName
{
color: #971D09;
}
.AnyTagClassName
{
color: #971D09;
}
</style>
background-color css
<style>
a { background-color: #971D09; }
a { background-color: rgb(151,29,9); }
div.DivClassName
{
background-color: #971D09;
}
.BgClassName
{
background-color: #971D09;
}
</style>
border-color css
<style>
span { border-color: #971D09; }
span { border-color: rgb(151,29,9); }
td.TdClassName
{
border-color: #971D09;
}
.TagClassName
{
border-color: #971D09;
}
</style>