Shades of Falu Red #88230E
Tints of Falu Red #88230E
RGB
CMYK
RGB Variations
Color information
#88230E (or 0x88230E) is known color: Falu Red. HEX triplet: 88, 23 and 0E. RGB value is (136,35,14). Sum of RGB (Red+Green+Blue) = 136+35+14=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #88230E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88230E is #77DCF1. Grayscale: #3E3E3E. Windows color (decimal): -7855346 or 926600. OLE color: 926600.
HSL color Cylindrical-coordinate representation of color #88230E: hue angle of 10.33º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88230E is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 14 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.47 |
| HSL | 10.33º | 0.81% | 0.29% | - |
| HSV(B) | 10.33º | 0.9% | 0.53% | - |
| XYZ | 10.83 | 6.47 | 1.09 | - |
| YUV | 62.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 14 | 0 | 0.74 | 0.90 | 0.47 | 10.33 | 0.81 | 0.29 |
| Hex | 88 | 23 | E | 0 | 4A | 5A | 2F | A | 51 | 1D |
| Octal | 210 | 43 | 16 | 0 | 112 | 132 | 57 | 12 | 121 | 35 |
| Binary | 10001000 | 100011 | 1110 | 0 | 1001010 | 1011010 | 101111 | 1010 | 1010001 | 11101 |
Color Harmonies of #88230E
Complementary color
Monochromatic Colors of #88230E
Black with #88230E
Text Example
Text Example
White with #88230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88230E; }
p { color: rgb(136,35,14); }
H1.HeaderClassName
{
color: #88230E;
}
.AnyTagClassName
{
color: #88230E;
}
</style>
background-color css
<style>
a { background-color: #88230E; }
a { background-color: rgb(136,35,14); }
div.DivClassName
{
background-color: #88230E;
}
.BgClassName
{
background-color: #88230E;
}
</style>
border-color css
<style>
span { border-color: #88230E; }
span { border-color: rgb(136,35,14); }
td.TdClassName
{
border-color: #88230E;
}
.TagClassName
{
border-color: #88230E;
}
</style>