Shades of Russet #81431B
Tints of Russet #81431B
RGB
CMYK
RGB Variations
Color information
#81431B (or 0x81431B) is known color: Russet. HEX triplet: 81, 43 and 1B. RGB value is (129,67,27). Sum of RGB (Red+Green+Blue) = 129+67+27=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81431B is #7EBCE4. Grayscale: #515151. Windows color (decimal): -8305893 or 1786753. OLE color: 1786753.
HSL color Cylindrical-coordinate representation of color #81431B: hue angle of 23.53º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81431B is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 67 | 27 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.49 |
| HSL | 23.53º | 0.65% | 0.31% | - |
| HSV(B) | 23.53º | 0.79% | 0.51% | - |
| XYZ | 11.26 | 8.76 | 2.13 | - |
| YUV | 80.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 27 | 0 | 0.48 | 0.79 | 0.49 | 23.53 | 0.65 | 0.31 |
| Hex | 81 | 43 | 1B | 0 | 30 | 4F | 31 | 18 | 41 | 1F |
| Octal | 201 | 103 | 33 | 0 | 60 | 117 | 61 | 30 | 101 | 37 |
| Binary | 10000001 | 1000011 | 11011 | 0 | 110000 | 1001111 | 110001 | 11000 | 1000001 | 11111 |
Color Harmonies of #81431B
Complementary color
Monochromatic Colors of #81431B
Black with #81431B
Text Example
Text Example
White with #81431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81431B; }
p { color: rgb(129,67,27); }
H1.HeaderClassName
{
color: #81431B;
}
.AnyTagClassName
{
color: #81431B;
}
</style>
background-color css
<style>
a { background-color: #81431B; }
a { background-color: rgb(129,67,27); }
div.DivClassName
{
background-color: #81431B;
}
.BgClassName
{
background-color: #81431B;
}
</style>
border-color css
<style>
span { border-color: #81431B; }
span { border-color: rgb(129,67,27); }
td.TdClassName
{
border-color: #81431B;
}
.TagClassName
{
border-color: #81431B;
}
</style>