Shades of Falu Red #732205
Tints of Falu Red #732205
RGB
CMYK
RGB Variations
Color information
#732205 (or 0x732205) is known color: Falu Red. HEX triplet: 73, 22 and 05. RGB value is (115,34,5). Sum of RGB (Red+Green+Blue) = 115+34+5=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #732205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732205 is #8CDDFA. Grayscale: #373737. Windows color (decimal): -9231867 or 336499. OLE color: 336499.
HSL color Cylindrical-coordinate representation of color #732205: hue angle of 15.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #732205 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 34 | 5 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.55 |
| HSL | 15.82º | 0.92% | 0.24% | - |
| HSV(B) | 15.82º | 0.96% | 0.45% | - |
| XYZ | 7.67 | 4.8 | 0.67 | - |
| YUV | 54.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 5 | 0 | 0.70 | 0.96 | 0.55 | 15.82 | 0.92 | 0.24 |
| Hex | 73 | 22 | 5 | 0 | 46 | 60 | 37 | 10 | 5C | 18 |
| Octal | 163 | 42 | 5 | 0 | 106 | 140 | 67 | 20 | 134 | 30 |
| Binary | 1110011 | 100010 | 101 | 0 | 1000110 | 1100000 | 110111 | 10000 | 1011100 | 11000 |
Color Harmonies of #732205
Complementary color
Monochromatic Colors of #732205
Black with #732205
Text Example
Text Example
White with #732205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732205; }
p { color: rgb(115,34,5); }
H1.HeaderClassName
{
color: #732205;
}
.AnyTagClassName
{
color: #732205;
}
</style>
background-color css
<style>
a { background-color: #732205; }
a { background-color: rgb(115,34,5); }
div.DivClassName
{
background-color: #732205;
}
.BgClassName
{
background-color: #732205;
}
</style>
border-color css
<style>
span { border-color: #732205; }
span { border-color: rgb(115,34,5); }
td.TdClassName
{
border-color: #732205;
}
.TagClassName
{
border-color: #732205;
}
</style>