Shades of Russet #80401C
Tints of Russet #80401C
RGB
CMYK
RGB Variations
Color information
#80401C (or 0x80401C) is known color: Russet. HEX triplet: 80, 40 and 1C. RGB value is (128,64,28). Sum of RGB (Red+Green+Blue) = 128+64+28=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #80401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80401C is #7FBFE3. Grayscale: #4F4F4F. Windows color (decimal): -8372196 or 1851520. OLE color: 1851520.
HSL color Cylindrical-coordinate representation of color #80401C: hue angle of 21.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80401C is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 28 | - |
| CMYK | 0 | 0.5 | 0.78 | 0.50 |
| HSL | 21.6º | 0.64% | 0.31% | - |
| HSV(B) | 21.6º | 0.78% | 0.5% | - |
| XYZ | 10.95 | 8.34 | 2.13 | - |
| YUV | 79.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 28 | 0 | 0.5 | 0.78 | 0.50 | 21.6 | 0.64 | 0.31 |
| Hex | 80 | 40 | 1C | 0 | 32 | 4E | 32 | 16 | 40 | 1F |
| Octal | 200 | 100 | 34 | 0 | 62 | 116 | 62 | 26 | 100 | 37 |
| Binary | 10000000 | 1000000 | 11100 | 0 | 110010 | 1001110 | 110010 | 10110 | 1000000 | 11111 |
Color Harmonies of #80401C
Complementary color
Monochromatic Colors of #80401C
Black with #80401C
Text Example
Text Example
White with #80401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80401C; }
p { color: rgb(128,64,28); }
H1.HeaderClassName
{
color: #80401C;
}
.AnyTagClassName
{
color: #80401C;
}
</style>
background-color css
<style>
a { background-color: #80401C; }
a { background-color: rgb(128,64,28); }
div.DivClassName
{
background-color: #80401C;
}
.BgClassName
{
background-color: #80401C;
}
</style>
border-color css
<style>
span { border-color: #80401C; }
span { border-color: rgb(128,64,28); }
td.TdClassName
{
border-color: #80401C;
}
.TagClassName
{
border-color: #80401C;
}
</style>