Shades of Falu Red #83230C
Tints of Falu Red #83230C
RGB
CMYK
RGB Variations
Color information
#83230C (or 0x83230C) is known color: Falu Red. HEX triplet: 83, 23 and 0C. RGB value is (131,35,12). Sum of RGB (Red+Green+Blue) = 131+35+12=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83230C is #7CDCF3. Grayscale: #3D3D3D. Windows color (decimal): -8183028 or 795523. OLE color: 795523.
HSL color Cylindrical-coordinate representation of color #83230C: hue angle of 11.6º 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 #83230C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 12 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.49 |
| HSL | 11.6º | 0.83% | 0.28% | - |
| HSV(B) | 11.6º | 0.91% | 0.51% | - |
| XYZ | 10.03 | 6.05 | 0.99 | - |
| YUV | 61.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 12 | 0 | 0.73 | 0.91 | 0.49 | 11.6 | 0.83 | 0.28 |
| Hex | 83 | 23 | C | 0 | 49 | 5B | 31 | C | 53 | 1C |
| Octal | 203 | 43 | 14 | 0 | 111 | 133 | 61 | 14 | 123 | 34 |
| Binary | 10000011 | 100011 | 1100 | 0 | 1001001 | 1011011 | 110001 | 1100 | 1010011 | 11100 |
Color Harmonies of #83230C
Complementary color
Monochromatic Colors of #83230C
Black with #83230C
Text Example
Text Example
White with #83230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83230C; }
p { color: rgb(131,35,12); }
H1.HeaderClassName
{
color: #83230C;
}
.AnyTagClassName
{
color: #83230C;
}
</style>
background-color css
<style>
a { background-color: #83230C; }
a { background-color: rgb(131,35,12); }
div.DivClassName
{
background-color: #83230C;
}
.BgClassName
{
background-color: #83230C;
}
</style>
border-color css
<style>
span { border-color: #83230C; }
span { border-color: rgb(131,35,12); }
td.TdClassName
{
border-color: #83230C;
}
.TagClassName
{
border-color: #83230C;
}
</style>