Shades of Falu Red #82230C
Tints of Falu Red #82230C
RGB
CMYK
RGB Variations
Color information
#82230C (or 0x82230C) is known color: Falu Red. HEX triplet: 82, 23 and 0C. RGB value is (130,35,12). Sum of RGB (Red+Green+Blue) = 130+35+12=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #82230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82230C is #7DDCF3. Grayscale: #3C3C3C. Windows color (decimal): -8248564 or 795522. OLE color: 795522.
HSL color Cylindrical-coordinate representation of color #82230C: hue angle of 11.69º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82230C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 35 | 12 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.49 |
| HSL | 11.69º | 0.83% | 0.28% | - |
| HSV(B) | 11.69º | 0.91% | 0.51% | - |
| XYZ | 9.87 | 5.97 | 0.98 | - |
| YUV | 60.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 12 | 0 | 0.73 | 0.91 | 0.49 | 11.69 | 0.83 | 0.28 |
| Hex | 82 | 23 | C | 0 | 49 | 5B | 31 | C | 53 | 1C |
| Octal | 202 | 43 | 14 | 0 | 111 | 133 | 61 | 14 | 123 | 34 |
| Binary | 10000010 | 100011 | 1100 | 0 | 1001001 | 1011011 | 110001 | 1100 | 1010011 | 11100 |
Color Harmonies of #82230C
Complementary color
Monochromatic Colors of #82230C
Black with #82230C
Text Example
Text Example
White with #82230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82230C; }
p { color: rgb(130,35,12); }
H1.HeaderClassName
{
color: #82230C;
}
.AnyTagClassName
{
color: #82230C;
}
</style>
background-color css
<style>
a { background-color: #82230C; }
a { background-color: rgb(130,35,12); }
div.DivClassName
{
background-color: #82230C;
}
.BgClassName
{
background-color: #82230C;
}
</style>
border-color css
<style>
span { border-color: #82230C; }
span { border-color: rgb(130,35,12); }
td.TdClassName
{
border-color: #82230C;
}
.TagClassName
{
border-color: #82230C;
}
</style>