Shades of Falu Red #8A1B16
Tints of Falu Red #8A1B16
RGB
CMYK
RGB Variations
Color information
#8A1B16 (or 0x8A1B16) is known color: Falu Red. HEX triplet: 8A, 1B and 16. RGB value is (138,27,22). Sum of RGB (Red+Green+Blue) = 138+27+22=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1B16 is #75E4E9. Grayscale: #3B3B3B. Windows color (decimal): -7726314 or 1448842. OLE color: 1448842.
HSL color Cylindrical-coordinate representation of color #8A1B16: hue angle of 2.59º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1B16 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 27 | 22 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.46 |
| HSL | 2.59º | 0.73% | 0.31% | - |
| HSV(B) | 2.59º | 0.84% | 0.54% | - |
| XYZ | 11.02 | 6.25 | 1.38 | - |
| YUV | 59.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 22 | 0 | 0.80 | 0.84 | 0.46 | 2.59 | 0.73 | 0.31 |
| Hex | 8A | 1B | 16 | 0 | 50 | 54 | 2E | 3 | 48 | 1F |
| Octal | 212 | 33 | 26 | 0 | 120 | 124 | 56 | 3 | 110 | 37 |
| Binary | 10001010 | 11011 | 10110 | 0 | 1010000 | 1010100 | 101110 | 11 | 1001000 | 11111 |
Color Harmonies of #8A1B16
Complementary color
Monochromatic Colors of #8A1B16
Black with #8A1B16
Text Example
Text Example
White with #8A1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1B16; }
p { color: rgb(138,27,22); }
H1.HeaderClassName
{
color: #8A1B16;
}
.AnyTagClassName
{
color: #8A1B16;
}
</style>
background-color css
<style>
a { background-color: #8A1B16; }
a { background-color: rgb(138,27,22); }
div.DivClassName
{
background-color: #8A1B16;
}
.BgClassName
{
background-color: #8A1B16;
}
</style>
border-color css
<style>
span { border-color: #8A1B16; }
span { border-color: rgb(138,27,22); }
td.TdClassName
{
border-color: #8A1B16;
}
.TagClassName
{
border-color: #8A1B16;
}
</style>