Shades of Falu Red #7E1B02
Tints of Falu Red #7E1B02
RGB
CMYK
RGB Variations
Color information
#7E1B02 (or 0x7E1B02) is known color: Falu Red. HEX triplet: 7E, 1B and 02. RGB value is (126,27,2). Sum of RGB (Red+Green+Blue) = 126+27+2=155 (20% of max value = 765). Red value is 126 (49.61% from 255 or 81.29% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E1B02 is #81E4FD. Grayscale: #353535. Windows color (decimal): -8512766 or 138110. OLE color: 138110.
HSL color Cylindrical-coordinate representation of color #7E1B02: hue angle of 12.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E1B02 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 27 | 2 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.51 |
| HSL | 12.1º | 0.97% | 0.25% | - |
| HSV(B) | 12.1º | 0.98% | 0.49% | - |
| XYZ | 9.01 | 5.22 | 0.59 | - |
| YUV | 53.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 27 | 2 | 0 | 0.79 | 0.98 | 0.51 | 12.1 | 0.97 | 0.25 |
| Hex | 7E | 1B | 2 | 0 | 4F | 62 | 33 | C | 61 | 19 |
| Octal | 176 | 33 | 2 | 0 | 117 | 142 | 63 | 14 | 141 | 31 |
| Binary | 1111110 | 11011 | 10 | 0 | 1001111 | 1100010 | 110011 | 1100 | 1100001 | 11001 |
Color Harmonies of #7E1B02
Complementary color
Monochromatic Colors of #7E1B02
Black with #7E1B02
Text Example
Text Example
White with #7E1B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1B02; }
p { color: rgb(126,27,2); }
H1.HeaderClassName
{
color: #7E1B02;
}
.AnyTagClassName
{
color: #7E1B02;
}
</style>
background-color css
<style>
a { background-color: #7E1B02; }
a { background-color: rgb(126,27,2); }
div.DivClassName
{
background-color: #7E1B02;
}
.BgClassName
{
background-color: #7E1B02;
}
</style>
border-color css
<style>
span { border-color: #7E1B02; }
span { border-color: rgb(126,27,2); }
td.TdClassName
{
border-color: #7E1B02;
}
.TagClassName
{
border-color: #7E1B02;
}
</style>