Shades of Falu Red #742121
Tints of Falu Red #742121
RGB
CMYK
RGB Variations
Color information
#742121 (or 0x742121) is known color: Falu Red. HEX triplet: 74, 21 and 21. RGB value is (116,33,33). Sum of RGB (Red+Green+Blue) = 116+33+33=182 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.74% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 116 - color contains mainly: red. Hex color #742121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742121 is #8BDEDE. Grayscale: #393939. Windows color (decimal): -9166559 or 2171252. OLE color: 2171252.
HSL color Cylindrical-coordinate representation of color #742121: hue angle of 0º degrees, saturation: 0.56, 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 #742121 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 33 | 33 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.55 |
| HSL | 0º | 0.56% | 0.29% | - |
| HSV(B) | 0º | 0.72% | 0.45% | - |
| XYZ | 8.02 | 4.91 | 1.96 | - |
| YUV | 57.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 33 | 0 | 0.72 | 0.72 | 0.55 | 0 | 0.56 | 0.29 |
| Hex | 74 | 21 | 21 | 0 | 48 | 48 | 37 | 0 | 38 | 1D |
| Octal | 164 | 41 | 41 | 0 | 110 | 110 | 67 | 0 | 70 | 35 |
| Binary | 1110100 | 100001 | 100001 | 0 | 1001000 | 1001000 | 110111 | 0 | 111000 | 11101 |
Color Harmonies of #742121
Complementary color
Monochromatic Colors of #742121
Black with #742121
Text Example
Text Example
White with #742121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742121; }
p { color: rgb(116,33,33); }
H1.HeaderClassName
{
color: #742121;
}
.AnyTagClassName
{
color: #742121;
}
</style>
background-color css
<style>
a { background-color: #742121; }
a { background-color: rgb(116,33,33); }
div.DivClassName
{
background-color: #742121;
}
.BgClassName
{
background-color: #742121;
}
</style>
border-color css
<style>
span { border-color: #742121; }
span { border-color: rgb(116,33,33); }
td.TdClassName
{
border-color: #742121;
}
.TagClassName
{
border-color: #742121;
}
</style>