Shades of Russet #81471D
Tints of Russet #81471D
RGB
CMYK
RGB Variations
Color information
#81471D (or 0x81471D) is known color: Russet. HEX triplet: 81, 47 and 1D. RGB value is (129,71,29). Sum of RGB (Red+Green+Blue) = 129+71+29=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #81471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81471D is #7EB8E2. Grayscale: #535353. Windows color (decimal): -8304867 or 1918849. OLE color: 1918849.
HSL color Cylindrical-coordinate representation of color #81471D: hue angle of 25.2º 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 #81471D is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 29 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.49 |
| HSL | 25.2º | 0.63% | 0.31% | - |
| HSV(B) | 25.2º | 0.78% | 0.51% | - |
| XYZ | 11.53 | 9.26 | 2.34 | - |
| YUV | 83.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 29 | 0 | 0.45 | 0.78 | 0.49 | 25.2 | 0.63 | 0.31 |
| Hex | 81 | 47 | 1D | 0 | 2D | 4E | 31 | 19 | 3F | 1F |
| Octal | 201 | 107 | 35 | 0 | 55 | 116 | 61 | 31 | 77 | 37 |
| Binary | 10000001 | 1000111 | 11101 | 0 | 101101 | 1001110 | 110001 | 11001 | 111111 | 11111 |
Color Harmonies of #81471D
Complementary color
Monochromatic Colors of #81471D
Black with #81471D
Text Example
Text Example
White with #81471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81471D; }
p { color: rgb(129,71,29); }
H1.HeaderClassName
{
color: #81471D;
}
.AnyTagClassName
{
color: #81471D;
}
</style>
background-color css
<style>
a { background-color: #81471D; }
a { background-color: rgb(129,71,29); }
div.DivClassName
{
background-color: #81471D;
}
.BgClassName
{
background-color: #81471D;
}
</style>
border-color css
<style>
span { border-color: #81471D; }
span { border-color: rgb(129,71,29); }
td.TdClassName
{
border-color: #81471D;
}
.TagClassName
{
border-color: #81471D;
}
</style>