Shades of Falu Red #7A200B
Tints of Falu Red #7A200B
RGB
CMYK
RGB Variations
Color information
#7A200B (or 0x7A200B) is known color: Falu Red. HEX triplet: 7A, 20 and 0B. RGB value is (122,32,11). Sum of RGB (Red+Green+Blue) = 122+32+11=165 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.94% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 122 - color contains mainly: red. Hex color #7A200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A200B is #85DFF4. Grayscale: #383838. Windows color (decimal): -8773621 or 729210. OLE color: 729210.
HSL color Cylindrical-coordinate representation of color #7A200B: hue angle of 11.35º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A200B is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 32 | 11 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.52 |
| HSL | 11.35º | 0.83% | 0.26% | - |
| HSV(B) | 11.35º | 0.91% | 0.48% | - |
| XYZ | 8.6 | 5.19 | 0.87 | - |
| YUV | 56.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 11 | 0 | 0.74 | 0.91 | 0.52 | 11.35 | 0.83 | 0.26 |
| Hex | 7A | 20 | B | 0 | 4A | 5B | 34 | B | 53 | 1A |
| Octal | 172 | 40 | 13 | 0 | 112 | 133 | 64 | 13 | 123 | 32 |
| Binary | 1111010 | 100000 | 1011 | 0 | 1001010 | 1011011 | 110100 | 1011 | 1010011 | 11010 |
Color Harmonies of #7A200B
Complementary color
Monochromatic Colors of #7A200B
Black with #7A200B
Text Example
Text Example
White with #7A200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A200B; }
p { color: rgb(122,32,11); }
H1.HeaderClassName
{
color: #7A200B;
}
.AnyTagClassName
{
color: #7A200B;
}
</style>
background-color css
<style>
a { background-color: #7A200B; }
a { background-color: rgb(122,32,11); }
div.DivClassName
{
background-color: #7A200B;
}
.BgClassName
{
background-color: #7A200B;
}
</style>
border-color css
<style>
span { border-color: #7A200B; }
span { border-color: rgb(122,32,11); }
td.TdClassName
{
border-color: #7A200B;
}
.TagClassName
{
border-color: #7A200B;
}
</style>