Shades of Falu Red #891B02
Tints of Falu Red #891B02
RGB
CMYK
RGB Variations
Color information
#891B02 (or 0x891B02) is known color: Falu Red. HEX triplet: 89, 1B and 02. RGB value is (137,27,2). Sum of RGB (Red+Green+Blue) = 137+27+2=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #891B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891B02 is #76E4FD. Grayscale: #393939. Windows color (decimal): -7791870 or 138121. OLE color: 138121.
HSL color Cylindrical-coordinate representation of color #891B02: hue angle of 11.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #891B02 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 27 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.46 |
| HSL | 11.11º | 0.97% | 0.27% | - |
| HSV(B) | 11.11º | 0.99% | 0.54% | - |
| XYZ | 10.72 | 6.11 | 0.67 | - |
| YUV | 57.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 2 | 0 | 0.80 | 0.99 | 0.46 | 11.11 | 0.97 | 0.27 |
| Hex | 89 | 1B | 2 | 0 | 50 | 63 | 2E | B | 61 | 1B |
| Octal | 211 | 33 | 2 | 0 | 120 | 143 | 56 | 13 | 141 | 33 |
| Binary | 10001001 | 11011 | 10 | 0 | 1010000 | 1100011 | 101110 | 1011 | 1100001 | 11011 |
Color Harmonies of #891B02
Complementary color
Monochromatic Colors of #891B02
Black with #891B02
Text Example
Text Example
White with #891B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891B02; }
p { color: rgb(137,27,2); }
H1.HeaderClassName
{
color: #891B02;
}
.AnyTagClassName
{
color: #891B02;
}
</style>
background-color css
<style>
a { background-color: #891B02; }
a { background-color: rgb(137,27,2); }
div.DivClassName
{
background-color: #891B02;
}
.BgClassName
{
background-color: #891B02;
}
</style>
border-color css
<style>
span { border-color: #891B02; }
span { border-color: rgb(137,27,2); }
td.TdClassName
{
border-color: #891B02;
}
.TagClassName
{
border-color: #891B02;
}
</style>