Shades of Falu Red #80231F
Tints of Falu Red #80231F
RGB
CMYK
RGB Variations
Color information
#80231F (or 0x80231F) is known color: Falu Red. HEX triplet: 80, 23 and 1F. RGB value is (128,35,31). Sum of RGB (Red+Green+Blue) = 128+35+31=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80231F is #7FDCE0. Grayscale: #3E3E3E. Windows color (decimal): -8379617 or 2040704. OLE color: 2040704.
HSL color Cylindrical-coordinate representation of color #80231F: hue angle of 2.47º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80231F is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 31 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.50 |
| HSL | 2.47º | 0.61% | 0.31% | - |
| HSV(B) | 2.47º | 0.76% | 0.5% | - |
| XYZ | 9.75 | 5.89 | 1.92 | - |
| YUV | 62.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 31 | 0 | 0.73 | 0.76 | 0.50 | 2.47 | 0.61 | 0.31 |
| Hex | 80 | 23 | 1F | 0 | 49 | 4C | 32 | 2 | 3D | 1F |
| Octal | 200 | 43 | 37 | 0 | 111 | 114 | 62 | 2 | 75 | 37 |
| Binary | 10000000 | 100011 | 11111 | 0 | 1001001 | 1001100 | 110010 | 10 | 111101 | 11111 |
Color Harmonies of #80231F
Complementary color
Monochromatic Colors of #80231F
Black with #80231F
Text Example
Text Example
White with #80231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80231F; }
p { color: rgb(128,35,31); }
H1.HeaderClassName
{
color: #80231F;
}
.AnyTagClassName
{
color: #80231F;
}
</style>
background-color css
<style>
a { background-color: #80231F; }
a { background-color: rgb(128,35,31); }
div.DivClassName
{
background-color: #80231F;
}
.BgClassName
{
background-color: #80231F;
}
</style>
border-color css
<style>
span { border-color: #80231F; }
span { border-color: rgb(128,35,31); }
td.TdClassName
{
border-color: #80231F;
}
.TagClassName
{
border-color: #80231F;
}
</style>