Shades of Falu Red #781908
Tints of Falu Red #781908
RGB
CMYK
RGB Variations
Color information
#781908 (or 0x781908) is known color: Falu Red. HEX triplet: 78, 19 and 08. RGB value is (120,25,8). Sum of RGB (Red+Green+Blue) = 120+25+8=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #781908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781908 is #87E6F7. Grayscale: #333333. Windows color (decimal): -8906488 or 530808. OLE color: 530808.
HSL color Cylindrical-coordinate representation of color #781908: hue angle of 9.11º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #781908 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 8 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.53 |
| HSL | 9.11º | 0.88% | 0.25% | - |
| HSV(B) | 9.11º | 0.93% | 0.47% | - |
| XYZ | 8.14 | 4.71 | 0.71 | - |
| YUV | 51.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 8 | 0 | 0.79 | 0.93 | 0.53 | 9.11 | 0.88 | 0.25 |
| Hex | 78 | 19 | 8 | 0 | 4F | 5D | 35 | 9 | 58 | 19 |
| Octal | 170 | 31 | 10 | 0 | 117 | 135 | 65 | 11 | 130 | 31 |
| Binary | 1111000 | 11001 | 1000 | 0 | 1001111 | 1011101 | 110101 | 1001 | 1011000 | 11001 |
Color Harmonies of #781908
Complementary color
Monochromatic Colors of #781908
Black with #781908
Text Example
Text Example
White with #781908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781908; }
p { color: rgb(120,25,8); }
H1.HeaderClassName
{
color: #781908;
}
.AnyTagClassName
{
color: #781908;
}
</style>
background-color css
<style>
a { background-color: #781908; }
a { background-color: rgb(120,25,8); }
div.DivClassName
{
background-color: #781908;
}
.BgClassName
{
background-color: #781908;
}
</style>
border-color css
<style>
span { border-color: #781908; }
span { border-color: rgb(120,25,8); }
td.TdClassName
{
border-color: #781908;
}
.TagClassName
{
border-color: #781908;
}
</style>