Shades of Falu Red #80120F
Tints of Falu Red #80120F
RGB
CMYK
RGB Variations
Color information
#80120F (or 0x80120F) is known color: Falu Red. HEX triplet: 80, 12 and 0F. RGB value is (128,18,15). Sum of RGB (Red+Green+Blue) = 128+18+15=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #80120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80120F is #7FEDF0. Grayscale: #323232. Windows color (decimal): -8383985 or 987776. OLE color: 987776.
HSL color Cylindrical-coordinate representation of color #80120F: hue angle of 1.59º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80120F is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 15 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.50 |
| HSL | 1.59º | 0.79% | 0.28% | - |
| HSV(B) | 1.59º | 0.88% | 0.5% | - |
| XYZ | 9.2 | 5.06 | 0.94 | - |
| YUV | 50.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 15 | 0 | 0.86 | 0.88 | 0.50 | 1.59 | 0.79 | 0.28 |
| Hex | 80 | 12 | F | 0 | 56 | 58 | 32 | 2 | 4F | 1C |
| Octal | 200 | 22 | 17 | 0 | 126 | 130 | 62 | 2 | 117 | 34 |
| Binary | 10000000 | 10010 | 1111 | 0 | 1010110 | 1011000 | 110010 | 10 | 1001111 | 11100 |
Color Harmonies of #80120F
Complementary color
Monochromatic Colors of #80120F
Black with #80120F
Text Example
Text Example
White with #80120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80120F; }
p { color: rgb(128,18,15); }
H1.HeaderClassName
{
color: #80120F;
}
.AnyTagClassName
{
color: #80120F;
}
</style>
background-color css
<style>
a { background-color: #80120F; }
a { background-color: rgb(128,18,15); }
div.DivClassName
{
background-color: #80120F;
}
.BgClassName
{
background-color: #80120F;
}
</style>
border-color css
<style>
span { border-color: #80120F; }
span { border-color: rgb(128,18,15); }
td.TdClassName
{
border-color: #80120F;
}
.TagClassName
{
border-color: #80120F;
}
</style>