Shades of Falu Red #8A1E0F
Tints of Falu Red #8A1E0F
RGB
CMYK
RGB Variations
Color information
#8A1E0F (or 0x8A1E0F) is known color: Falu Red. HEX triplet: 8A, 1E and 0F. RGB value is (138,30,15). Sum of RGB (Red+Green+Blue) = 138+30+15=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1E0F is #75E1F0. Grayscale: #3C3C3C. Windows color (decimal): -7725553 or 990858. OLE color: 990858.
HSL color Cylindrical-coordinate representation of color #8A1E0F: hue angle of 7.32º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A1E0F is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 30 | 15 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.46 |
| HSL | 7.32º | 0.8% | 0.3% | - |
| HSV(B) | 7.32º | 0.89% | 0.54% | - |
| XYZ | 11.03 | 6.37 | 1.1 | - |
| YUV | 60.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 15 | 0 | 0.78 | 0.89 | 0.46 | 7.32 | 0.8 | 0.3 |
| Hex | 8A | 1E | F | 0 | 4E | 59 | 2E | 7 | 50 | 1E |
| Octal | 212 | 36 | 17 | 0 | 116 | 131 | 56 | 7 | 120 | 36 |
| Binary | 10001010 | 11110 | 1111 | 0 | 1001110 | 1011001 | 101110 | 111 | 1010000 | 11110 |
Color Harmonies of #8A1E0F
Complementary color
Monochromatic Colors of #8A1E0F
Black with #8A1E0F
Text Example
Text Example
White with #8A1E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1E0F; }
p { color: rgb(138,30,15); }
H1.HeaderClassName
{
color: #8A1E0F;
}
.AnyTagClassName
{
color: #8A1E0F;
}
</style>
background-color css
<style>
a { background-color: #8A1E0F; }
a { background-color: rgb(138,30,15); }
div.DivClassName
{
background-color: #8A1E0F;
}
.BgClassName
{
background-color: #8A1E0F;
}
</style>
border-color css
<style>
span { border-color: #8A1E0F; }
span { border-color: rgb(138,30,15); }
td.TdClassName
{
border-color: #8A1E0F;
}
.TagClassName
{
border-color: #8A1E0F;
}
</style>