Shades of Falu Red #95170F
Tints of Falu Red #95170F
RGB
CMYK
RGB Variations
Color information
#95170F (or 0x95170F) is known color: Falu Red. HEX triplet: 95, 17 and 0F. RGB value is (149,23,15). Sum of RGB (Red+Green+Blue) = 149+23+15=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #95170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95170F is #6AE8F0. Grayscale: #3B3B3B. Windows color (decimal): -7006449 or 989077. OLE color: 989077.
HSL color Cylindrical-coordinate representation of color #95170F: hue angle of 3.58º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95170F is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 15 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.42 |
| HSL | 3.58º | 0.82% | 0.32% | - |
| HSV(B) | 3.58º | 0.9% | 0.58% | - |
| XYZ | 12.79 | 7.04 | 1.14 | - |
| YUV | 59.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 15 | 0 | 0.85 | 0.90 | 0.42 | 3.58 | 0.82 | 0.32 |
| Hex | 95 | 17 | F | 0 | 55 | 5A | 2A | 4 | 52 | 20 |
| Octal | 225 | 27 | 17 | 0 | 125 | 132 | 52 | 4 | 122 | 40 |
| Binary | 10010101 | 10111 | 1111 | 0 | 1010101 | 1011010 | 101010 | 100 | 1010010 | 100000 |
Color Harmonies of #95170F
Complementary color
Monochromatic Colors of #95170F
Black with #95170F
Text Example
Text Example
White with #95170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95170F; }
p { color: rgb(149,23,15); }
H1.HeaderClassName
{
color: #95170F;
}
.AnyTagClassName
{
color: #95170F;
}
</style>
background-color css
<style>
a { background-color: #95170F; }
a { background-color: rgb(149,23,15); }
div.DivClassName
{
background-color: #95170F;
}
.BgClassName
{
background-color: #95170F;
}
</style>
border-color css
<style>
span { border-color: #95170F; }
span { border-color: rgb(149,23,15); }
td.TdClassName
{
border-color: #95170F;
}
.TagClassName
{
border-color: #95170F;
}
</style>