Shades of Falu Red #96190E
Tints of Falu Red #96190E
RGB
CMYK
RGB Variations
Color information
#96190E (or 0x96190E) is known color: Falu Red. HEX triplet: 96, 19 and 0E. RGB value is (150,25,14). Sum of RGB (Red+Green+Blue) = 150+25+14=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #96190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96190E is #69E6F1. Grayscale: #3D3D3D. Windows color (decimal): -6940402 or 924054. OLE color: 924054.
HSL color Cylindrical-coordinate representation of color #96190E: hue angle of 4.85º 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 #96190E is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 14 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.41 |
| HSL | 4.85º | 0.83% | 0.32% | - |
| HSV(B) | 4.85º | 0.91% | 0.59% | - |
| XYZ | 13 | 7.21 | 1.12 | - |
| YUV | 61.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 14 | 0 | 0.83 | 0.91 | 0.41 | 4.85 | 0.83 | 0.32 |
| Hex | 96 | 19 | E | 0 | 53 | 5B | 29 | 5 | 53 | 20 |
| Octal | 226 | 31 | 16 | 0 | 123 | 133 | 51 | 5 | 123 | 40 |
| Binary | 10010110 | 11001 | 1110 | 0 | 1010011 | 1011011 | 101001 | 101 | 1010011 | 100000 |
Color Harmonies of #96190E
Complementary color
Monochromatic Colors of #96190E
Black with #96190E
Text Example
Text Example
White with #96190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96190E; }
p { color: rgb(150,25,14); }
H1.HeaderClassName
{
color: #96190E;
}
.AnyTagClassName
{
color: #96190E;
}
</style>
background-color css
<style>
a { background-color: #96190E; }
a { background-color: rgb(150,25,14); }
div.DivClassName
{
background-color: #96190E;
}
.BgClassName
{
background-color: #96190E;
}
</style>
border-color css
<style>
span { border-color: #96190E; }
span { border-color: rgb(150,25,14); }
td.TdClassName
{
border-color: #96190E;
}
.TagClassName
{
border-color: #96190E;
}
</style>