Shades of Falu Red #951908
Tints of Falu Red #951908
RGB
CMYK
RGB Variations
Color information
#951908 (or 0x951908) is known color: Falu Red. HEX triplet: 95, 19 and 08. RGB value is (149,25,8). Sum of RGB (Red+Green+Blue) = 149+25+8=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #951908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951908 is #6AE6F7. Grayscale: #3C3C3C. Windows color (decimal): -7005944 or 530837. OLE color: 530837.
HSL color Cylindrical-coordinate representation of color #951908: hue angle of 7.23º degrees, saturation: 0.9, 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 #951908 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 8 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.42 |
| HSL | 7.23º | 0.9% | 0.31% | - |
| HSV(B) | 7.23º | 0.95% | 0.58% | - |
| XYZ | 12.79 | 7.1 | 0.93 | - |
| YUV | 60.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 8 | 0 | 0.83 | 0.95 | 0.42 | 7.23 | 0.9 | 0.31 |
| Hex | 95 | 19 | 8 | 0 | 53 | 5F | 2A | 7 | 5A | 1F |
| Octal | 225 | 31 | 10 | 0 | 123 | 137 | 52 | 7 | 132 | 37 |
| Binary | 10010101 | 11001 | 1000 | 0 | 1010011 | 1011111 | 101010 | 111 | 1011010 | 11111 |
Color Harmonies of #951908
Complementary color
Monochromatic Colors of #951908
Black with #951908
Text Example
Text Example
White with #951908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951908; }
p { color: rgb(149,25,8); }
H1.HeaderClassName
{
color: #951908;
}
.AnyTagClassName
{
color: #951908;
}
</style>
background-color css
<style>
a { background-color: #951908; }
a { background-color: rgb(149,25,8); }
div.DivClassName
{
background-color: #951908;
}
.BgClassName
{
background-color: #951908;
}
</style>
border-color css
<style>
span { border-color: #951908; }
span { border-color: rgb(149,25,8); }
td.TdClassName
{
border-color: #951908;
}
.TagClassName
{
border-color: #951908;
}
</style>