Shades of Falu Red #781F03
Tints of Falu Red #781F03
RGB
CMYK
RGB Variations
Color information
#781F03 (or 0x781F03) is known color: Falu Red. HEX triplet: 78, 1F and 03. RGB value is (120,31,3). Sum of RGB (Red+Green+Blue) = 120+31+3=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #781F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781F03 is #87E0FC. Grayscale: #363636. Windows color (decimal): -8904957 or 204664. OLE color: 204664.
HSL color Cylindrical-coordinate representation of color #781F03: hue angle of 14.36º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #781F03 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.53 |
| HSL | 14.36º | 0.95% | 0.24% | - |
| HSV(B) | 14.36º | 0.98% | 0.47% | - |
| XYZ | 8.25 | 4.98 | 0.61 | - |
| YUV | 54.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 3 | 0 | 0.74 | 0.98 | 0.53 | 14.36 | 0.95 | 0.24 |
| Hex | 78 | 1F | 3 | 0 | 4A | 62 | 35 | E | 5F | 18 |
| Octal | 170 | 37 | 3 | 0 | 112 | 142 | 65 | 16 | 137 | 30 |
| Binary | 1111000 | 11111 | 11 | 0 | 1001010 | 1100010 | 110101 | 1110 | 1011111 | 11000 |
Color Harmonies of #781F03
Complementary color
Monochromatic Colors of #781F03
Black with #781F03
Text Example
Text Example
White with #781F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F03; }
p { color: rgb(120,31,3); }
H1.HeaderClassName
{
color: #781F03;
}
.AnyTagClassName
{
color: #781F03;
}
</style>
background-color css
<style>
a { background-color: #781F03; }
a { background-color: rgb(120,31,3); }
div.DivClassName
{
background-color: #781F03;
}
.BgClassName
{
background-color: #781F03;
}
</style>
border-color css
<style>
span { border-color: #781F03; }
span { border-color: rgb(120,31,3); }
td.TdClassName
{
border-color: #781F03;
}
.TagClassName
{
border-color: #781F03;
}
</style>