Shades of Falu Red #7F2301
Tints of Falu Red #7F2301
RGB
CMYK
RGB Variations
Color information
#7F2301 (or 0x7F2301) is known color: Falu Red. HEX triplet: 7F, 23 and 01. RGB value is (127,35,1). Sum of RGB (Red+Green+Blue) = 127+35+1=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2301 is #80DCFE. Grayscale: #3A3A3A. Windows color (decimal): -8445183 or 74623. OLE color: 74623.
HSL color Cylindrical-coordinate representation of color #7F2301: hue angle of 16.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F2301 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 35 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.50 |
| HSL | 16.19º | 0.98% | 0.25% | - |
| HSV(B) | 16.19º | 0.99% | 0.5% | - |
| XYZ | 9.36 | 5.72 | 0.64 | - |
| YUV | 58.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 35 | 1 | 0 | 0.72 | 0.99 | 0.50 | 16.19 | 0.98 | 0.25 |
| Hex | 7F | 23 | 1 | 0 | 48 | 63 | 32 | 10 | 62 | 19 |
| Octal | 177 | 43 | 1 | 0 | 110 | 143 | 62 | 20 | 142 | 31 |
| Binary | 1111111 | 100011 | 1 | 0 | 1001000 | 1100011 | 110010 | 10000 | 1100010 | 11001 |
Color Harmonies of #7F2301
Complementary color
Monochromatic Colors of #7F2301
Black with #7F2301
Text Example
Text Example
White with #7F2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2301; }
p { color: rgb(127,35,1); }
H1.HeaderClassName
{
color: #7F2301;
}
.AnyTagClassName
{
color: #7F2301;
}
</style>
background-color css
<style>
a { background-color: #7F2301; }
a { background-color: rgb(127,35,1); }
div.DivClassName
{
background-color: #7F2301;
}
.BgClassName
{
background-color: #7F2301;
}
</style>
border-color css
<style>
span { border-color: #7F2301; }
span { border-color: rgb(127,35,1); }
td.TdClassName
{
border-color: #7F2301;
}
.TagClassName
{
border-color: #7F2301;
}
</style>