Shades of Falu Red #792201
Tints of Falu Red #792201
RGB
CMYK
RGB Variations
Color information
#792201 (or 0x792201) is known color: Falu Red. HEX triplet: 79, 22 and 01. RGB value is (121,34,1). Sum of RGB (Red+Green+Blue) = 121+34+1=156 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.56% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 121 - color contains mainly: red. Hex color #792201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792201 is #86DDFE. Grayscale: #383838. Windows color (decimal): -8838655 or 74361. OLE color: 74361.
HSL color Cylindrical-coordinate representation of color #792201: hue angle of 16.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #792201 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 34 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.53 |
| HSL | 16.5º | 0.98% | 0.24% | - |
| HSV(B) | 16.5º | 0.99% | 0.47% | - |
| XYZ | 8.46 | 5.21 | 0.59 | - |
| YUV | 56.25 | 96.82 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 1 | 0 | 0.72 | 0.99 | 0.53 | 16.5 | 0.98 | 0.24 |
| Hex | 79 | 22 | 1 | 0 | 48 | 63 | 35 | 10 | 62 | 18 |
| Octal | 171 | 42 | 1 | 0 | 110 | 143 | 65 | 20 | 142 | 30 |
| Binary | 1111001 | 100010 | 1 | 0 | 1001000 | 1100011 | 110101 | 10000 | 1100010 | 11000 |
Color Harmonies of #792201
Complementary color
Monochromatic Colors of #792201
Black with #792201
Text Example
Text Example
White with #792201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792201; }
p { color: rgb(121,34,1); }
H1.HeaderClassName
{
color: #792201;
}
.AnyTagClassName
{
color: #792201;
}
</style>
background-color css
<style>
a { background-color: #792201; }
a { background-color: rgb(121,34,1); }
div.DivClassName
{
background-color: #792201;
}
.BgClassName
{
background-color: #792201;
}
</style>
border-color css
<style>
span { border-color: #792201; }
span { border-color: rgb(121,34,1); }
td.TdClassName
{
border-color: #792201;
}
.TagClassName
{
border-color: #792201;
}
</style>