Shades of Falu Red #8A2002
Tints of Falu Red #8A2002
RGB
CMYK
RGB Variations
Color information
#8A2002 (or 0x8A2002) is known color: Falu Red. HEX triplet: 8A, 20 and 02. RGB value is (138,32,2). Sum of RGB (Red+Green+Blue) = 138+32+2=172 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.23% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2002 is #75DFFD. Grayscale: #3C3C3C. Windows color (decimal): -7725054 or 139402. OLE color: 139402.
HSL color Cylindrical-coordinate representation of color #8A2002: hue angle of 13.24º degrees, saturation: 0.97, 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 #8A2002 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 32 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.46 |
| HSL | 13.24º | 0.97% | 0.27% | - |
| HSV(B) | 13.24º | 0.99% | 0.54% | - |
| XYZ | 11.01 | 6.44 | 0.72 | - |
| YUV | 60.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 2 | 0 | 0.77 | 0.99 | 0.46 | 13.24 | 0.97 | 0.27 |
| Hex | 8A | 20 | 2 | 0 | 4D | 63 | 2E | D | 61 | 1B |
| Octal | 212 | 40 | 2 | 0 | 115 | 143 | 56 | 15 | 141 | 33 |
| Binary | 10001010 | 100000 | 10 | 0 | 1001101 | 1100011 | 101110 | 1101 | 1100001 | 11011 |
Color Harmonies of #8A2002
Complementary color
Monochromatic Colors of #8A2002
Black with #8A2002
Text Example
Text Example
White with #8A2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2002; }
p { color: rgb(138,32,2); }
H1.HeaderClassName
{
color: #8A2002;
}
.AnyTagClassName
{
color: #8A2002;
}
</style>
background-color css
<style>
a { background-color: #8A2002; }
a { background-color: rgb(138,32,2); }
div.DivClassName
{
background-color: #8A2002;
}
.BgClassName
{
background-color: #8A2002;
}
</style>
border-color css
<style>
span { border-color: #8A2002; }
span { border-color: rgb(138,32,2); }
td.TdClassName
{
border-color: #8A2002;
}
.TagClassName
{
border-color: #8A2002;
}
</style>