Shades of Falu Red #981C09
Tints of Falu Red #981C09
RGB
CMYK
RGB Variations
Color information
#981C09 (or 0x981C09) is known color: Falu Red. HEX triplet: 98, 1C and 09. RGB value is (152,28,9). Sum of RGB (Red+Green+Blue) = 152+28+9=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #981C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C09 is #67E3F6. Grayscale: #3F3F3F. Windows color (decimal): -6808567 or 597144. OLE color: 597144.
HSL color Cylindrical-coordinate representation of color #981C09: hue angle of 7.97º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #981C09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 9 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.40 |
| HSL | 7.97º | 0.89% | 0.32% | - |
| HSV(B) | 7.97º | 0.94% | 0.6% | - |
| XYZ | 13.41 | 7.53 | 1 | - |
| YUV | 62.91 | 97.58 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 9 | 0 | 0.82 | 0.94 | 0.40 | 7.97 | 0.89 | 0.32 |
| Hex | 98 | 1C | 9 | 0 | 52 | 5E | 28 | 8 | 59 | 20 |
| Octal | 230 | 34 | 11 | 0 | 122 | 136 | 50 | 10 | 131 | 40 |
| Binary | 10011000 | 11100 | 1001 | 0 | 1010010 | 1011110 | 101000 | 1000 | 1011001 | 100000 |
Color Harmonies of #981C09
Complementary color
Monochromatic Colors of #981C09
Black with #981C09
Text Example
Text Example
White with #981C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C09; }
p { color: rgb(152,28,9); }
H1.HeaderClassName
{
color: #981C09;
}
.AnyTagClassName
{
color: #981C09;
}
</style>
background-color css
<style>
a { background-color: #981C09; }
a { background-color: rgb(152,28,9); }
div.DivClassName
{
background-color: #981C09;
}
.BgClassName
{
background-color: #981C09;
}
</style>
border-color css
<style>
span { border-color: #981C09; }
span { border-color: rgb(152,28,9); }
td.TdClassName
{
border-color: #981C09;
}
.TagClassName
{
border-color: #981C09;
}
</style>