Shades of Falu Red #98150C
Tints of Falu Red #98150C
RGB
CMYK
RGB Variations
Color information
#98150C (or 0x98150C) is known color: Falu Red. HEX triplet: 98, 15 and 0C. RGB value is (152,21,12). Sum of RGB (Red+Green+Blue) = 152+21+12=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #98150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98150C is #67EAF3. Grayscale: #3B3B3B. Windows color (decimal): -6810356 or 791960. OLE color: 791960.
HSL color Cylindrical-coordinate representation of color #98150C: hue angle of 3.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98150C is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 12 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.40 |
| HSL | 3.86º | 0.85% | 0.32% | - |
| HSV(B) | 3.86º | 0.92% | 0.6% | - |
| XYZ | 13.28 | 7.24 | 1.04 | - |
| YUV | 59.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 12 | 0 | 0.86 | 0.92 | 0.40 | 3.86 | 0.85 | 0.32 |
| Hex | 98 | 15 | C | 0 | 56 | 5C | 28 | 4 | 55 | 20 |
| Octal | 230 | 25 | 14 | 0 | 126 | 134 | 50 | 4 | 125 | 40 |
| Binary | 10011000 | 10101 | 1100 | 0 | 1010110 | 1011100 | 101000 | 100 | 1010101 | 100000 |
Color Harmonies of #98150C
Complementary color
Monochromatic Colors of #98150C
Black with #98150C
Text Example
Text Example
White with #98150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98150C; }
p { color: rgb(152,21,12); }
H1.HeaderClassName
{
color: #98150C;
}
.AnyTagClassName
{
color: #98150C;
}
</style>
background-color css
<style>
a { background-color: #98150C; }
a { background-color: rgb(152,21,12); }
div.DivClassName
{
background-color: #98150C;
}
.BgClassName
{
background-color: #98150C;
}
</style>
border-color css
<style>
span { border-color: #98150C; }
span { border-color: rgb(152,21,12); }
td.TdClassName
{
border-color: #98150C;
}
.TagClassName
{
border-color: #98150C;
}
</style>