Shades of Russet #80471F
Tints of Russet #80471F
RGB
CMYK
RGB Variations
Color information
#80471F (or 0x80471F) is known color: Russet. HEX triplet: 80, 47 and 1F. RGB value is (128,71,31). Sum of RGB (Red+Green+Blue) = 128+71+31=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #80471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80471F is #7FB8E0. Grayscale: #535353. Windows color (decimal): -8370401 or 2049920. OLE color: 2049920.
HSL color Cylindrical-coordinate representation of color #80471F: hue angle of 24.74º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80471F is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 31 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.50 |
| HSL | 24.74º | 0.61% | 0.31% | - |
| HSV(B) | 24.74º | 0.76% | 0.5% | - |
| XYZ | 11.4 | 9.19 | 2.47 | - |
| YUV | 83.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 31 | 0 | 0.45 | 0.76 | 0.50 | 24.74 | 0.61 | 0.31 |
| Hex | 80 | 47 | 1F | 0 | 2D | 4C | 32 | 19 | 3D | 1F |
| Octal | 200 | 107 | 37 | 0 | 55 | 114 | 62 | 31 | 75 | 37 |
| Binary | 10000000 | 1000111 | 11111 | 0 | 101101 | 1001100 | 110010 | 11001 | 111101 | 11111 |
Color Harmonies of #80471F
Complementary color
Monochromatic Colors of #80471F
Black with #80471F
Text Example
Text Example
White with #80471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80471F; }
p { color: rgb(128,71,31); }
H1.HeaderClassName
{
color: #80471F;
}
.AnyTagClassName
{
color: #80471F;
}
</style>
background-color css
<style>
a { background-color: #80471F; }
a { background-color: rgb(128,71,31); }
div.DivClassName
{
background-color: #80471F;
}
.BgClassName
{
background-color: #80471F;
}
</style>
border-color css
<style>
span { border-color: #80471F; }
span { border-color: rgb(128,71,31); }
td.TdClassName
{
border-color: #80471F;
}
.TagClassName
{
border-color: #80471F;
}
</style>