Shades of Falu Red #802707
Tints of Falu Red #802707
RGB
CMYK
RGB Variations
Color information
#802707 (or 0x802707) is known color: Falu Red. HEX triplet: 80, 27 and 07. RGB value is (128,39,7). Sum of RGB (Red+Green+Blue) = 128+39+7=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #802707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802707 is #7FD8F8. Grayscale: #3E3E3E. Windows color (decimal): -8378617 or 468864. OLE color: 468864.
HSL color Cylindrical-coordinate representation of color #802707: hue angle of 15.87º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #802707 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 7 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.50 |
| HSL | 15.87º | 0.9% | 0.26% | - |
| HSV(B) | 15.87º | 0.95% | 0.5% | - |
| XYZ | 9.67 | 6.06 | 0.86 | - |
| YUV | 61.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 7 | 0 | 0.70 | 0.95 | 0.50 | 15.87 | 0.9 | 0.26 |
| Hex | 80 | 27 | 7 | 0 | 46 | 5F | 32 | 10 | 5A | 1A |
| Octal | 200 | 47 | 7 | 0 | 106 | 137 | 62 | 20 | 132 | 32 |
| Binary | 10000000 | 100111 | 111 | 0 | 1000110 | 1011111 | 110010 | 10000 | 1011010 | 11010 |
Color Harmonies of #802707
Complementary color
Monochromatic Colors of #802707
Black with #802707
Text Example
Text Example
White with #802707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802707; }
p { color: rgb(128,39,7); }
H1.HeaderClassName
{
color: #802707;
}
.AnyTagClassName
{
color: #802707;
}
</style>
background-color css
<style>
a { background-color: #802707; }
a { background-color: rgb(128,39,7); }
div.DivClassName
{
background-color: #802707;
}
.BgClassName
{
background-color: #802707;
}
</style>
border-color css
<style>
span { border-color: #802707; }
span { border-color: rgb(128,39,7); }
td.TdClassName
{
border-color: #802707;
}
.TagClassName
{
border-color: #802707;
}
</style>