Shades of Falu Red #961010
Tints of Falu Red #961010
RGB
CMYK
RGB Variations
Color information
#961010 (or 0x961010) is known color: Falu Red. HEX triplet: 96, 10 and 10. RGB value is (150,16,16). Sum of RGB (Red+Green+Blue) = 150+16+16=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #961010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961010 is #69EFEF. Grayscale: #383838. Windows color (decimal): -6942704 or 1052822. OLE color: 1052822.
HSL color Cylindrical-coordinate representation of color #961010: hue angle of 0º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961010 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 16 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.41 |
| HSL | 0º | 0.81% | 0.33% | - |
| HSV(B) | 0º | 0.89% | 0.59% | - |
| XYZ | 12.86 | 6.89 | 1.14 | - |
| YUV | 56.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 16 | 0 | 0.89 | 0.89 | 0.41 | 0 | 0.81 | 0.33 |
| Hex | 96 | 10 | 10 | 0 | 59 | 59 | 29 | 0 | 51 | 21 |
| Octal | 226 | 20 | 20 | 0 | 131 | 131 | 51 | 0 | 121 | 41 |
| Binary | 10010110 | 10000 | 10000 | 0 | 1011001 | 1011001 | 101001 | 0 | 1010001 | 100001 |
Color Harmonies of #961010
Complementary color
Monochromatic Colors of #961010
Black with #961010
Text Example
Text Example
White with #961010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961010; }
p { color: rgb(150,16,16); }
H1.HeaderClassName
{
color: #961010;
}
.AnyTagClassName
{
color: #961010;
}
</style>
background-color css
<style>
a { background-color: #961010; }
a { background-color: rgb(150,16,16); }
div.DivClassName
{
background-color: #961010;
}
.BgClassName
{
background-color: #961010;
}
</style>
border-color css
<style>
span { border-color: #961010; }
span { border-color: rgb(150,16,16); }
td.TdClassName
{
border-color: #961010;
}
.TagClassName
{
border-color: #961010;
}
</style>