Shades of Falu Red #892003
Tints of Falu Red #892003
RGB
CMYK
RGB Variations
Color information
#892003 (or 0x892003) is known color: Falu Red. HEX triplet: 89, 20 and 03. RGB value is (137,32,3). Sum of RGB (Red+Green+Blue) = 137+32+3=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #892003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892003 is #76DFFC. Grayscale: #3C3C3C. Windows color (decimal): -7790589 or 204937. OLE color: 204937.
HSL color Cylindrical-coordinate representation of color #892003: hue angle of 12.99º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #892003 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.46 |
| HSL | 12.99º | 0.96% | 0.27% | - |
| HSV(B) | 12.99º | 0.98% | 0.54% | - |
| XYZ | 10.85 | 6.36 | 0.74 | - |
| YUV | 60.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 3 | 0 | 0.77 | 0.98 | 0.46 | 12.99 | 0.96 | 0.27 |
| Hex | 89 | 20 | 3 | 0 | 4D | 62 | 2E | D | 60 | 1B |
| Octal | 211 | 40 | 3 | 0 | 115 | 142 | 56 | 15 | 140 | 33 |
| Binary | 10001001 | 100000 | 11 | 0 | 1001101 | 1100010 | 101110 | 1101 | 1100000 | 11011 |
Color Harmonies of #892003
Complementary color
Monochromatic Colors of #892003
Black with #892003
Text Example
Text Example
White with #892003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892003; }
p { color: rgb(137,32,3); }
H1.HeaderClassName
{
color: #892003;
}
.AnyTagClassName
{
color: #892003;
}
</style>
background-color css
<style>
a { background-color: #892003; }
a { background-color: rgb(137,32,3); }
div.DivClassName
{
background-color: #892003;
}
.BgClassName
{
background-color: #892003;
}
</style>
border-color css
<style>
span { border-color: #892003; }
span { border-color: rgb(137,32,3); }
td.TdClassName
{
border-color: #892003;
}
.TagClassName
{
border-color: #892003;
}
</style>