Shades of Falu Red #881C03
Tints of Falu Red #881C03
RGB
CMYK
RGB Variations
Color information
#881C03 (or 0x881C03) is known color: Falu Red. HEX triplet: 88, 1C and 03. RGB value is (136,28,3). Sum of RGB (Red+Green+Blue) = 136+28+3=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #881C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C03 is #77E3FC. Grayscale: #393939. Windows color (decimal): -7857149 or 203912. OLE color: 203912.
HSL color Cylindrical-coordinate representation of color #881C03: hue angle of 11.28º 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 #881C03 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.47 |
| HSL | 11.28º | 0.96% | 0.27% | - |
| HSV(B) | 11.28º | 0.98% | 0.53% | - |
| XYZ | 10.59 | 6.07 | 0.7 | - |
| YUV | 57.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 3 | 0 | 0.79 | 0.98 | 0.47 | 11.28 | 0.96 | 0.27 |
| Hex | 88 | 1C | 3 | 0 | 4F | 62 | 2F | B | 60 | 1B |
| Octal | 210 | 34 | 3 | 0 | 117 | 142 | 57 | 13 | 140 | 33 |
| Binary | 10001000 | 11100 | 11 | 0 | 1001111 | 1100010 | 101111 | 1011 | 1100000 | 11011 |
Color Harmonies of #881C03
Complementary color
Monochromatic Colors of #881C03
Black with #881C03
Text Example
Text Example
White with #881C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C03; }
p { color: rgb(136,28,3); }
H1.HeaderClassName
{
color: #881C03;
}
.AnyTagClassName
{
color: #881C03;
}
</style>
background-color css
<style>
a { background-color: #881C03; }
a { background-color: rgb(136,28,3); }
div.DivClassName
{
background-color: #881C03;
}
.BgClassName
{
background-color: #881C03;
}
</style>
border-color css
<style>
span { border-color: #881C03; }
span { border-color: rgb(136,28,3); }
td.TdClassName
{
border-color: #881C03;
}
.TagClassName
{
border-color: #881C03;
}
</style>