Shades of Falu Red #982400
Tints of Falu Red #982400
RGB
CMYK
RGB Variations
Color information
#982400 (or 0x982400) is known color: Falu Red. HEX triplet: 98, 24 and 00. RGB value is (152,36,0). Sum of RGB (Red+Green+Blue) = 152+36+0=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #982400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982400 is #67DBFF. Grayscale: #424242. Windows color (decimal): -6806528 or 9368. OLE color: 9368.
HSL color Cylindrical-coordinate representation of color #982400: hue angle of 14.21º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #982400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.40 |
| HSL | 14.21º | 1% | 0.3% | - |
| HSV(B) | 14.21º | 1% | 0.6% | - |
| XYZ | 13.58 | 7.94 | 0.82 | - |
| YUV | 66.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 0 | 0 | 0.76 | 1 | 0.40 | 14.21 | 1 | 0.3 |
| Hex | 98 | 24 | 0 | 0 | 4C | 64 | 28 | E | 64 | 1E |
| Octal | 230 | 44 | 0 | 0 | 114 | 144 | 50 | 16 | 144 | 36 |
| Binary | 10011000 | 100100 | 0 | 0 | 1001100 | 1100100 | 101000 | 1110 | 1100100 | 11110 |
Color Harmonies of #982400
Complementary color
Monochromatic Colors of #982400
Black with #982400
Text Example
Text Example
White with #982400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982400; }
p { color: rgb(152,36,0); }
H1.HeaderClassName
{
color: #982400;
}
.AnyTagClassName
{
color: #982400;
}
</style>
background-color css
<style>
a { background-color: #982400; }
a { background-color: rgb(152,36,0); }
div.DivClassName
{
background-color: #982400;
}
.BgClassName
{
background-color: #982400;
}
</style>
border-color css
<style>
span { border-color: #982400; }
span { border-color: rgb(152,36,0); }
td.TdClassName
{
border-color: #982400;
}
.TagClassName
{
border-color: #982400;
}
</style>