Shades of Falu Red #96140F
Tints of Falu Red #96140F
RGB
CMYK
RGB Variations
Color information
#96140F (or 0x96140F) is known color: Falu Red. HEX triplet: 96, 14 and 0F. RGB value is (150,20,15). Sum of RGB (Red+Green+Blue) = 150+20+15=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #96140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96140F is #69EBF0. Grayscale: #3A3A3A. Windows color (decimal): -6941681 or 988310. OLE color: 988310.
HSL color Cylindrical-coordinate representation of color #96140F: hue angle of 2.22º 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 #96140F is Cyan = 0, Magento = 0.87, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 15 | - |
| CMYK | 0 | 0.87 | 0.9 | 0.41 |
| HSL | 2.22º | 0.82% | 0.32% | - |
| HSV(B) | 2.22º | 0.9% | 0.59% | - |
| XYZ | 12.91 | 7.02 | 1.13 | - |
| YUV | 58.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 15 | 0 | 0.87 | 0.9 | 0.41 | 2.22 | 0.82 | 0.32 |
| Hex | 96 | 14 | F | 0 | 57 | 5A | 29 | 2 | 52 | 20 |
| Octal | 226 | 24 | 17 | 0 | 127 | 132 | 51 | 2 | 122 | 40 |
| Binary | 10010110 | 10100 | 1111 | 0 | 1010111 | 1011010 | 101001 | 10 | 1010010 | 100000 |
Color Harmonies of #96140F
Complementary color
Monochromatic Colors of #96140F
Black with #96140F
Text Example
Text Example
White with #96140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96140F; }
p { color: rgb(150,20,15); }
H1.HeaderClassName
{
color: #96140F;
}
.AnyTagClassName
{
color: #96140F;
}
</style>
background-color css
<style>
a { background-color: #96140F; }
a { background-color: rgb(150,20,15); }
div.DivClassName
{
background-color: #96140F;
}
.BgClassName
{
background-color: #96140F;
}
</style>
border-color css
<style>
span { border-color: #96140F; }
span { border-color: rgb(150,20,15); }
td.TdClassName
{
border-color: #96140F;
}
.TagClassName
{
border-color: #96140F;
}
</style>