Shades of Falu Red #7A2003
Tints of Falu Red #7A2003
RGB
CMYK
RGB Variations
Color information
#7A2003 (or 0x7A2003) is known color: Falu Red. HEX triplet: 7A, 20 and 03. RGB value is (122,32,3). Sum of RGB (Red+Green+Blue) = 122+32+3=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2003 is #85DFFC. Grayscale: #373737. Windows color (decimal): -8773629 or 204922. OLE color: 204922.
HSL color Cylindrical-coordinate representation of color #7A2003: hue angle of 14.62º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A2003 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 32 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.52 |
| HSL | 14.62º | 0.95% | 0.25% | - |
| HSV(B) | 14.62º | 0.98% | 0.48% | - |
| XYZ | 8.56 | 5.18 | 0.63 | - |
| YUV | 55.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 3 | 0 | 0.74 | 0.98 | 0.52 | 14.62 | 0.95 | 0.25 |
| Hex | 7A | 20 | 3 | 0 | 4A | 62 | 34 | F | 5F | 19 |
| Octal | 172 | 40 | 3 | 0 | 112 | 142 | 64 | 17 | 137 | 31 |
| Binary | 1111010 | 100000 | 11 | 0 | 1001010 | 1100010 | 110100 | 1111 | 1011111 | 11001 |
Color Harmonies of #7A2003
Complementary color
Monochromatic Colors of #7A2003
Black with #7A2003
Text Example
Text Example
White with #7A2003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2003; }
p { color: rgb(122,32,3); }
H1.HeaderClassName
{
color: #7A2003;
}
.AnyTagClassName
{
color: #7A2003;
}
</style>
background-color css
<style>
a { background-color: #7A2003; }
a { background-color: rgb(122,32,3); }
div.DivClassName
{
background-color: #7A2003;
}
.BgClassName
{
background-color: #7A2003;
}
</style>
border-color css
<style>
span { border-color: #7A2003; }
span { border-color: rgb(122,32,3); }
td.TdClassName
{
border-color: #7A2003;
}
.TagClassName
{
border-color: #7A2003;
}
</style>