Shades of Falu Red #881803
Tints of Falu Red #881803
RGB
CMYK
RGB Variations
Color information
#881803 (or 0x881803) is known color: Falu Red. HEX triplet: 88, 18 and 03. RGB value is (136,24,3). Sum of RGB (Red+Green+Blue) = 136+24+3=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #881803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881803 is #77E7FC. Grayscale: #373737. Windows color (decimal): -7858173 or 202888. OLE color: 202888.
HSL color Cylindrical-coordinate representation of color #881803: hue angle of 9.47º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #881803 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.47 |
| HSL | 9.47º | 0.96% | 0.27% | - |
| HSV(B) | 9.47º | 0.98% | 0.53% | - |
| XYZ | 10.5 | 5.89 | 0.67 | - |
| YUV | 55.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 3 | 0 | 0.82 | 0.98 | 0.47 | 9.47 | 0.96 | 0.27 |
| Hex | 88 | 18 | 3 | 0 | 52 | 62 | 2F | 9 | 60 | 1B |
| Octal | 210 | 30 | 3 | 0 | 122 | 142 | 57 | 11 | 140 | 33 |
| Binary | 10001000 | 11000 | 11 | 0 | 1010010 | 1100010 | 101111 | 1001 | 1100000 | 11011 |
Color Harmonies of #881803
Complementary color
Monochromatic Colors of #881803
Black with #881803
Text Example
Text Example
White with #881803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881803; }
p { color: rgb(136,24,3); }
H1.HeaderClassName
{
color: #881803;
}
.AnyTagClassName
{
color: #881803;
}
</style>
background-color css
<style>
a { background-color: #881803; }
a { background-color: rgb(136,24,3); }
div.DivClassName
{
background-color: #881803;
}
.BgClassName
{
background-color: #881803;
}
</style>
border-color css
<style>
span { border-color: #881803; }
span { border-color: rgb(136,24,3); }
td.TdClassName
{
border-color: #881803;
}
.TagClassName
{
border-color: #881803;
}
</style>