Shades of Falu Red #8A1E01
Tints of Falu Red #8A1E01
RGB
CMYK
RGB Variations
Color information
#8A1E01 (or 0x8A1E01) is known color: Falu Red. HEX triplet: 8A, 1E and 01. RGB value is (138,30,1). Sum of RGB (Red+Green+Blue) = 138+30+1=169 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.66% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1E01 is #75E1FE. Grayscale: #3B3B3B. Windows color (decimal): -7725567 or 73354. OLE color: 73354.
HSL color Cylindrical-coordinate representation of color #8A1E01: hue angle of 12.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A1E01 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 30 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.46 |
| HSL | 12.7º | 0.99% | 0.27% | - |
| HSV(B) | 12.7º | 0.99% | 0.54% | - |
| XYZ | 10.95 | 6.33 | 0.67 | - |
| YUV | 58.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 1 | 0 | 0.78 | 0.99 | 0.46 | 12.7 | 0.99 | 0.27 |
| Hex | 8A | 1E | 1 | 0 | 4E | 63 | 2E | D | 63 | 1B |
| Octal | 212 | 36 | 1 | 0 | 116 | 143 | 56 | 15 | 143 | 33 |
| Binary | 10001010 | 11110 | 1 | 0 | 1001110 | 1100011 | 101110 | 1101 | 1100011 | 11011 |
Color Harmonies of #8A1E01
Complementary color
Monochromatic Colors of #8A1E01
Black with #8A1E01
Text Example
Text Example
White with #8A1E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1E01; }
p { color: rgb(138,30,1); }
H1.HeaderClassName
{
color: #8A1E01;
}
.AnyTagClassName
{
color: #8A1E01;
}
</style>
background-color css
<style>
a { background-color: #8A1E01; }
a { background-color: rgb(138,30,1); }
div.DivClassName
{
background-color: #8A1E01;
}
.BgClassName
{
background-color: #8A1E01;
}
</style>
border-color css
<style>
span { border-color: #8A1E01; }
span { border-color: rgb(138,30,1); }
td.TdClassName
{
border-color: #8A1E01;
}
.TagClassName
{
border-color: #8A1E01;
}
</style>