Shades of Russet #80411F
Tints of Russet #80411F
RGB
CMYK
RGB Variations
Color information
#80411F (or 0x80411F) is known color: Russet. HEX triplet: 80, 41 and 1F. RGB value is (128,65,31). Sum of RGB (Red+Green+Blue) = 128+65+31=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80411F is #7FBEE0. Grayscale: #505050. Windows color (decimal): -8371937 or 2048384. OLE color: 2048384.
HSL color Cylindrical-coordinate representation of color #80411F: hue angle of 21.03º 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 #80411F is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 31 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.50 |
| HSL | 21.03º | 0.61% | 0.31% | - |
| HSV(B) | 21.03º | 0.76% | 0.5% | - |
| XYZ | 11.04 | 8.47 | 2.35 | - |
| YUV | 79.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 31 | 0 | 0.49 | 0.76 | 0.50 | 21.03 | 0.61 | 0.31 |
| Hex | 80 | 41 | 1F | 0 | 31 | 4C | 32 | 15 | 3D | 1F |
| Octal | 200 | 101 | 37 | 0 | 61 | 114 | 62 | 25 | 75 | 37 |
| Binary | 10000000 | 1000001 | 11111 | 0 | 110001 | 1001100 | 110010 | 10101 | 111101 | 11111 |
Color Harmonies of #80411F
Complementary color
Monochromatic Colors of #80411F
Black with #80411F
Text Example
Text Example
White with #80411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80411F; }
p { color: rgb(128,65,31); }
H1.HeaderClassName
{
color: #80411F;
}
.AnyTagClassName
{
color: #80411F;
}
</style>
background-color css
<style>
a { background-color: #80411F; }
a { background-color: rgb(128,65,31); }
div.DivClassName
{
background-color: #80411F;
}
.BgClassName
{
background-color: #80411F;
}
</style>
border-color css
<style>
span { border-color: #80411F; }
span { border-color: rgb(128,65,31); }
td.TdClassName
{
border-color: #80411F;
}
.TagClassName
{
border-color: #80411F;
}
</style>