Shades of Falu Red #8D2703
Tints of Falu Red #8D2703
RGB
CMYK
RGB Variations
Color information
#8D2703 (or 0x8D2703) is known color: Falu Red. HEX triplet: 8D, 27 and 03. RGB value is (141,39,3). Sum of RGB (Red+Green+Blue) = 141+39+3=183 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.05% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2703 is #72D8FC. Grayscale: #414141. Windows color (decimal): -7526653 or 206733. OLE color: 206733.
HSL color Cylindrical-coordinate representation of color #8D2703: hue angle of 15.65º 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 #8D2703 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 39 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.45 |
| HSL | 15.65º | 0.96% | 0.28% | - |
| HSV(B) | 15.65º | 0.98% | 0.55% | - |
| XYZ | 11.73 | 7.12 | 0.84 | - |
| YUV | 65.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 3 | 0 | 0.72 | 0.98 | 0.45 | 15.65 | 0.96 | 0.28 |
| Hex | 8D | 27 | 3 | 0 | 48 | 62 | 2D | 10 | 60 | 1C |
| Octal | 215 | 47 | 3 | 0 | 110 | 142 | 55 | 20 | 140 | 34 |
| Binary | 10001101 | 100111 | 11 | 0 | 1001000 | 1100010 | 101101 | 10000 | 1100000 | 11100 |
Color Harmonies of #8D2703
Complementary color
Monochromatic Colors of #8D2703
Black with #8D2703
Text Example
Text Example
White with #8D2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2703; }
p { color: rgb(141,39,3); }
H1.HeaderClassName
{
color: #8D2703;
}
.AnyTagClassName
{
color: #8D2703;
}
</style>
background-color css
<style>
a { background-color: #8D2703; }
a { background-color: rgb(141,39,3); }
div.DivClassName
{
background-color: #8D2703;
}
.BgClassName
{
background-color: #8D2703;
}
</style>
border-color css
<style>
span { border-color: #8D2703; }
span { border-color: rgb(141,39,3); }
td.TdClassName
{
border-color: #8D2703;
}
.TagClassName
{
border-color: #8D2703;
}
</style>