Shades of Falu Red #792602
Tints of Falu Red #792602
RGB
CMYK
RGB Variations
Color information
#792602 (or 0x792602) is known color: Falu Red. HEX triplet: 79, 26 and 02. RGB value is (121,38,2). Sum of RGB (Red+Green+Blue) = 121+38+2=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #792602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792602 is #86D9FD. Grayscale: #3A3A3A. Windows color (decimal): -8837630 or 140921. OLE color: 140921.
HSL color Cylindrical-coordinate representation of color #792602: hue angle of 18.15º degrees, saturation: 0.97, 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 #792602 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 38 | 2 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.53 |
| HSL | 18.15º | 0.97% | 0.24% | - |
| HSV(B) | 18.15º | 0.98% | 0.47% | - |
| XYZ | 8.59 | 5.46 | 0.66 | - |
| YUV | 58.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 38 | 2 | 0 | 0.69 | 0.98 | 0.53 | 18.15 | 0.97 | 0.24 |
| Hex | 79 | 26 | 2 | 0 | 45 | 62 | 35 | 12 | 61 | 18 |
| Octal | 171 | 46 | 2 | 0 | 105 | 142 | 65 | 22 | 141 | 30 |
| Binary | 1111001 | 100110 | 10 | 0 | 1000101 | 1100010 | 110101 | 10010 | 1100001 | 11000 |
Color Harmonies of #792602
Complementary color
Monochromatic Colors of #792602
Black with #792602
Text Example
Text Example
White with #792602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792602; }
p { color: rgb(121,38,2); }
H1.HeaderClassName
{
color: #792602;
}
.AnyTagClassName
{
color: #792602;
}
</style>
background-color css
<style>
a { background-color: #792602; }
a { background-color: rgb(121,38,2); }
div.DivClassName
{
background-color: #792602;
}
.BgClassName
{
background-color: #792602;
}
</style>
border-color css
<style>
span { border-color: #792602; }
span { border-color: rgb(121,38,2); }
td.TdClassName
{
border-color: #792602;
}
.TagClassName
{
border-color: #792602;
}
</style>