Shades of Falu Red #7F2203
Tints of Falu Red #7F2203
RGB
CMYK
RGB Variations
Color information
#7F2203 (or 0x7F2203) is known color: Falu Red. HEX triplet: 7F, 22 and 03. RGB value is (127,34,3). Sum of RGB (Red+Green+Blue) = 127+34+3=164 (21% of max value = 765). Red value is 127 (50% from 255 or 77.44% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2203 is #80DDFC. Grayscale: #3A3A3A. Windows color (decimal): -8445437 or 205439. OLE color: 205439.
HSL color Cylindrical-coordinate representation of color #7F2203: hue angle of 15º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F2203 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 34 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.50 |
| HSL | 15º | 0.95% | 0.25% | - |
| HSV(B) | 15º | 0.98% | 0.5% | - |
| XYZ | 9.34 | 5.66 | 0.69 | - |
| YUV | 58.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 3 | 0 | 0.73 | 0.98 | 0.50 | 15 | 0.95 | 0.25 |
| Hex | 7F | 22 | 3 | 0 | 49 | 62 | 32 | F | 5F | 19 |
| Octal | 177 | 42 | 3 | 0 | 111 | 142 | 62 | 17 | 137 | 31 |
| Binary | 1111111 | 100010 | 11 | 0 | 1001001 | 1100010 | 110010 | 1111 | 1011111 | 11001 |
Color Harmonies of #7F2203
Complementary color
Monochromatic Colors of #7F2203
Black with #7F2203
Text Example
Text Example
White with #7F2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2203; }
p { color: rgb(127,34,3); }
H1.HeaderClassName
{
color: #7F2203;
}
.AnyTagClassName
{
color: #7F2203;
}
</style>
background-color css
<style>
a { background-color: #7F2203; }
a { background-color: rgb(127,34,3); }
div.DivClassName
{
background-color: #7F2203;
}
.BgClassName
{
background-color: #7F2203;
}
</style>
border-color css
<style>
span { border-color: #7F2203; }
span { border-color: rgb(127,34,3); }
td.TdClassName
{
border-color: #7F2203;
}
.TagClassName
{
border-color: #7F2203;
}
</style>