Shades of Falu Red #841702
Tints of Falu Red #841702
RGB
CMYK
RGB Variations
Color information
#841702 (or 0x841702) is known color: Falu Red. HEX triplet: 84, 17 and 02. RGB value is (132,23,2). Sum of RGB (Red+Green+Blue) = 132+23+2=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841702 is #7BE8FD. Grayscale: #353535. Windows color (decimal): -8120574 or 137092. OLE color: 137092.
HSL color Cylindrical-coordinate representation of color #841702: hue angle of 9.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #841702 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.48 |
| HSL | 9.69º | 0.97% | 0.26% | - |
| HSV(B) | 9.69º | 0.98% | 0.52% | - |
| XYZ | 9.83 | 5.52 | 0.61 | - |
| YUV | 53.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 2 | 0 | 0.83 | 0.98 | 0.48 | 9.69 | 0.97 | 0.26 |
| Hex | 84 | 17 | 2 | 0 | 53 | 62 | 30 | A | 61 | 1A |
| Octal | 204 | 27 | 2 | 0 | 123 | 142 | 60 | 12 | 141 | 32 |
| Binary | 10000100 | 10111 | 10 | 0 | 1010011 | 1100010 | 110000 | 1010 | 1100001 | 11010 |
Color Harmonies of #841702
Complementary color
Monochromatic Colors of #841702
Black with #841702
Text Example
Text Example
White with #841702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841702; }
p { color: rgb(132,23,2); }
H1.HeaderClassName
{
color: #841702;
}
.AnyTagClassName
{
color: #841702;
}
</style>
background-color css
<style>
a { background-color: #841702; }
a { background-color: rgb(132,23,2); }
div.DivClassName
{
background-color: #841702;
}
.BgClassName
{
background-color: #841702;
}
</style>
border-color css
<style>
span { border-color: #841702; }
span { border-color: rgb(132,23,2); }
td.TdClassName
{
border-color: #841702;
}
.TagClassName
{
border-color: #841702;
}
</style>