Shades of Falu Red #742020
Tints of Falu Red #742020
RGB
CMYK
RGB Variations
Color information
#742020 (or 0x742020) is known color: Falu Red. HEX triplet: 74, 20 and 20. RGB value is (116,32,32). Sum of RGB (Red+Green+Blue) = 116+32+32=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #742020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742020 is #8BDFDF. Grayscale: #393939. Windows color (decimal): -9166816 or 2105460. OLE color: 2105460.
HSL color Cylindrical-coordinate representation of color #742020: hue angle of 0º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742020 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 32 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.55 |
| HSL | 0º | 0.57% | 0.29% | - |
| HSV(B) | 0º | 0.72% | 0.45% | - |
| XYZ | 7.98 | 4.85 | 1.88 | - |
| YUV | 57.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 32 | 0 | 0.72 | 0.72 | 0.55 | 0 | 0.57 | 0.29 |
| Hex | 74 | 20 | 20 | 0 | 48 | 48 | 37 | 0 | 39 | 1D |
| Octal | 164 | 40 | 40 | 0 | 110 | 110 | 67 | 0 | 71 | 35 |
| Binary | 1110100 | 100000 | 100000 | 0 | 1001000 | 1001000 | 110111 | 0 | 111001 | 11101 |
Color Harmonies of #742020
Complementary color
Monochromatic Colors of #742020
Black with #742020
Text Example
Text Example
White with #742020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742020; }
p { color: rgb(116,32,32); }
H1.HeaderClassName
{
color: #742020;
}
.AnyTagClassName
{
color: #742020;
}
</style>
background-color css
<style>
a { background-color: #742020; }
a { background-color: rgb(116,32,32); }
div.DivClassName
{
background-color: #742020;
}
.BgClassName
{
background-color: #742020;
}
</style>
border-color css
<style>
span { border-color: #742020; }
span { border-color: rgb(116,32,32); }
td.TdClassName
{
border-color: #742020;
}
.TagClassName
{
border-color: #742020;
}
</style>