Shades of Falu Red #761A18
Tints of Falu Red #761A18
RGB
CMYK
RGB Variations
Color information
#761A18 (or 0x761A18) is known color: Falu Red. HEX triplet: 76, 1A and 18. RGB value is (118,26,24). Sum of RGB (Red+Green+Blue) = 118+26+24=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #761A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A18 is #89E5E7. Grayscale: #353535. Windows color (decimal): -9037288 or 1579638. OLE color: 1579638.
HSL color Cylindrical-coordinate representation of color #761A18: hue angle of 1.28º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761A18 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 24 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.54 |
| HSL | 1.28º | 0.66% | 0.28% | - |
| HSV(B) | 1.28º | 0.8% | 0.46% | - |
| XYZ | 8.01 | 4.66 | 1.34 | - |
| YUV | 53.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 24 | 0 | 0.78 | 0.80 | 0.54 | 1.28 | 0.66 | 0.28 |
| Hex | 76 | 1A | 18 | 0 | 4E | 50 | 36 | 1 | 42 | 1C |
| Octal | 166 | 32 | 30 | 0 | 116 | 120 | 66 | 1 | 102 | 34 |
| Binary | 1110110 | 11010 | 11000 | 0 | 1001110 | 1010000 | 110110 | 1 | 1000010 | 11100 |
Color Harmonies of #761A18
Complementary color
Monochromatic Colors of #761A18
Black with #761A18
Text Example
Text Example
White with #761A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A18; }
p { color: rgb(118,26,24); }
H1.HeaderClassName
{
color: #761A18;
}
.AnyTagClassName
{
color: #761A18;
}
</style>
background-color css
<style>
a { background-color: #761A18; }
a { background-color: rgb(118,26,24); }
div.DivClassName
{
background-color: #761A18;
}
.BgClassName
{
background-color: #761A18;
}
</style>
border-color css
<style>
span { border-color: #761A18; }
span { border-color: rgb(118,26,24); }
td.TdClassName
{
border-color: #761A18;
}
.TagClassName
{
border-color: #761A18;
}
</style>