Shades of Falu Red #952501
Tints of Falu Red #952501
RGB
CMYK
RGB Variations
Color information
#952501 (or 0x952501) is known color: Falu Red. HEX triplet: 95, 25 and 01. RGB value is (149,37,1). Sum of RGB (Red+Green+Blue) = 149+37+1=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #952501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952501 is #6ADAFE. Grayscale: #424242. Windows color (decimal): -7002879 or 75157. OLE color: 75157.
HSL color Cylindrical-coordinate representation of color #952501: hue angle of 14.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #952501 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.42 |
| HSL | 14.59º | 0.99% | 0.29% | - |
| HSV(B) | 14.59º | 0.99% | 0.58% | - |
| XYZ | 13.06 | 7.71 | 0.83 | - |
| YUV | 66.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 1 | 0 | 0.75 | 0.99 | 0.42 | 14.59 | 0.99 | 0.29 |
| Hex | 95 | 25 | 1 | 0 | 4B | 63 | 2A | F | 63 | 1D |
| Octal | 225 | 45 | 1 | 0 | 113 | 143 | 52 | 17 | 143 | 35 |
| Binary | 10010101 | 100101 | 1 | 0 | 1001011 | 1100011 | 101010 | 1111 | 1100011 | 11101 |
Color Harmonies of #952501
Complementary color
Monochromatic Colors of #952501
Black with #952501
Text Example
Text Example
White with #952501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952501; }
p { color: rgb(149,37,1); }
H1.HeaderClassName
{
color: #952501;
}
.AnyTagClassName
{
color: #952501;
}
</style>
background-color css
<style>
a { background-color: #952501; }
a { background-color: rgb(149,37,1); }
div.DivClassName
{
background-color: #952501;
}
.BgClassName
{
background-color: #952501;
}
</style>
border-color css
<style>
span { border-color: #952501; }
span { border-color: rgb(149,37,1); }
td.TdClassName
{
border-color: #952501;
}
.TagClassName
{
border-color: #952501;
}
</style>