Shades of Falu Red #981C07
Tints of Falu Red #981C07
RGB
CMYK
RGB Variations
Color information
#981C07 (or 0x981C07) is known color: Falu Red. HEX triplet: 98, 1C and 07. RGB value is (152,28,7). Sum of RGB (Red+Green+Blue) = 152+28+7=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #981C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C07 is #67E3F8. Grayscale: #3E3E3E. Windows color (decimal): -6808569 or 466072. OLE color: 466072.
HSL color Cylindrical-coordinate representation of color #981C07: hue angle of 8.69º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #981C07 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 7 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.40 |
| HSL | 8.69º | 0.91% | 0.31% | - |
| HSV(B) | 8.69º | 0.95% | 0.6% | - |
| XYZ | 13.4 | 7.52 | 0.95 | - |
| YUV | 62.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 7 | 0 | 0.82 | 0.95 | 0.40 | 8.69 | 0.91 | 0.31 |
| Hex | 98 | 1C | 7 | 0 | 52 | 5F | 28 | 9 | 5B | 1F |
| Octal | 230 | 34 | 7 | 0 | 122 | 137 | 50 | 11 | 133 | 37 |
| Binary | 10011000 | 11100 | 111 | 0 | 1010010 | 1011111 | 101000 | 1001 | 1011011 | 11111 |
Color Harmonies of #981C07
Complementary color
Monochromatic Colors of #981C07
Black with #981C07
Text Example
Text Example
White with #981C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C07; }
p { color: rgb(152,28,7); }
H1.HeaderClassName
{
color: #981C07;
}
.AnyTagClassName
{
color: #981C07;
}
</style>
background-color css
<style>
a { background-color: #981C07; }
a { background-color: rgb(152,28,7); }
div.DivClassName
{
background-color: #981C07;
}
.BgClassName
{
background-color: #981C07;
}
</style>
border-color css
<style>
span { border-color: #981C07; }
span { border-color: rgb(152,28,7); }
td.TdClassName
{
border-color: #981C07;
}
.TagClassName
{
border-color: #981C07;
}
</style>