Shades of Falu Red #98170D
Tints of Falu Red #98170D
RGB
CMYK
RGB Variations
Color information
#98170D (or 0x98170D) is known color: Falu Red. HEX triplet: 98, 17 and 0D. RGB value is (152,23,13). Sum of RGB (Red+Green+Blue) = 152+23+13=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #98170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98170D is #67E8F2. Grayscale: #3C3C3C. Windows color (decimal): -6809843 or 858008. OLE color: 858008.
HSL color Cylindrical-coordinate representation of color #98170D: hue angle of 4.32º 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 #98170D is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 13 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.40 |
| HSL | 4.32º | 0.84% | 0.32% | - |
| HSV(B) | 4.32º | 0.91% | 0.6% | - |
| XYZ | 13.33 | 7.32 | 1.09 | - |
| YUV | 60.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 13 | 0 | 0.85 | 0.91 | 0.40 | 4.32 | 0.84 | 0.32 |
| Hex | 98 | 17 | D | 0 | 55 | 5B | 28 | 4 | 54 | 20 |
| Octal | 230 | 27 | 15 | 0 | 125 | 133 | 50 | 4 | 124 | 40 |
| Binary | 10011000 | 10111 | 1101 | 0 | 1010101 | 1011011 | 101000 | 100 | 1010100 | 100000 |
Color Harmonies of #98170D
Complementary color
Monochromatic Colors of #98170D
Black with #98170D
Text Example
Text Example
White with #98170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98170D; }
p { color: rgb(152,23,13); }
H1.HeaderClassName
{
color: #98170D;
}
.AnyTagClassName
{
color: #98170D;
}
</style>
background-color css
<style>
a { background-color: #98170D; }
a { background-color: rgb(152,23,13); }
div.DivClassName
{
background-color: #98170D;
}
.BgClassName
{
background-color: #98170D;
}
</style>
border-color css
<style>
span { border-color: #98170D; }
span { border-color: rgb(152,23,13); }
td.TdClassName
{
border-color: #98170D;
}
.TagClassName
{
border-color: #98170D;
}
</style>