Shades of Falu Red #85230C
Tints of Falu Red #85230C
RGB
CMYK
RGB Variations
Color information
#85230C (or 0x85230C) is known color: Falu Red. HEX triplet: 85, 23 and 0C. RGB value is (133,35,12). Sum of RGB (Red+Green+Blue) = 133+35+12=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85230C is #7ADCF3. Grayscale: #3D3D3D. Windows color (decimal): -8051956 or 795525. OLE color: 795525.
HSL color Cylindrical-coordinate representation of color #85230C: hue angle of 11.4º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85230C is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 12 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.48 |
| HSL | 11.4º | 0.83% | 0.28% | - |
| HSV(B) | 11.4º | 0.91% | 0.52% | - |
| XYZ | 10.34 | 6.22 | 1 | - |
| YUV | 61.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 12 | 0 | 0.74 | 0.91 | 0.48 | 11.4 | 0.83 | 0.28 |
| Hex | 85 | 23 | C | 0 | 4A | 5B | 30 | B | 53 | 1C |
| Octal | 205 | 43 | 14 | 0 | 112 | 133 | 60 | 13 | 123 | 34 |
| Binary | 10000101 | 100011 | 1100 | 0 | 1001010 | 1011011 | 110000 | 1011 | 1010011 | 11100 |
Color Harmonies of #85230C
Complementary color
Monochromatic Colors of #85230C
Black with #85230C
Text Example
Text Example
White with #85230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85230C; }
p { color: rgb(133,35,12); }
H1.HeaderClassName
{
color: #85230C;
}
.AnyTagClassName
{
color: #85230C;
}
</style>
background-color css
<style>
a { background-color: #85230C; }
a { background-color: rgb(133,35,12); }
div.DivClassName
{
background-color: #85230C;
}
.BgClassName
{
background-color: #85230C;
}
</style>
border-color css
<style>
span { border-color: #85230C; }
span { border-color: rgb(133,35,12); }
td.TdClassName
{
border-color: #85230C;
}
.TagClassName
{
border-color: #85230C;
}
</style>