Shades of Falu Red #76250F
Tints of Falu Red #76250F
RGB
CMYK
RGB Variations
Color information
#76250F (or 0x76250F) is known color: Falu Red. HEX triplet: 76, 25 and 0F. RGB value is (118,37,15). Sum of RGB (Red+Green+Blue) = 118+37+15=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76250F is #89DAF0. Grayscale: #3A3A3A. Windows color (decimal): -9034481 or 992630. OLE color: 992630.
HSL color Cylindrical-coordinate representation of color #76250F: hue angle of 12.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76250F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 15 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.54 |
| HSL | 12.82º | 0.77% | 0.26% | - |
| HSV(B) | 12.82º | 0.87% | 0.46% | - |
| XYZ | 8.22 | 5.21 | 1.02 | - |
| YUV | 58.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 15 | 0 | 0.69 | 0.87 | 0.54 | 12.82 | 0.77 | 0.26 |
| Hex | 76 | 25 | F | 0 | 45 | 57 | 36 | D | 4D | 1A |
| Octal | 166 | 45 | 17 | 0 | 105 | 127 | 66 | 15 | 115 | 32 |
| Binary | 1110110 | 100101 | 1111 | 0 | 1000101 | 1010111 | 110110 | 1101 | 1001101 | 11010 |
Color Harmonies of #76250F
Complementary color
Monochromatic Colors of #76250F
Black with #76250F
Text Example
Text Example
White with #76250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76250F; }
p { color: rgb(118,37,15); }
H1.HeaderClassName
{
color: #76250F;
}
.AnyTagClassName
{
color: #76250F;
}
</style>
background-color css
<style>
a { background-color: #76250F; }
a { background-color: rgb(118,37,15); }
div.DivClassName
{
background-color: #76250F;
}
.BgClassName
{
background-color: #76250F;
}
</style>
border-color css
<style>
span { border-color: #76250F; }
span { border-color: rgb(118,37,15); }
td.TdClassName
{
border-color: #76250F;
}
.TagClassName
{
border-color: #76250F;
}
</style>