Shades of Falu Red #98140D
Tints of Falu Red #98140D
RGB
CMYK
RGB Variations
Color information
#98140D (or 0x98140D) is known color: Falu Red. HEX triplet: 98, 14 and 0D. RGB value is (152,20,13). Sum of RGB (Red+Green+Blue) = 152+20+13=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #98140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98140D is #67EBF2. Grayscale: #3A3A3A. Windows color (decimal): -6810611 or 857240. OLE color: 857240.
HSL color Cylindrical-coordinate representation of color #98140D: hue angle of 3.02º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98140D is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 13 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.40 |
| HSL | 3.02º | 0.84% | 0.32% | - |
| HSV(B) | 3.02º | 0.91% | 0.6% | - |
| XYZ | 13.27 | 7.2 | 1.07 | - |
| YUV | 58.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 13 | 0 | 0.87 | 0.91 | 0.40 | 3.02 | 0.84 | 0.32 |
| Hex | 98 | 14 | D | 0 | 57 | 5B | 28 | 3 | 54 | 20 |
| Octal | 230 | 24 | 15 | 0 | 127 | 133 | 50 | 3 | 124 | 40 |
| Binary | 10011000 | 10100 | 1101 | 0 | 1010111 | 1011011 | 101000 | 11 | 1010100 | 100000 |
Color Harmonies of #98140D
Complementary color
Monochromatic Colors of #98140D
Black with #98140D
Text Example
Text Example
White with #98140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98140D; }
p { color: rgb(152,20,13); }
H1.HeaderClassName
{
color: #98140D;
}
.AnyTagClassName
{
color: #98140D;
}
</style>
background-color css
<style>
a { background-color: #98140D; }
a { background-color: rgb(152,20,13); }
div.DivClassName
{
background-color: #98140D;
}
.BgClassName
{
background-color: #98140D;
}
</style>
border-color css
<style>
span { border-color: #98140D; }
span { border-color: rgb(152,20,13); }
td.TdClassName
{
border-color: #98140D;
}
.TagClassName
{
border-color: #98140D;
}
</style>