Shades of Russet #80401D
Tints of Russet #80401D
RGB
CMYK
RGB Variations
Color information
#80401D (or 0x80401D) is known color: Russet. HEX triplet: 80, 40 and 1D. RGB value is (128,64,29). Sum of RGB (Red+Green+Blue) = 128+64+29=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #80401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80401D is #7FBFE2. Grayscale: #4F4F4F. Windows color (decimal): -8372195 or 1917056. OLE color: 1917056.
HSL color Cylindrical-coordinate representation of color #80401D: hue angle of 21.21º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80401D is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 29 | - |
| CMYK | 0 | 0.5 | 0.77 | 0.50 |
| HSL | 21.21º | 0.63% | 0.31% | - |
| HSV(B) | 21.21º | 0.77% | 0.5% | - |
| XYZ | 10.96 | 8.34 | 2.2 | - |
| YUV | 79.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 29 | 0 | 0.5 | 0.77 | 0.50 | 21.21 | 0.63 | 0.31 |
| Hex | 80 | 40 | 1D | 0 | 32 | 4D | 32 | 15 | 3F | 1F |
| Octal | 200 | 100 | 35 | 0 | 62 | 115 | 62 | 25 | 77 | 37 |
| Binary | 10000000 | 1000000 | 11101 | 0 | 110010 | 1001101 | 110010 | 10101 | 111111 | 11111 |
Color Harmonies of #80401D
Complementary color
Monochromatic Colors of #80401D
Black with #80401D
Text Example
Text Example
White with #80401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80401D; }
p { color: rgb(128,64,29); }
H1.HeaderClassName
{
color: #80401D;
}
.AnyTagClassName
{
color: #80401D;
}
</style>
background-color css
<style>
a { background-color: #80401D; }
a { background-color: rgb(128,64,29); }
div.DivClassName
{
background-color: #80401D;
}
.BgClassName
{
background-color: #80401D;
}
</style>
border-color css
<style>
span { border-color: #80401D; }
span { border-color: rgb(128,64,29); }
td.TdClassName
{
border-color: #80401D;
}
.TagClassName
{
border-color: #80401D;
}
</style>