Shades of Falu Red #76251B
Tints of Falu Red #76251B
RGB
CMYK
RGB Variations
Color information
#76251B (or 0x76251B) is known color: Falu Red. HEX triplet: 76, 25 and 1B. RGB value is (118,37,27). Sum of RGB (Red+Green+Blue) = 118+37+27=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76251B is #89DAE4. Grayscale: #3C3C3C. Windows color (decimal): -9034469 or 1779062. OLE color: 1779062.
HSL color Cylindrical-coordinate representation of color #76251B: hue angle of 6.59º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76251B is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 27 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.54 |
| HSL | 6.59º | 0.63% | 0.28% | - |
| HSV(B) | 6.59º | 0.77% | 0.46% | - |
| XYZ | 8.33 | 5.25 | 1.61 | - |
| YUV | 60.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 27 | 0 | 0.69 | 0.77 | 0.54 | 6.59 | 0.63 | 0.28 |
| Hex | 76 | 25 | 1B | 0 | 45 | 4D | 36 | 7 | 3F | 1C |
| Octal | 166 | 45 | 33 | 0 | 105 | 115 | 66 | 7 | 77 | 34 |
| Binary | 1110110 | 100101 | 11011 | 0 | 1000101 | 1001101 | 110110 | 111 | 111111 | 11100 |
Color Harmonies of #76251B
Complementary color
Monochromatic Colors of #76251B
Black with #76251B
Text Example
Text Example
White with #76251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76251B; }
p { color: rgb(118,37,27); }
H1.HeaderClassName
{
color: #76251B;
}
.AnyTagClassName
{
color: #76251B;
}
</style>
background-color css
<style>
a { background-color: #76251B; }
a { background-color: rgb(118,37,27); }
div.DivClassName
{
background-color: #76251B;
}
.BgClassName
{
background-color: #76251B;
}
</style>
border-color css
<style>
span { border-color: #76251B; }
span { border-color: rgb(118,37,27); }
td.TdClassName
{
border-color: #76251B;
}
.TagClassName
{
border-color: #76251B;
}
</style>