Shades of Falu Red #961808
Tints of Falu Red #961808
RGB
CMYK
RGB Variations
Color information
#961808 (or 0x961808) is known color: Falu Red. HEX triplet: 96, 18 and 08. RGB value is (150,24,8). Sum of RGB (Red+Green+Blue) = 150+24+8=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #961808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961808 is #69E7F7. Grayscale: #3C3C3C. Windows color (decimal): -6940664 or 530582. OLE color: 530582.
HSL color Cylindrical-coordinate representation of color #961808: hue angle of 6.76º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #961808 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 8 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.41 |
| HSL | 6.76º | 0.9% | 0.31% | - |
| HSV(B) | 6.76º | 0.95% | 0.59% | - |
| XYZ | 12.95 | 7.15 | 0.93 | - |
| YUV | 59.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 8 | 0 | 0.84 | 0.95 | 0.41 | 6.76 | 0.9 | 0.31 |
| Hex | 96 | 18 | 8 | 0 | 54 | 5F | 29 | 7 | 5A | 1F |
| Octal | 226 | 30 | 10 | 0 | 124 | 137 | 51 | 7 | 132 | 37 |
| Binary | 10010110 | 11000 | 1000 | 0 | 1010100 | 1011111 | 101001 | 111 | 1011010 | 11111 |
Color Harmonies of #961808
Complementary color
Monochromatic Colors of #961808
Black with #961808
Text Example
Text Example
White with #961808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961808; }
p { color: rgb(150,24,8); }
H1.HeaderClassName
{
color: #961808;
}
.AnyTagClassName
{
color: #961808;
}
</style>
background-color css
<style>
a { background-color: #961808; }
a { background-color: rgb(150,24,8); }
div.DivClassName
{
background-color: #961808;
}
.BgClassName
{
background-color: #961808;
}
</style>
border-color css
<style>
span { border-color: #961808; }
span { border-color: rgb(150,24,8); }
td.TdClassName
{
border-color: #961808;
}
.TagClassName
{
border-color: #961808;
}
</style>