Shades of Falu Red #88230D
Tints of Falu Red #88230D
RGB
CMYK
RGB Variations
Color information
#88230D (or 0x88230D) is known color: Falu Red. HEX triplet: 88, 23 and 0D. RGB value is (136,35,13). Sum of RGB (Red+Green+Blue) = 136+35+13=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #88230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88230D is #77DCF2. Grayscale: #3E3E3E. Windows color (decimal): -7855347 or 861064. OLE color: 861064.
HSL color Cylindrical-coordinate representation of color #88230D: hue angle of 10.73º degrees, saturation: 0.83, 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 #88230D is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 13 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.47 |
| HSL | 10.73º | 0.83% | 0.29% | - |
| HSV(B) | 10.73º | 0.9% | 0.53% | - |
| XYZ | 10.83 | 6.47 | 1.06 | - |
| YUV | 62.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 13 | 0 | 0.74 | 0.90 | 0.47 | 10.73 | 0.83 | 0.29 |
| Hex | 88 | 23 | D | 0 | 4A | 5A | 2F | B | 53 | 1D |
| Octal | 210 | 43 | 15 | 0 | 112 | 132 | 57 | 13 | 123 | 35 |
| Binary | 10001000 | 100011 | 1101 | 0 | 1001010 | 1011010 | 101111 | 1011 | 1010011 | 11101 |
Color Harmonies of #88230D
Complementary color
Monochromatic Colors of #88230D
Black with #88230D
Text Example
Text Example
White with #88230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88230D; }
p { color: rgb(136,35,13); }
H1.HeaderClassName
{
color: #88230D;
}
.AnyTagClassName
{
color: #88230D;
}
</style>
background-color css
<style>
a { background-color: #88230D; }
a { background-color: rgb(136,35,13); }
div.DivClassName
{
background-color: #88230D;
}
.BgClassName
{
background-color: #88230D;
}
</style>
border-color css
<style>
span { border-color: #88230D; }
span { border-color: rgb(136,35,13); }
td.TdClassName
{
border-color: #88230D;
}
.TagClassName
{
border-color: #88230D;
}
</style>