Shades of Falu Red #872002
Tints of Falu Red #872002
RGB
CMYK
RGB Variations
Color information
#872002 (or 0x872002) is known color: Falu Red. HEX triplet: 87, 20 and 02. RGB value is (135,32,2). Sum of RGB (Red+Green+Blue) = 135+32+2=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #872002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872002 is #78DFFD. Grayscale: #3B3B3B. Windows color (decimal): -7921662 or 139399. OLE color: 139399.
HSL color Cylindrical-coordinate representation of color #872002: hue angle of 13.53º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #872002 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.47 |
| HSL | 13.53º | 0.97% | 0.27% | - |
| HSV(B) | 13.53º | 0.99% | 0.53% | - |
| XYZ | 10.52 | 6.19 | 0.7 | - |
| YUV | 59.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 2 | 0 | 0.76 | 0.99 | 0.47 | 13.53 | 0.97 | 0.27 |
| Hex | 87 | 20 | 2 | 0 | 4C | 63 | 2F | E | 61 | 1B |
| Octal | 207 | 40 | 2 | 0 | 114 | 143 | 57 | 16 | 141 | 33 |
| Binary | 10000111 | 100000 | 10 | 0 | 1001100 | 1100011 | 101111 | 1110 | 1100001 | 11011 |
Color Harmonies of #872002
Complementary color
Monochromatic Colors of #872002
Black with #872002
Text Example
Text Example
White with #872002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872002; }
p { color: rgb(135,32,2); }
H1.HeaderClassName
{
color: #872002;
}
.AnyTagClassName
{
color: #872002;
}
</style>
background-color css
<style>
a { background-color: #872002; }
a { background-color: rgb(135,32,2); }
div.DivClassName
{
background-color: #872002;
}
.BgClassName
{
background-color: #872002;
}
</style>
border-color css
<style>
span { border-color: #872002; }
span { border-color: rgb(135,32,2); }
td.TdClassName
{
border-color: #872002;
}
.TagClassName
{
border-color: #872002;
}
</style>