Shades of Falu Red #96120F
Tints of Falu Red #96120F
RGB
CMYK
RGB Variations
Color information
#96120F (or 0x96120F) is known color: Falu Red. HEX triplet: 96, 12 and 0F. RGB value is (150,18,15). Sum of RGB (Red+Green+Blue) = 150+18+15=183 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.97% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 150 - color contains mainly: red. Hex color #96120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96120F is #69EDF0. Grayscale: #393939. Windows color (decimal): -6942193 or 987798. OLE color: 987798.
HSL color Cylindrical-coordinate representation of color #96120F: hue angle of 1.33º 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 #96120F is Cyan = 0, Magento = 0.88, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 15 | - |
| CMYK | 0 | 0.88 | 0.9 | 0.41 |
| HSL | 1.33º | 0.82% | 0.32% | - |
| HSV(B) | 1.33º | 0.9% | 0.59% | - |
| XYZ | 12.88 | 6.95 | 1.11 | - |
| YUV | 57.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 15 | 0 | 0.88 | 0.9 | 0.41 | 1.33 | 0.82 | 0.32 |
| Hex | 96 | 12 | F | 0 | 58 | 5A | 29 | 1 | 52 | 20 |
| Octal | 226 | 22 | 17 | 0 | 130 | 132 | 51 | 1 | 122 | 40 |
| Binary | 10010110 | 10010 | 1111 | 0 | 1011000 | 1011010 | 101001 | 1 | 1010010 | 100000 |
Color Harmonies of #96120F
Complementary color
Monochromatic Colors of #96120F
Black with #96120F
Text Example
Text Example
White with #96120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96120F; }
p { color: rgb(150,18,15); }
H1.HeaderClassName
{
color: #96120F;
}
.AnyTagClassName
{
color: #96120F;
}
</style>
background-color css
<style>
a { background-color: #96120F; }
a { background-color: rgb(150,18,15); }
div.DivClassName
{
background-color: #96120F;
}
.BgClassName
{
background-color: #96120F;
}
</style>
border-color css
<style>
span { border-color: #96120F; }
span { border-color: rgb(150,18,15); }
td.TdClassName
{
border-color: #96120F;
}
.TagClassName
{
border-color: #96120F;
}
</style>