Shades of Falu Red #851C0C
Tints of Falu Red #851C0C
RGB
CMYK
RGB Variations
Color information
#851C0C (or 0x851C0C) is known color: Falu Red. HEX triplet: 85, 1C and 0C. RGB value is (133,28,12). Sum of RGB (Red+Green+Blue) = 133+28+12=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #851C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C0C is #7AE3F3. Grayscale: #393939. Windows color (decimal): -8053748 or 793733. OLE color: 793733.
HSL color Cylindrical-coordinate representation of color #851C0C: hue angle of 7.93º 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 #851C0C is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 12 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.48 |
| HSL | 7.93º | 0.83% | 0.28% | - |
| HSV(B) | 7.93º | 0.91% | 0.52% | - |
| XYZ | 10.15 | 5.84 | 0.94 | - |
| YUV | 57.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 12 | 0 | 0.79 | 0.91 | 0.48 | 7.93 | 0.83 | 0.28 |
| Hex | 85 | 1C | C | 0 | 4F | 5B | 30 | 8 | 53 | 1C |
| Octal | 205 | 34 | 14 | 0 | 117 | 133 | 60 | 10 | 123 | 34 |
| Binary | 10000101 | 11100 | 1100 | 0 | 1001111 | 1011011 | 110000 | 1000 | 1010011 | 11100 |
Color Harmonies of #851C0C
Complementary color
Monochromatic Colors of #851C0C
Black with #851C0C
Text Example
Text Example
White with #851C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C0C; }
p { color: rgb(133,28,12); }
H1.HeaderClassName
{
color: #851C0C;
}
.AnyTagClassName
{
color: #851C0C;
}
</style>
background-color css
<style>
a { background-color: #851C0C; }
a { background-color: rgb(133,28,12); }
div.DivClassName
{
background-color: #851C0C;
}
.BgClassName
{
background-color: #851C0C;
}
</style>
border-color css
<style>
span { border-color: #851C0C; }
span { border-color: rgb(133,28,12); }
td.TdClassName
{
border-color: #851C0C;
}
.TagClassName
{
border-color: #851C0C;
}
</style>