Shades of Russet #81431D
Tints of Russet #81431D
RGB
CMYK
RGB Variations
Color information
#81431D (or 0x81431D) is known color: Russet. HEX triplet: 81, 43 and 1D. RGB value is (129,67,29). Sum of RGB (Red+Green+Blue) = 129+67+29=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81431D is #7EBCE2. Grayscale: #515151. Windows color (decimal): -8305891 or 1917825. OLE color: 1917825.
HSL color Cylindrical-coordinate representation of color #81431D: hue angle of 22.8º 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 #81431D is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 67 | 29 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.49 |
| HSL | 22.8º | 0.63% | 0.31% | - |
| HSV(B) | 22.8º | 0.78% | 0.51% | - |
| XYZ | 11.28 | 8.77 | 2.26 | - |
| YUV | 81.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 29 | 0 | 0.48 | 0.78 | 0.49 | 22.8 | 0.63 | 0.31 |
| Hex | 81 | 43 | 1D | 0 | 30 | 4E | 31 | 17 | 3F | 1F |
| Octal | 201 | 103 | 35 | 0 | 60 | 116 | 61 | 27 | 77 | 37 |
| Binary | 10000001 | 1000011 | 11101 | 0 | 110000 | 1001110 | 110001 | 10111 | 111111 | 11111 |
Color Harmonies of #81431D
Complementary color
Monochromatic Colors of #81431D
Black with #81431D
Text Example
Text Example
White with #81431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81431D; }
p { color: rgb(129,67,29); }
H1.HeaderClassName
{
color: #81431D;
}
.AnyTagClassName
{
color: #81431D;
}
</style>
background-color css
<style>
a { background-color: #81431D; }
a { background-color: rgb(129,67,29); }
div.DivClassName
{
background-color: #81431D;
}
.BgClassName
{
background-color: #81431D;
}
</style>
border-color css
<style>
span { border-color: #81431D; }
span { border-color: rgb(129,67,29); }
td.TdClassName
{
border-color: #81431D;
}
.TagClassName
{
border-color: #81431D;
}
</style>