Shades of Falu Red #721808
Tints of Falu Red #721808
RGB
CMYK
RGB Variations
Color information
#721808 (or 0x721808) is known color: Falu Red. HEX triplet: 72, 18 and 08. RGB value is (114,24,8). Sum of RGB (Red+Green+Blue) = 114+24+8=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #721808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721808 is #8DE7F7. Grayscale: #313131. Windows color (decimal): -9299960 or 530546. OLE color: 530546.
HSL color Cylindrical-coordinate representation of color #721808: hue angle of 9.06º 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 #721808 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 24 | 8 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.55 |
| HSL | 9.06º | 0.87% | 0.24% | - |
| HSV(B) | 9.06º | 0.93% | 0.45% | - |
| XYZ | 7.31 | 4.25 | 0.66 | - |
| YUV | 49.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 8 | 0 | 0.79 | 0.93 | 0.55 | 9.06 | 0.87 | 0.24 |
| Hex | 72 | 18 | 8 | 0 | 4F | 5D | 37 | 9 | 57 | 18 |
| Octal | 162 | 30 | 10 | 0 | 117 | 135 | 67 | 11 | 127 | 30 |
| Binary | 1110010 | 11000 | 1000 | 0 | 1001111 | 1011101 | 110111 | 1001 | 1010111 | 11000 |
Color Harmonies of #721808
Complementary color
Monochromatic Colors of #721808
Black with #721808
Text Example
Text Example
White with #721808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721808; }
p { color: rgb(114,24,8); }
H1.HeaderClassName
{
color: #721808;
}
.AnyTagClassName
{
color: #721808;
}
</style>
background-color css
<style>
a { background-color: #721808; }
a { background-color: rgb(114,24,8); }
div.DivClassName
{
background-color: #721808;
}
.BgClassName
{
background-color: #721808;
}
</style>
border-color css
<style>
span { border-color: #721808; }
span { border-color: rgb(114,24,8); }
td.TdClassName
{
border-color: #721808;
}
.TagClassName
{
border-color: #721808;
}
</style>