Shades of Falu Red #951C0D
Tints of Falu Red #951C0D
RGB
CMYK
RGB Variations
Color information
#951C0D (or 0x951C0D) is known color: Falu Red. HEX triplet: 95, 1C and 0D. RGB value is (149,28,13). Sum of RGB (Red+Green+Blue) = 149+28+13=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #951C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C0D is #6AE3F2. Grayscale: #3E3E3E. Windows color (decimal): -7005171 or 859285. OLE color: 859285.
HSL color Cylindrical-coordinate representation of color #951C0D: hue angle of 6.62º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #951C0D is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 13 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.42 |
| HSL | 6.62º | 0.84% | 0.32% | - |
| HSV(B) | 6.62º | 0.91% | 0.58% | - |
| XYZ | 12.88 | 7.25 | 1.1 | - |
| YUV | 62.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 13 | 0 | 0.81 | 0.91 | 0.42 | 6.62 | 0.84 | 0.32 |
| Hex | 95 | 1C | D | 0 | 51 | 5B | 2A | 7 | 54 | 20 |
| Octal | 225 | 34 | 15 | 0 | 121 | 133 | 52 | 7 | 124 | 40 |
| Binary | 10010101 | 11100 | 1101 | 0 | 1010001 | 1011011 | 101010 | 111 | 1010100 | 100000 |
Color Harmonies of #951C0D
Complementary color
Monochromatic Colors of #951C0D
Black with #951C0D
Text Example
Text Example
White with #951C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C0D; }
p { color: rgb(149,28,13); }
H1.HeaderClassName
{
color: #951C0D;
}
.AnyTagClassName
{
color: #951C0D;
}
</style>
background-color css
<style>
a { background-color: #951C0D; }
a { background-color: rgb(149,28,13); }
div.DivClassName
{
background-color: #951C0D;
}
.BgClassName
{
background-color: #951C0D;
}
</style>
border-color css
<style>
span { border-color: #951C0D; }
span { border-color: rgb(149,28,13); }
td.TdClassName
{
border-color: #951C0D;
}
.TagClassName
{
border-color: #951C0D;
}
</style>