Shades of Falu Red #791808
Tints of Falu Red #791808
RGB
CMYK
RGB Variations
Color information
#791808 (or 0x791808) is known color: Falu Red. HEX triplet: 79, 18 and 08. RGB value is (121,24,8). Sum of RGB (Red+Green+Blue) = 121+24+8=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #791808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791808 is #86E7F7. Grayscale: #333333. Windows color (decimal): -8841208 or 530553. OLE color: 530553.
HSL color Cylindrical-coordinate representation of color #791808: hue angle of 8.5º 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 #791808 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 24 | 8 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.53 |
| HSL | 8.5º | 0.88% | 0.25% | - |
| HSV(B) | 8.5º | 0.93% | 0.47% | - |
| XYZ | 8.26 | 4.74 | 0.71 | - |
| YUV | 51.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 8 | 0 | 0.80 | 0.93 | 0.53 | 8.5 | 0.88 | 0.25 |
| Hex | 79 | 18 | 8 | 0 | 50 | 5D | 35 | 8 | 58 | 19 |
| Octal | 171 | 30 | 10 | 0 | 120 | 135 | 65 | 10 | 130 | 31 |
| Binary | 1111001 | 11000 | 1000 | 0 | 1010000 | 1011101 | 110101 | 1000 | 1011000 | 11001 |
Color Harmonies of #791808
Complementary color
Monochromatic Colors of #791808
Black with #791808
Text Example
Text Example
White with #791808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791808; }
p { color: rgb(121,24,8); }
H1.HeaderClassName
{
color: #791808;
}
.AnyTagClassName
{
color: #791808;
}
</style>
background-color css
<style>
a { background-color: #791808; }
a { background-color: rgb(121,24,8); }
div.DivClassName
{
background-color: #791808;
}
.BgClassName
{
background-color: #791808;
}
</style>
border-color css
<style>
span { border-color: #791808; }
span { border-color: rgb(121,24,8); }
td.TdClassName
{
border-color: #791808;
}
.TagClassName
{
border-color: #791808;
}
</style>