Shades of Falu Red #721B00
Tints of Falu Red #721B00
RGB
CMYK
RGB Variations
Color information
#721B00 (or 0x721B00) is known color: Falu Red. HEX triplet: 72, 1B and 00. RGB value is (114,27,0). Sum of RGB (Red+Green+Blue) = 114+27+0=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #721B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B00 is #8DE4FF. Grayscale: #323232. Windows color (decimal): -9299200 or 7026. OLE color: 7026.
HSL color Cylindrical-coordinate representation of color #721B00: hue angle of 14.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #721B00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.55 |
| HSL | 14.21º | 1% | 0.22% | - |
| HSV(B) | 14.21º | 1% | 0.45% | - |
| XYZ | 7.33 | 4.36 | 0.46 | - |
| YUV | 49.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 0 | 0 | 0.76 | 1 | 0.55 | 14.21 | 1 | 0.22 |
| Hex | 72 | 1B | 0 | 0 | 4C | 64 | 37 | E | 64 | 16 |
| Octal | 162 | 33 | 0 | 0 | 114 | 144 | 67 | 16 | 144 | 26 |
| Binary | 1110010 | 11011 | 0 | 0 | 1001100 | 1100100 | 110111 | 1110 | 1100100 | 10110 |
Color Harmonies of #721B00
Complementary color
Monochromatic Colors of #721B00
Black with #721B00
Text Example
Text Example
White with #721B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B00; }
p { color: rgb(114,27,0); }
H1.HeaderClassName
{
color: #721B00;
}
.AnyTagClassName
{
color: #721B00;
}
</style>
background-color css
<style>
a { background-color: #721B00; }
a { background-color: rgb(114,27,0); }
div.DivClassName
{
background-color: #721B00;
}
.BgClassName
{
background-color: #721B00;
}
</style>
border-color css
<style>
span { border-color: #721B00; }
span { border-color: rgb(114,27,0); }
td.TdClassName
{
border-color: #721B00;
}
.TagClassName
{
border-color: #721B00;
}
</style>