Shades of Falu Red #882305
Tints of Falu Red #882305
RGB
CMYK
RGB Variations
Color information
#882305 (or 0x882305) is known color: Falu Red. HEX triplet: 88, 23 and 05. RGB value is (136,35,5). Sum of RGB (Red+Green+Blue) = 136+35+5=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #882305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882305 is #77DCFA. Grayscale: #3D3D3D. Windows color (decimal): -7855355 or 336776. OLE color: 336776.
HSL color Cylindrical-coordinate representation of color #882305: hue angle of 13.74º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #882305 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 5 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.47 |
| HSL | 13.74º | 0.93% | 0.28% | - |
| HSV(B) | 13.74º | 0.96% | 0.53% | - |
| XYZ | 10.78 | 6.45 | 0.82 | - |
| YUV | 61.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 5 | 0 | 0.74 | 0.96 | 0.47 | 13.74 | 0.93 | 0.28 |
| Hex | 88 | 23 | 5 | 0 | 4A | 60 | 2F | E | 5D | 1C |
| Octal | 210 | 43 | 5 | 0 | 112 | 140 | 57 | 16 | 135 | 34 |
| Binary | 10001000 | 100011 | 101 | 0 | 1001010 | 1100000 | 101111 | 1110 | 1011101 | 11100 |
Color Harmonies of #882305
Complementary color
Monochromatic Colors of #882305
Black with #882305
Text Example
Text Example
White with #882305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882305; }
p { color: rgb(136,35,5); }
H1.HeaderClassName
{
color: #882305;
}
.AnyTagClassName
{
color: #882305;
}
</style>
background-color css
<style>
a { background-color: #882305; }
a { background-color: rgb(136,35,5); }
div.DivClassName
{
background-color: #882305;
}
.BgClassName
{
background-color: #882305;
}
</style>
border-color css
<style>
span { border-color: #882305; }
span { border-color: rgb(136,35,5); }
td.TdClassName
{
border-color: #882305;
}
.TagClassName
{
border-color: #882305;
}
</style>