Shades of Russet #81411D
Tints of Russet #81411D
RGB
CMYK
RGB Variations
Color information
#81411D (or 0x81411D) is known color: Russet. HEX triplet: 81, 41 and 1D. RGB value is (129,65,29). Sum of RGB (Red+Green+Blue) = 129+65+29=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81411D is #7EBEE2. Grayscale: #505050. Windows color (decimal): -8306403 or 1917313. OLE color: 1917313.
HSL color Cylindrical-coordinate representation of color #81411D: hue angle of 21.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81411D is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 29 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.49 |
| HSL | 21.6º | 0.63% | 0.31% | - |
| HSV(B) | 21.6º | 0.78% | 0.51% | - |
| XYZ | 11.17 | 8.54 | 2.22 | - |
| YUV | 80.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 29 | 0 | 0.50 | 0.78 | 0.49 | 21.6 | 0.63 | 0.31 |
| Hex | 81 | 41 | 1D | 0 | 32 | 4E | 31 | 16 | 3F | 1F |
| Octal | 201 | 101 | 35 | 0 | 62 | 116 | 61 | 26 | 77 | 37 |
| Binary | 10000001 | 1000001 | 11101 | 0 | 110010 | 1001110 | 110001 | 10110 | 111111 | 11111 |
Color Harmonies of #81411D
Complementary color
Monochromatic Colors of #81411D
Black with #81411D
Text Example
Text Example
White with #81411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81411D; }
p { color: rgb(129,65,29); }
H1.HeaderClassName
{
color: #81411D;
}
.AnyTagClassName
{
color: #81411D;
}
</style>
background-color css
<style>
a { background-color: #81411D; }
a { background-color: rgb(129,65,29); }
div.DivClassName
{
background-color: #81411D;
}
.BgClassName
{
background-color: #81411D;
}
</style>
border-color css
<style>
span { border-color: #81411D; }
span { border-color: rgb(129,65,29); }
td.TdClassName
{
border-color: #81411D;
}
.TagClassName
{
border-color: #81411D;
}
</style>