Shades of Falu Red #781212
Tints of Falu Red #781212
RGB
CMYK
RGB Variations
Color information
#781212 (or 0x781212) is known color: Falu Red. HEX triplet: 78, 12 and 12. RGB value is (120,18,18). Sum of RGB (Red+Green+Blue) = 120+18+18=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #781212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781212 is #87EDED. Grayscale: #303030. Windows color (decimal): -8908270 or 1184376. OLE color: 1184376.
HSL color Cylindrical-coordinate representation of color #781212: hue angle of 0º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781212 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 18 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.53 |
| HSL | 0º | 0.74% | 0.27% | - |
| HSV(B) | 0º | 0.85% | 0.47% | - |
| XYZ | 8.07 | 4.47 | 1.01 | - |
| YUV | 48.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 18 | 0 | 0.85 | 0.85 | 0.53 | 0 | 0.74 | 0.27 |
| Hex | 78 | 12 | 12 | 0 | 55 | 55 | 35 | 0 | 4A | 1B |
| Octal | 170 | 22 | 22 | 0 | 125 | 125 | 65 | 0 | 112 | 33 |
| Binary | 1111000 | 10010 | 10010 | 0 | 1010101 | 1010101 | 110101 | 0 | 1001010 | 11011 |
Color Harmonies of #781212
Complementary color
Monochromatic Colors of #781212
Black with #781212
Text Example
Text Example
White with #781212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781212; }
p { color: rgb(120,18,18); }
H1.HeaderClassName
{
color: #781212;
}
.AnyTagClassName
{
color: #781212;
}
</style>
background-color css
<style>
a { background-color: #781212; }
a { background-color: rgb(120,18,18); }
div.DivClassName
{
background-color: #781212;
}
.BgClassName
{
background-color: #781212;
}
</style>
border-color css
<style>
span { border-color: #781212; }
span { border-color: rgb(120,18,18); }
td.TdClassName
{
border-color: #781212;
}
.TagClassName
{
border-color: #781212;
}
</style>