Shades of Falu Red #831D02
Tints of Falu Red #831D02
RGB
CMYK
RGB Variations
Color information
#831D02 (or 0x831D02) is known color: Falu Red. HEX triplet: 83, 1D and 02. RGB value is (131,29,2). Sum of RGB (Red+Green+Blue) = 131+29+2=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #831D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D02 is #7CE2FD. Grayscale: #383838. Windows color (decimal): -8184574 or 138627. OLE color: 138627.
HSL color Cylindrical-coordinate representation of color #831D02: hue angle of 12.56º 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 #831D02 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 2 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.49 |
| HSL | 12.56º | 0.97% | 0.26% | - |
| HSV(B) | 12.56º | 0.98% | 0.51% | - |
| XYZ | 9.81 | 5.71 | 0.64 | - |
| YUV | 56.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 2 | 0 | 0.78 | 0.98 | 0.49 | 12.56 | 0.97 | 0.26 |
| Hex | 83 | 1D | 2 | 0 | 4E | 62 | 31 | D | 61 | 1A |
| Octal | 203 | 35 | 2 | 0 | 116 | 142 | 61 | 15 | 141 | 32 |
| Binary | 10000011 | 11101 | 10 | 0 | 1001110 | 1100010 | 110001 | 1101 | 1100001 | 11010 |
Color Harmonies of #831D02
Complementary color
Monochromatic Colors of #831D02
Black with #831D02
Text Example
Text Example
White with #831D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D02; }
p { color: rgb(131,29,2); }
H1.HeaderClassName
{
color: #831D02;
}
.AnyTagClassName
{
color: #831D02;
}
</style>
background-color css
<style>
a { background-color: #831D02; }
a { background-color: rgb(131,29,2); }
div.DivClassName
{
background-color: #831D02;
}
.BgClassName
{
background-color: #831D02;
}
</style>
border-color css
<style>
span { border-color: #831D02; }
span { border-color: rgb(131,29,2); }
td.TdClassName
{
border-color: #831D02;
}
.TagClassName
{
border-color: #831D02;
}
</style>