Shades of Falu Red #812403
Tints of Falu Red #812403
RGB
CMYK
RGB Variations
Color information
#812403 (or 0x812403) is known color: Falu Red. HEX triplet: 81, 24 and 03. RGB value is (129,36,3). Sum of RGB (Red+Green+Blue) = 129+36+3=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #812403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812403 is #7EDBFC. Grayscale: #3C3C3C. Windows color (decimal): -8313853 or 205953. OLE color: 205953.
HSL color Cylindrical-coordinate representation of color #812403: hue angle of 15.71º degrees, saturation: 0.95, 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 #812403 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.49 |
| HSL | 15.71º | 0.95% | 0.26% | - |
| HSV(B) | 15.71º | 0.98% | 0.51% | - |
| XYZ | 9.7 | 5.94 | 0.72 | - |
| YUV | 60.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 3 | 0 | 0.72 | 0.98 | 0.49 | 15.71 | 0.95 | 0.26 |
| Hex | 81 | 24 | 3 | 0 | 48 | 62 | 31 | 10 | 5F | 1A |
| Octal | 201 | 44 | 3 | 0 | 110 | 142 | 61 | 20 | 137 | 32 |
| Binary | 10000001 | 100100 | 11 | 0 | 1001000 | 1100010 | 110001 | 10000 | 1011111 | 11010 |
Color Harmonies of #812403
Complementary color
Monochromatic Colors of #812403
Black with #812403
Text Example
Text Example
White with #812403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812403; }
p { color: rgb(129,36,3); }
H1.HeaderClassName
{
color: #812403;
}
.AnyTagClassName
{
color: #812403;
}
</style>
background-color css
<style>
a { background-color: #812403; }
a { background-color: rgb(129,36,3); }
div.DivClassName
{
background-color: #812403;
}
.BgClassName
{
background-color: #812403;
}
</style>
border-color css
<style>
span { border-color: #812403; }
span { border-color: rgb(129,36,3); }
td.TdClassName
{
border-color: #812403;
}
.TagClassName
{
border-color: #812403;
}
</style>