Shades of Falu Red #721A00
Tints of Falu Red #721A00
RGB
CMYK
RGB Variations
Color information
#721A00 (or 0x721A00) is known color: Falu Red. HEX triplet: 72, 1A and 00. RGB value is (114,26,0). Sum of RGB (Red+Green+Blue) = 114+26+0=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #721A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A00 is #8DE5FF. Grayscale: #313131. Windows color (decimal): -9299456 or 6770. OLE color: 6770.
HSL color Cylindrical-coordinate representation of color #721A00: hue angle of 13.68º 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 #721A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.55 |
| HSL | 13.68º | 1% | 0.22% | - |
| HSV(B) | 13.68º | 1% | 0.45% | - |
| XYZ | 7.31 | 4.32 | 0.45 | - |
| YUV | 49.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 0 | 0 | 0.77 | 1 | 0.55 | 13.68 | 1 | 0.22 |
| Hex | 72 | 1A | 0 | 0 | 4D | 64 | 37 | E | 64 | 16 |
| Octal | 162 | 32 | 0 | 0 | 115 | 144 | 67 | 16 | 144 | 26 |
| Binary | 1110010 | 11010 | 0 | 0 | 1001101 | 1100100 | 110111 | 1110 | 1100100 | 10110 |
Color Harmonies of #721A00
Complementary color
Monochromatic Colors of #721A00
Black with #721A00
Text Example
Text Example
White with #721A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A00; }
p { color: rgb(114,26,0); }
H1.HeaderClassName
{
color: #721A00;
}
.AnyTagClassName
{
color: #721A00;
}
</style>
background-color css
<style>
a { background-color: #721A00; }
a { background-color: rgb(114,26,0); }
div.DivClassName
{
background-color: #721A00;
}
.BgClassName
{
background-color: #721A00;
}
</style>
border-color css
<style>
span { border-color: #721A00; }
span { border-color: rgb(114,26,0); }
td.TdClassName
{
border-color: #721A00;
}
.TagClassName
{
border-color: #721A00;
}
</style>