Shades of Falu Red #7F2302
Tints of Falu Red #7F2302
RGB
CMYK
RGB Variations
Color information
#7F2302 (or 0x7F2302) is known color: Falu Red. HEX triplet: 7F, 23 and 02. RGB value is (127,35,2). Sum of RGB (Red+Green+Blue) = 127+35+2=164 (21% of max value = 765). Red value is 127 (50% from 255 or 77.44% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2302 is #80DCFD. Grayscale: #3A3A3A. Windows color (decimal): -8445182 or 140159. OLE color: 140159.
HSL color Cylindrical-coordinate representation of color #7F2302: hue angle of 15.84º degrees, saturation: 0.97, 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 #7F2302 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 35 | 2 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.50 |
| HSL | 15.84º | 0.97% | 0.25% | - |
| HSV(B) | 15.84º | 0.98% | 0.5% | - |
| XYZ | 9.36 | 5.72 | 0.67 | - |
| YUV | 58.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 35 | 2 | 0 | 0.72 | 0.98 | 0.50 | 15.84 | 0.97 | 0.25 |
| Hex | 7F | 23 | 2 | 0 | 48 | 62 | 32 | 10 | 61 | 19 |
| Octal | 177 | 43 | 2 | 0 | 110 | 142 | 62 | 20 | 141 | 31 |
| Binary | 1111111 | 100011 | 10 | 0 | 1001000 | 1100010 | 110010 | 10000 | 1100001 | 11001 |
Color Harmonies of #7F2302
Complementary color
Monochromatic Colors of #7F2302
Black with #7F2302
Text Example
Text Example
White with #7F2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2302; }
p { color: rgb(127,35,2); }
H1.HeaderClassName
{
color: #7F2302;
}
.AnyTagClassName
{
color: #7F2302;
}
</style>
background-color css
<style>
a { background-color: #7F2302; }
a { background-color: rgb(127,35,2); }
div.DivClassName
{
background-color: #7F2302;
}
.BgClassName
{
background-color: #7F2302;
}
</style>
border-color css
<style>
span { border-color: #7F2302; }
span { border-color: rgb(127,35,2); }
td.TdClassName
{
border-color: #7F2302;
}
.TagClassName
{
border-color: #7F2302;
}
</style>