Shades of Falu Red #74200B
Tints of Falu Red #74200B
RGB
CMYK
RGB Variations
Color information
#74200B (or 0x74200B) is known color: Falu Red. HEX triplet: 74, 20 and 0B. RGB value is (116,32,11). Sum of RGB (Red+Green+Blue) = 116+32+11=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #74200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74200B is #8BDFF4. Grayscale: #363636. Windows color (decimal): -9166837 or 729204. OLE color: 729204.
HSL color Cylindrical-coordinate representation of color #74200B: hue angle of 12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74200B is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 32 | 11 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.55 |
| HSL | 12º | 0.83% | 0.25% | - |
| HSV(B) | 12º | 0.91% | 0.45% | - |
| XYZ | 7.78 | 4.77 | 0.83 | - |
| YUV | 54.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 32 | 11 | 0 | 0.72 | 0.91 | 0.55 | 12 | 0.83 | 0.25 |
| Hex | 74 | 20 | B | 0 | 48 | 5B | 37 | C | 53 | 19 |
| Octal | 164 | 40 | 13 | 0 | 110 | 133 | 67 | 14 | 123 | 31 |
| Binary | 1110100 | 100000 | 1011 | 0 | 1001000 | 1011011 | 110111 | 1100 | 1010011 | 11001 |
Color Harmonies of #74200B
Complementary color
Monochromatic Colors of #74200B
Black with #74200B
Text Example
Text Example
White with #74200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74200B; }
p { color: rgb(116,32,11); }
H1.HeaderClassName
{
color: #74200B;
}
.AnyTagClassName
{
color: #74200B;
}
</style>
background-color css
<style>
a { background-color: #74200B; }
a { background-color: rgb(116,32,11); }
div.DivClassName
{
background-color: #74200B;
}
.BgClassName
{
background-color: #74200B;
}
</style>
border-color css
<style>
span { border-color: #74200B; }
span { border-color: rgb(116,32,11); }
td.TdClassName
{
border-color: #74200B;
}
.TagClassName
{
border-color: #74200B;
}
</style>