Shades of Falu Red #98140F
Tints of Falu Red #98140F
RGB
CMYK
RGB Variations
Color information
#98140F (or 0x98140F) is known color: Falu Red. HEX triplet: 98, 14 and 0F. RGB value is (152,20,15). Sum of RGB (Red+Green+Blue) = 152+20+15=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #98140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98140F is #67EBF0. Grayscale: #3B3B3B. Windows color (decimal): -6810609 or 988312. OLE color: 988312.
HSL color Cylindrical-coordinate representation of color #98140F: hue angle of 2.19º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98140F is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 15 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.40 |
| HSL | 2.19º | 0.82% | 0.33% | - |
| HSV(B) | 2.19º | 0.9% | 0.6% | - |
| XYZ | 13.29 | 7.21 | 1.14 | - |
| YUV | 58.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 15 | 0 | 0.87 | 0.90 | 0.40 | 2.19 | 0.82 | 0.33 |
| Hex | 98 | 14 | F | 0 | 57 | 5A | 28 | 2 | 52 | 21 |
| Octal | 230 | 24 | 17 | 0 | 127 | 132 | 50 | 2 | 122 | 41 |
| Binary | 10011000 | 10100 | 1111 | 0 | 1010111 | 1011010 | 101000 | 10 | 1010010 | 100001 |
Color Harmonies of #98140F
Complementary color
Monochromatic Colors of #98140F
Black with #98140F
Text Example
Text Example
White with #98140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98140F; }
p { color: rgb(152,20,15); }
H1.HeaderClassName
{
color: #98140F;
}
.AnyTagClassName
{
color: #98140F;
}
</style>
background-color css
<style>
a { background-color: #98140F; }
a { background-color: rgb(152,20,15); }
div.DivClassName
{
background-color: #98140F;
}
.BgClassName
{
background-color: #98140F;
}
</style>
border-color css
<style>
span { border-color: #98140F; }
span { border-color: rgb(152,20,15); }
td.TdClassName
{
border-color: #98140F;
}
.TagClassName
{
border-color: #98140F;
}
</style>