Shades of Falu Red #96140C
Tints of Falu Red #96140C
RGB
CMYK
RGB Variations
Color information
#96140C (or 0x96140C) is known color: Falu Red. HEX triplet: 96, 14 and 0C. RGB value is (150,20,12). Sum of RGB (Red+Green+Blue) = 150+20+12=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #96140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96140C is #69EBF3. Grayscale: #3A3A3A. Windows color (decimal): -6941684 or 791702. OLE color: 791702.
HSL color Cylindrical-coordinate representation of color #96140C: hue angle of 3.48º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96140C is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 12 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.41 |
| HSL | 3.48º | 0.85% | 0.32% | - |
| HSV(B) | 3.48º | 0.92% | 0.59% | - |
| XYZ | 12.89 | 7.01 | 1.02 | - |
| YUV | 57.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 12 | 0 | 0.87 | 0.92 | 0.41 | 3.48 | 0.85 | 0.32 |
| Hex | 96 | 14 | C | 0 | 57 | 5C | 29 | 3 | 55 | 20 |
| Octal | 226 | 24 | 14 | 0 | 127 | 134 | 51 | 3 | 125 | 40 |
| Binary | 10010110 | 10100 | 1100 | 0 | 1010111 | 1011100 | 101001 | 11 | 1010101 | 100000 |
Color Harmonies of #96140C
Complementary color
Monochromatic Colors of #96140C
Black with #96140C
Text Example
Text Example
White with #96140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96140C; }
p { color: rgb(150,20,12); }
H1.HeaderClassName
{
color: #96140C;
}
.AnyTagClassName
{
color: #96140C;
}
</style>
background-color css
<style>
a { background-color: #96140C; }
a { background-color: rgb(150,20,12); }
div.DivClassName
{
background-color: #96140C;
}
.BgClassName
{
background-color: #96140C;
}
</style>
border-color css
<style>
span { border-color: #96140C; }
span { border-color: rgb(150,20,12); }
td.TdClassName
{
border-color: #96140C;
}
.TagClassName
{
border-color: #96140C;
}
</style>