Shades of Falu Red #951B0C
Tints of Falu Red #951B0C
RGB
CMYK
RGB Variations
Color information
#951B0C (or 0x951B0C) is known color: Falu Red. HEX triplet: 95, 1B and 0C. RGB value is (149,27,12). Sum of RGB (Red+Green+Blue) = 149+27+12=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B0C is #6AE4F3. Grayscale: #3D3D3D. Windows color (decimal): -7005428 or 793493. OLE color: 793493.
HSL color Cylindrical-coordinate representation of color #951B0C: hue angle of 6.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #951B0C is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 12 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.42 |
| HSL | 6.57º | 0.85% | 0.32% | - |
| HSV(B) | 6.57º | 0.92% | 0.58% | - |
| XYZ | 12.85 | 7.2 | 1.06 | - |
| YUV | 61.77 | 99.92 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 12 | 0 | 0.82 | 0.92 | 0.42 | 6.57 | 0.85 | 0.32 |
| Hex | 95 | 1B | C | 0 | 52 | 5C | 2A | 7 | 55 | 20 |
| Octal | 225 | 33 | 14 | 0 | 122 | 134 | 52 | 7 | 125 | 40 |
| Binary | 10010101 | 11011 | 1100 | 0 | 1010010 | 1011100 | 101010 | 111 | 1010101 | 100000 |
Color Harmonies of #951B0C
Complementary color
Monochromatic Colors of #951B0C
Black with #951B0C
Text Example
Text Example
White with #951B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B0C; }
p { color: rgb(149,27,12); }
H1.HeaderClassName
{
color: #951B0C;
}
.AnyTagClassName
{
color: #951B0C;
}
</style>
background-color css
<style>
a { background-color: #951B0C; }
a { background-color: rgb(149,27,12); }
div.DivClassName
{
background-color: #951B0C;
}
.BgClassName
{
background-color: #951B0C;
}
</style>
border-color css
<style>
span { border-color: #951B0C; }
span { border-color: rgb(149,27,12); }
td.TdClassName
{
border-color: #951B0C;
}
.TagClassName
{
border-color: #951B0C;
}
</style>