Shades of Falu Red #952001
Tints of Falu Red #952001
RGB
CMYK
RGB Variations
Color information
#952001 (or 0x952001) is known color: Falu Red. HEX triplet: 95, 20 and 01. RGB value is (149,32,1). Sum of RGB (Red+Green+Blue) = 149+32+1=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #952001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952001 is #6ADFFE. Grayscale: #3F3F3F. Windows color (decimal): -7004159 or 73877. OLE color: 73877.
HSL color Cylindrical-coordinate representation of color #952001: hue angle of 12.57º 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 #952001 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.42 |
| HSL | 12.57º | 0.99% | 0.29% | - |
| HSV(B) | 12.57º | 0.99% | 0.58% | - |
| XYZ | 12.92 | 7.42 | 0.78 | - |
| YUV | 63.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 1 | 0 | 0.79 | 0.99 | 0.42 | 12.57 | 0.99 | 0.29 |
| Hex | 95 | 20 | 1 | 0 | 4F | 63 | 2A | D | 63 | 1D |
| Octal | 225 | 40 | 1 | 0 | 117 | 143 | 52 | 15 | 143 | 35 |
| Binary | 10010101 | 100000 | 1 | 0 | 1001111 | 1100011 | 101010 | 1101 | 1100011 | 11101 |
Color Harmonies of #952001
Complementary color
Monochromatic Colors of #952001
Black with #952001
Text Example
Text Example
White with #952001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952001; }
p { color: rgb(149,32,1); }
H1.HeaderClassName
{
color: #952001;
}
.AnyTagClassName
{
color: #952001;
}
</style>
background-color css
<style>
a { background-color: #952001; }
a { background-color: rgb(149,32,1); }
div.DivClassName
{
background-color: #952001;
}
.BgClassName
{
background-color: #952001;
}
</style>
border-color css
<style>
span { border-color: #952001; }
span { border-color: rgb(149,32,1); }
td.TdClassName
{
border-color: #952001;
}
.TagClassName
{
border-color: #952001;
}
</style>