Shades of Falu Red #98120F
Tints of Falu Red #98120F
RGB
CMYK
RGB Variations
Color information
#98120F (or 0x98120F) is known color: Falu Red. HEX triplet: 98, 12 and 0F. RGB value is (152,18,15). Sum of RGB (Red+Green+Blue) = 152+18+15=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #98120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98120F is #67EDF0. Grayscale: #393939. Windows color (decimal): -6811121 or 987800. OLE color: 987800.
HSL color Cylindrical-coordinate representation of color #98120F: hue angle of 1.31º 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 #98120F is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 15 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.40 |
| HSL | 1.31º | 0.82% | 0.33% | - |
| HSV(B) | 1.31º | 0.9% | 0.6% | - |
| XYZ | 13.25 | 7.14 | 1.13 | - |
| YUV | 57.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 15 | 0 | 0.88 | 0.90 | 0.40 | 1.31 | 0.82 | 0.33 |
| Hex | 98 | 12 | F | 0 | 58 | 5A | 28 | 1 | 52 | 21 |
| Octal | 230 | 22 | 17 | 0 | 130 | 132 | 50 | 1 | 122 | 41 |
| Binary | 10011000 | 10010 | 1111 | 0 | 1011000 | 1011010 | 101000 | 1 | 1010010 | 100001 |
Color Harmonies of #98120F
Complementary color
Monochromatic Colors of #98120F
Black with #98120F
Text Example
Text Example
White with #98120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98120F; }
p { color: rgb(152,18,15); }
H1.HeaderClassName
{
color: #98120F;
}
.AnyTagClassName
{
color: #98120F;
}
</style>
background-color css
<style>
a { background-color: #98120F; }
a { background-color: rgb(152,18,15); }
div.DivClassName
{
background-color: #98120F;
}
.BgClassName
{
background-color: #98120F;
}
</style>
border-color css
<style>
span { border-color: #98120F; }
span { border-color: rgb(152,18,15); }
td.TdClassName
{
border-color: #98120F;
}
.TagClassName
{
border-color: #98120F;
}
</style>