Shades of Falu Red #882502
Tints of Falu Red #882502
RGB
CMYK
RGB Variations
Color information
#882502 (or 0x882502) is known color: Falu Red. HEX triplet: 88, 25 and 02. RGB value is (136,37,2). Sum of RGB (Red+Green+Blue) = 136+37+2=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #882502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882502 is #77DAFD. Grayscale: #3E3E3E. Windows color (decimal): -7854846 or 140680. OLE color: 140680.
HSL color Cylindrical-coordinate representation of color #882502: hue angle of 15.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #882502 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.47 |
| HSL | 15.67º | 0.97% | 0.27% | - |
| HSV(B) | 15.67º | 0.99% | 0.53% | - |
| XYZ | 10.83 | 6.56 | 0.75 | - |
| YUV | 62.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 2 | 0 | 0.73 | 0.99 | 0.47 | 15.67 | 0.97 | 0.27 |
| Hex | 88 | 25 | 2 | 0 | 49 | 63 | 2F | 10 | 61 | 1B |
| Octal | 210 | 45 | 2 | 0 | 111 | 143 | 57 | 20 | 141 | 33 |
| Binary | 10001000 | 100101 | 10 | 0 | 1001001 | 1100011 | 101111 | 10000 | 1100001 | 11011 |
Color Harmonies of #882502
Complementary color
Monochromatic Colors of #882502
Black with #882502
Text Example
Text Example
White with #882502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882502; }
p { color: rgb(136,37,2); }
H1.HeaderClassName
{
color: #882502;
}
.AnyTagClassName
{
color: #882502;
}
</style>
background-color css
<style>
a { background-color: #882502; }
a { background-color: rgb(136,37,2); }
div.DivClassName
{
background-color: #882502;
}
.BgClassName
{
background-color: #882502;
}
</style>
border-color css
<style>
span { border-color: #882502; }
span { border-color: rgb(136,37,2); }
td.TdClassName
{
border-color: #882502;
}
.TagClassName
{
border-color: #882502;
}
</style>