Shades of Falu Red #951C07
Tints of Falu Red #951C07
RGB
CMYK
RGB Variations
Color information
#951C07 (or 0x951C07) is known color: Falu Red. HEX triplet: 95, 1C and 07. RGB value is (149,28,7). Sum of RGB (Red+Green+Blue) = 149+28+7=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #951C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C07 is #6AE3F8. Grayscale: #3D3D3D. Windows color (decimal): -7005177 or 466069. OLE color: 466069.
HSL color Cylindrical-coordinate representation of color #951C07: hue angle of 8.87º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #951C07 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 7 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.42 |
| HSL | 8.87º | 0.91% | 0.31% | - |
| HSV(B) | 8.87º | 0.95% | 0.58% | - |
| XYZ | 12.85 | 7.24 | 0.92 | - |
| YUV | 61.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 7 | 0 | 0.81 | 0.95 | 0.42 | 8.87 | 0.91 | 0.31 |
| Hex | 95 | 1C | 7 | 0 | 51 | 5F | 2A | 9 | 5B | 1F |
| Octal | 225 | 34 | 7 | 0 | 121 | 137 | 52 | 11 | 133 | 37 |
| Binary | 10010101 | 11100 | 111 | 0 | 1010001 | 1011111 | 101010 | 1001 | 1011011 | 11111 |
Color Harmonies of #951C07
Complementary color
Monochromatic Colors of #951C07
Black with #951C07
Text Example
Text Example
White with #951C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C07; }
p { color: rgb(149,28,7); }
H1.HeaderClassName
{
color: #951C07;
}
.AnyTagClassName
{
color: #951C07;
}
</style>
background-color css
<style>
a { background-color: #951C07; }
a { background-color: rgb(149,28,7); }
div.DivClassName
{
background-color: #951C07;
}
.BgClassName
{
background-color: #951C07;
}
</style>
border-color css
<style>
span { border-color: #951C07; }
span { border-color: rgb(149,28,7); }
td.TdClassName
{
border-color: #951C07;
}
.TagClassName
{
border-color: #951C07;
}
</style>