Shades of Falu Red #76230F
Tints of Falu Red #76230F
RGB
CMYK
RGB Variations
Color information
#76230F (or 0x76230F) is known color: Falu Red. HEX triplet: 76, 23 and 0F. RGB value is (118,35,15). Sum of RGB (Red+Green+Blue) = 118+35+15=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76230F is #89DCF0. Grayscale: #393939. Windows color (decimal): -9034993 or 992118. OLE color: 992118.
HSL color Cylindrical-coordinate representation of color #76230F: hue angle of 11.65º 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 #76230F is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 15 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.54 |
| HSL | 11.65º | 0.77% | 0.26% | - |
| HSV(B) | 11.65º | 0.87% | 0.46% | - |
| XYZ | 8.16 | 5.09 | 1 | - |
| YUV | 57.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 15 | 0 | 0.70 | 0.87 | 0.54 | 11.65 | 0.77 | 0.26 |
| Hex | 76 | 23 | F | 0 | 46 | 57 | 36 | C | 4D | 1A |
| Octal | 166 | 43 | 17 | 0 | 106 | 127 | 66 | 14 | 115 | 32 |
| Binary | 1110110 | 100011 | 1111 | 0 | 1000110 | 1010111 | 110110 | 1100 | 1001101 | 11010 |
Color Harmonies of #76230F
Complementary color
Monochromatic Colors of #76230F
Black with #76230F
Text Example
Text Example
White with #76230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76230F; }
p { color: rgb(118,35,15); }
H1.HeaderClassName
{
color: #76230F;
}
.AnyTagClassName
{
color: #76230F;
}
</style>
background-color css
<style>
a { background-color: #76230F; }
a { background-color: rgb(118,35,15); }
div.DivClassName
{
background-color: #76230F;
}
.BgClassName
{
background-color: #76230F;
}
</style>
border-color css
<style>
span { border-color: #76230F; }
span { border-color: rgb(118,35,15); }
td.TdClassName
{
border-color: #76230F;
}
.TagClassName
{
border-color: #76230F;
}
</style>