Shades of Falu Red #87230D
Tints of Falu Red #87230D
RGB
CMYK
RGB Variations
Color information
#87230D (or 0x87230D) is known color: Falu Red. HEX triplet: 87, 23 and 0D. RGB value is (135,35,13). Sum of RGB (Red+Green+Blue) = 135+35+13=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #87230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87230D is #78DCF2. Grayscale: #3E3E3E. Windows color (decimal): -7920883 or 861063. OLE color: 861063.
HSL color Cylindrical-coordinate representation of color #87230D: hue angle of 10.82º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87230D is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 13 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.47 |
| HSL | 10.82º | 0.82% | 0.29% | - |
| HSV(B) | 10.82º | 0.9% | 0.53% | - |
| XYZ | 10.67 | 6.38 | 1.05 | - |
| YUV | 62.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 13 | 0 | 0.74 | 0.90 | 0.47 | 10.82 | 0.82 | 0.29 |
| Hex | 87 | 23 | D | 0 | 4A | 5A | 2F | B | 52 | 1D |
| Octal | 207 | 43 | 15 | 0 | 112 | 132 | 57 | 13 | 122 | 35 |
| Binary | 10000111 | 100011 | 1101 | 0 | 1001010 | 1011010 | 101111 | 1011 | 1010010 | 11101 |
Color Harmonies of #87230D
Complementary color
Monochromatic Colors of #87230D
Black with #87230D
Text Example
Text Example
White with #87230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87230D; }
p { color: rgb(135,35,13); }
H1.HeaderClassName
{
color: #87230D;
}
.AnyTagClassName
{
color: #87230D;
}
</style>
background-color css
<style>
a { background-color: #87230D; }
a { background-color: rgb(135,35,13); }
div.DivClassName
{
background-color: #87230D;
}
.BgClassName
{
background-color: #87230D;
}
</style>
border-color css
<style>
span { border-color: #87230D; }
span { border-color: rgb(135,35,13); }
td.TdClassName
{
border-color: #87230D;
}
.TagClassName
{
border-color: #87230D;
}
</style>