Shades of Russet #88411D
Tints of Russet #88411D
RGB
CMYK
RGB Variations
Color information
#88411D (or 0x88411D) is known color: Russet. HEX triplet: 88, 41 and 1D. RGB value is (136,65,29). Sum of RGB (Red+Green+Blue) = 136+65+29=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88411D is #77BEE2. Grayscale: #525252. Windows color (decimal): -7847651 or 1917320. OLE color: 1917320.
HSL color Cylindrical-coordinate representation of color #88411D: hue angle of 20.19º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88411D is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 29 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.47 |
| HSL | 20.19º | 0.65% | 0.32% | - |
| HSV(B) | 20.19º | 0.79% | 0.53% | - |
| XYZ | 12.27 | 9.1 | 2.27 | - |
| YUV | 82.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 29 | 0 | 0.52 | 0.79 | 0.47 | 20.19 | 0.65 | 0.32 |
| Hex | 88 | 41 | 1D | 0 | 34 | 4F | 2F | 14 | 41 | 20 |
| Octal | 210 | 101 | 35 | 0 | 64 | 117 | 57 | 24 | 101 | 40 |
| Binary | 10001000 | 1000001 | 11101 | 0 | 110100 | 1001111 | 101111 | 10100 | 1000001 | 100000 |
Color Harmonies of #88411D
Complementary color
Monochromatic Colors of #88411D
Black with #88411D
Text Example
Text Example
White with #88411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88411D; }
p { color: rgb(136,65,29); }
H1.HeaderClassName
{
color: #88411D;
}
.AnyTagClassName
{
color: #88411D;
}
</style>
background-color css
<style>
a { background-color: #88411D; }
a { background-color: rgb(136,65,29); }
div.DivClassName
{
background-color: #88411D;
}
.BgClassName
{
background-color: #88411D;
}
</style>
border-color css
<style>
span { border-color: #88411D; }
span { border-color: rgb(136,65,29); }
td.TdClassName
{
border-color: #88411D;
}
.TagClassName
{
border-color: #88411D;
}
</style>