Shades of Falu Red #8B1903
Tints of Falu Red #8B1903
RGB
CMYK
RGB Variations
Color information
#8B1903 (or 0x8B1903) is known color: Falu Red. HEX triplet: 8B, 19 and 03. RGB value is (139,25,3). Sum of RGB (Red+Green+Blue) = 139+25+3=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1903 is #74E6FC. Grayscale: #383838. Windows color (decimal): -7661309 or 203147. OLE color: 203147.
HSL color Cylindrical-coordinate representation of color #8B1903: hue angle of 9.71º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B1903 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.45 |
| HSL | 9.71º | 0.96% | 0.28% | - |
| HSV(B) | 9.71º | 0.98% | 0.55% | - |
| XYZ | 11.01 | 6.19 | 0.7 | - |
| YUV | 56.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 3 | 0 | 0.82 | 0.98 | 0.45 | 9.71 | 0.96 | 0.28 |
| Hex | 8B | 19 | 3 | 0 | 52 | 62 | 2D | A | 60 | 1C |
| Octal | 213 | 31 | 3 | 0 | 122 | 142 | 55 | 12 | 140 | 34 |
| Binary | 10001011 | 11001 | 11 | 0 | 1010010 | 1100010 | 101101 | 1010 | 1100000 | 11100 |
Color Harmonies of #8B1903
Complementary color
Monochromatic Colors of #8B1903
Black with #8B1903
Text Example
Text Example
White with #8B1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1903; }
p { color: rgb(139,25,3); }
H1.HeaderClassName
{
color: #8B1903;
}
.AnyTagClassName
{
color: #8B1903;
}
</style>
background-color css
<style>
a { background-color: #8B1903; }
a { background-color: rgb(139,25,3); }
div.DivClassName
{
background-color: #8B1903;
}
.BgClassName
{
background-color: #8B1903;
}
</style>
border-color css
<style>
span { border-color: #8B1903; }
span { border-color: rgb(139,25,3); }
td.TdClassName
{
border-color: #8B1903;
}
.TagClassName
{
border-color: #8B1903;
}
</style>