Shades of Falu Red #812602
Tints of Falu Red #812602
RGB
CMYK
RGB Variations
Color information
#812602 (or 0x812602) is known color: Falu Red. HEX triplet: 81, 26 and 02. RGB value is (129,38,2). Sum of RGB (Red+Green+Blue) = 129+38+2=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #812602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812602 is #7ED9FD. Grayscale: #3D3D3D. Windows color (decimal): -8313342 or 140929. OLE color: 140929.
HSL color Cylindrical-coordinate representation of color #812602: hue angle of 17.01º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #812602 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 2 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.49 |
| HSL | 17.01º | 0.97% | 0.26% | - |
| HSV(B) | 17.01º | 0.98% | 0.51% | - |
| XYZ | 9.76 | 6.06 | 0.71 | - |
| YUV | 61.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 2 | 0 | 0.71 | 0.98 | 0.49 | 17.01 | 0.97 | 0.26 |
| Hex | 81 | 26 | 2 | 0 | 47 | 62 | 31 | 11 | 61 | 1A |
| Octal | 201 | 46 | 2 | 0 | 107 | 142 | 61 | 21 | 141 | 32 |
| Binary | 10000001 | 100110 | 10 | 0 | 1000111 | 1100010 | 110001 | 10001 | 1100001 | 11010 |
Color Harmonies of #812602
Complementary color
Monochromatic Colors of #812602
Black with #812602
Text Example
Text Example
White with #812602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812602; }
p { color: rgb(129,38,2); }
H1.HeaderClassName
{
color: #812602;
}
.AnyTagClassName
{
color: #812602;
}
</style>
background-color css
<style>
a { background-color: #812602; }
a { background-color: rgb(129,38,2); }
div.DivClassName
{
background-color: #812602;
}
.BgClassName
{
background-color: #812602;
}
</style>
border-color css
<style>
span { border-color: #812602; }
span { border-color: rgb(129,38,2); }
td.TdClassName
{
border-color: #812602;
}
.TagClassName
{
border-color: #812602;
}
</style>