Shades of Russet #81471C
Tints of Russet #81471C
RGB
CMYK
RGB Variations
Color information
#81471C (or 0x81471C) is known color: Russet. HEX triplet: 81, 47 and 1C. RGB value is (129,71,28). Sum of RGB (Red+Green+Blue) = 129+71+28=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #81471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81471C is #7EB8E3. Grayscale: #535353. Windows color (decimal): -8304868 or 1853313. OLE color: 1853313.
HSL color Cylindrical-coordinate representation of color #81471C: hue angle of 25.54º degrees, saturation: 0.64, 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 #81471C is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 28 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.49 |
| HSL | 25.54º | 0.64% | 0.31% | - |
| HSV(B) | 25.54º | 0.78% | 0.51% | - |
| XYZ | 11.52 | 9.26 | 2.28 | - |
| YUV | 83.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 28 | 0 | 0.45 | 0.78 | 0.49 | 25.54 | 0.64 | 0.31 |
| Hex | 81 | 47 | 1C | 0 | 2D | 4E | 31 | 1A | 40 | 1F |
| Octal | 201 | 107 | 34 | 0 | 55 | 116 | 61 | 32 | 100 | 37 |
| Binary | 10000001 | 1000111 | 11100 | 0 | 101101 | 1001110 | 110001 | 11010 | 1000000 | 11111 |
Color Harmonies of #81471C
Complementary color
Monochromatic Colors of #81471C
Black with #81471C
Text Example
Text Example
White with #81471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81471C; }
p { color: rgb(129,71,28); }
H1.HeaderClassName
{
color: #81471C;
}
.AnyTagClassName
{
color: #81471C;
}
</style>
background-color css
<style>
a { background-color: #81471C; }
a { background-color: rgb(129,71,28); }
div.DivClassName
{
background-color: #81471C;
}
.BgClassName
{
background-color: #81471C;
}
</style>
border-color css
<style>
span { border-color: #81471C; }
span { border-color: rgb(129,71,28); }
td.TdClassName
{
border-color: #81471C;
}
.TagClassName
{
border-color: #81471C;
}
</style>