Shades of Falu Red #96170F
Tints of Falu Red #96170F
RGB
CMYK
RGB Variations
Color information
#96170F (or 0x96170F) is known color: Falu Red. HEX triplet: 96, 17 and 0F. RGB value is (150,23,15). Sum of RGB (Red+Green+Blue) = 150+23+15=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #96170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96170F is #69E8F0. Grayscale: #3C3C3C. Windows color (decimal): -6940913 or 989078. OLE color: 989078.
HSL color Cylindrical-coordinate representation of color #96170F: hue angle of 3.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96170F is Cyan = 0, Magento = 0.85, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 15 | - |
| CMYK | 0 | 0.85 | 0.9 | 0.41 |
| HSL | 3.56º | 0.82% | 0.32% | - |
| HSV(B) | 3.56º | 0.9% | 0.59% | - |
| XYZ | 12.97 | 7.13 | 1.14 | - |
| YUV | 60.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 15 | 0 | 0.85 | 0.9 | 0.41 | 3.56 | 0.82 | 0.32 |
| Hex | 96 | 17 | F | 0 | 55 | 5A | 29 | 4 | 52 | 20 |
| Octal | 226 | 27 | 17 | 0 | 125 | 132 | 51 | 4 | 122 | 40 |
| Binary | 10010110 | 10111 | 1111 | 0 | 1010101 | 1011010 | 101001 | 100 | 1010010 | 100000 |
Color Harmonies of #96170F
Complementary color
Monochromatic Colors of #96170F
Black with #96170F
Text Example
Text Example
White with #96170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96170F; }
p { color: rgb(150,23,15); }
H1.HeaderClassName
{
color: #96170F;
}
.AnyTagClassName
{
color: #96170F;
}
</style>
background-color css
<style>
a { background-color: #96170F; }
a { background-color: rgb(150,23,15); }
div.DivClassName
{
background-color: #96170F;
}
.BgClassName
{
background-color: #96170F;
}
</style>
border-color css
<style>
span { border-color: #96170F; }
span { border-color: rgb(150,23,15); }
td.TdClassName
{
border-color: #96170F;
}
.TagClassName
{
border-color: #96170F;
}
</style>