Shades of Falu Red #96150F
Tints of Falu Red #96150F
RGB
CMYK
RGB Variations
Color information
#96150F (or 0x96150F) is known color: Falu Red. HEX triplet: 96, 15 and 0F. RGB value is (150,21,15). Sum of RGB (Red+Green+Blue) = 150+21+15=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #96150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96150F is #69EAF0. Grayscale: #3B3B3B. Windows color (decimal): -6941425 or 988566. OLE color: 988566.
HSL color Cylindrical-coordinate representation of color #96150F: hue angle of 2.67º 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 #96150F is Cyan = 0, Magento = 0.86, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 15 | - |
| CMYK | 0 | 0.86 | 0.9 | 0.41 |
| HSL | 2.67º | 0.82% | 0.32% | - |
| HSV(B) | 2.67º | 0.9% | 0.59% | - |
| XYZ | 12.93 | 7.05 | 1.13 | - |
| YUV | 58.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 15 | 0 | 0.86 | 0.9 | 0.41 | 2.67 | 0.82 | 0.32 |
| Hex | 96 | 15 | F | 0 | 56 | 5A | 29 | 3 | 52 | 20 |
| Octal | 226 | 25 | 17 | 0 | 126 | 132 | 51 | 3 | 122 | 40 |
| Binary | 10010110 | 10101 | 1111 | 0 | 1010110 | 1011010 | 101001 | 11 | 1010010 | 100000 |
Color Harmonies of #96150F
Complementary color
Monochromatic Colors of #96150F
Black with #96150F
Text Example
Text Example
White with #96150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96150F; }
p { color: rgb(150,21,15); }
H1.HeaderClassName
{
color: #96150F;
}
.AnyTagClassName
{
color: #96150F;
}
</style>
background-color css
<style>
a { background-color: #96150F; }
a { background-color: rgb(150,21,15); }
div.DivClassName
{
background-color: #96150F;
}
.BgClassName
{
background-color: #96150F;
}
</style>
border-color css
<style>
span { border-color: #96150F; }
span { border-color: rgb(150,21,15); }
td.TdClassName
{
border-color: #96150F;
}
.TagClassName
{
border-color: #96150F;
}
</style>