Shades of Falu Red #961212
Tints of Falu Red #961212
RGB
CMYK
RGB Variations
Color information
#961212 (or 0x961212) is known color: Falu Red. HEX triplet: 96, 12 and 12. RGB value is (150,18,18). Sum of RGB (Red+Green+Blue) = 150+18+18=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #961212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961212 is #69EDED. Grayscale: #393939. Windows color (decimal): -6942190 or 1184406. OLE color: 1184406.
HSL color Cylindrical-coordinate representation of color #961212: hue angle of 0º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961212 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 18 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.41 |
| HSL | 0º | 0.79% | 0.33% | - |
| HSV(B) | 0º | 0.88% | 0.59% | - |
| XYZ | 12.9 | 6.96 | 1.24 | - |
| YUV | 57.47 | 105.73 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 18 | 0 | 0.88 | 0.88 | 0.41 | 0 | 0.79 | 0.33 |
| Hex | 96 | 12 | 12 | 0 | 58 | 58 | 29 | 0 | 4F | 21 |
| Octal | 226 | 22 | 22 | 0 | 130 | 130 | 51 | 0 | 117 | 41 |
| Binary | 10010110 | 10010 | 10010 | 0 | 1011000 | 1011000 | 101001 | 0 | 1001111 | 100001 |
Color Harmonies of #961212
Complementary color
Monochromatic Colors of #961212
Black with #961212
Text Example
Text Example
White with #961212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961212; }
p { color: rgb(150,18,18); }
H1.HeaderClassName
{
color: #961212;
}
.AnyTagClassName
{
color: #961212;
}
</style>
background-color css
<style>
a { background-color: #961212; }
a { background-color: rgb(150,18,18); }
div.DivClassName
{
background-color: #961212;
}
.BgClassName
{
background-color: #961212;
}
</style>
border-color css
<style>
span { border-color: #961212; }
span { border-color: rgb(150,18,18); }
td.TdClassName
{
border-color: #961212;
}
.TagClassName
{
border-color: #961212;
}
</style>