Shades of Falu Red #721708
Tints of Falu Red #721708
RGB
CMYK
RGB Variations
Color information
#721708 (or 0x721708) is known color: Falu Red. HEX triplet: 72, 17 and 08. RGB value is (114,23,8). Sum of RGB (Red+Green+Blue) = 114+23+8=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #721708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721708 is #8DE8F7. Grayscale: #303030. Windows color (decimal): -9300216 or 530290. OLE color: 530290.
HSL color Cylindrical-coordinate representation of color #721708: hue angle of 8.49º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #721708 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 8 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.55 |
| HSL | 8.49º | 0.87% | 0.24% | - |
| HSV(B) | 8.49º | 0.93% | 0.45% | - |
| XYZ | 7.29 | 4.21 | 0.66 | - |
| YUV | 48.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 8 | 0 | 0.80 | 0.93 | 0.55 | 8.49 | 0.87 | 0.24 |
| Hex | 72 | 17 | 8 | 0 | 50 | 5D | 37 | 8 | 57 | 18 |
| Octal | 162 | 27 | 10 | 0 | 120 | 135 | 67 | 10 | 127 | 30 |
| Binary | 1110010 | 10111 | 1000 | 0 | 1010000 | 1011101 | 110111 | 1000 | 1010111 | 11000 |
Color Harmonies of #721708
Complementary color
Monochromatic Colors of #721708
Black with #721708
Text Example
Text Example
White with #721708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721708; }
p { color: rgb(114,23,8); }
H1.HeaderClassName
{
color: #721708;
}
.AnyTagClassName
{
color: #721708;
}
</style>
background-color css
<style>
a { background-color: #721708; }
a { background-color: rgb(114,23,8); }
div.DivClassName
{
background-color: #721708;
}
.BgClassName
{
background-color: #721708;
}
</style>
border-color css
<style>
span { border-color: #721708; }
span { border-color: rgb(114,23,8); }
td.TdClassName
{
border-color: #721708;
}
.TagClassName
{
border-color: #721708;
}
</style>