Shades of Falu Red #96170E
Tints of Falu Red #96170E
RGB
CMYK
RGB Variations
Color information
#96170E (or 0x96170E) is known color: Falu Red. HEX triplet: 96, 17 and 0E. RGB value is (150,23,14). Sum of RGB (Red+Green+Blue) = 150+23+14=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #96170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96170E is #69E8F1. Grayscale: #3C3C3C. Windows color (decimal): -6940914 or 923542. OLE color: 923542.
HSL color Cylindrical-coordinate representation of color #96170E: hue angle of 3.97º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96170E is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 14 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.41 |
| HSL | 3.97º | 0.83% | 0.32% | - |
| HSV(B) | 3.97º | 0.91% | 0.59% | - |
| XYZ | 12.96 | 7.13 | 1.11 | - |
| YUV | 59.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 14 | 0 | 0.85 | 0.91 | 0.41 | 3.97 | 0.83 | 0.32 |
| Hex | 96 | 17 | E | 0 | 55 | 5B | 29 | 4 | 53 | 20 |
| Octal | 226 | 27 | 16 | 0 | 125 | 133 | 51 | 4 | 123 | 40 |
| Binary | 10010110 | 10111 | 1110 | 0 | 1010101 | 1011011 | 101001 | 100 | 1010011 | 100000 |
Color Harmonies of #96170E
Complementary color
Monochromatic Colors of #96170E
Black with #96170E
Text Example
Text Example
White with #96170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96170E; }
p { color: rgb(150,23,14); }
H1.HeaderClassName
{
color: #96170E;
}
.AnyTagClassName
{
color: #96170E;
}
</style>
background-color css
<style>
a { background-color: #96170E; }
a { background-color: rgb(150,23,14); }
div.DivClassName
{
background-color: #96170E;
}
.BgClassName
{
background-color: #96170E;
}
</style>
border-color css
<style>
span { border-color: #96170E; }
span { border-color: rgb(150,23,14); }
td.TdClassName
{
border-color: #96170E;
}
.TagClassName
{
border-color: #96170E;
}
</style>