Shades of Russet #80421D
Tints of Russet #80421D
RGB
CMYK
RGB Variations
Color information
#80421D (or 0x80421D) is known color: Russet. HEX triplet: 80, 42 and 1D. RGB value is (128,66,29). Sum of RGB (Red+Green+Blue) = 128+66+29=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80421D is #7FBDE2. Grayscale: #505050. Windows color (decimal): -8371683 or 1917568. OLE color: 1917568.
HSL color Cylindrical-coordinate representation of color #80421D: hue angle of 22.42º 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 #80421D is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 66 | 29 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.50 |
| HSL | 22.42º | 0.63% | 0.31% | - |
| HSV(B) | 22.42º | 0.77% | 0.5% | - |
| XYZ | 11.07 | 8.57 | 2.23 | - |
| YUV | 80.32 | 99.04 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 29 | 0 | 0.48 | 0.77 | 0.50 | 22.42 | 0.63 | 0.31 |
| Hex | 80 | 42 | 1D | 0 | 30 | 4D | 32 | 16 | 3F | 1F |
| Octal | 200 | 102 | 35 | 0 | 60 | 115 | 62 | 26 | 77 | 37 |
| Binary | 10000000 | 1000010 | 11101 | 0 | 110000 | 1001101 | 110010 | 10110 | 111111 | 11111 |
Color Harmonies of #80421D
Complementary color
Monochromatic Colors of #80421D
Black with #80421D
Text Example
Text Example
White with #80421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80421D; }
p { color: rgb(128,66,29); }
H1.HeaderClassName
{
color: #80421D;
}
.AnyTagClassName
{
color: #80421D;
}
</style>
background-color css
<style>
a { background-color: #80421D; }
a { background-color: rgb(128,66,29); }
div.DivClassName
{
background-color: #80421D;
}
.BgClassName
{
background-color: #80421D;
}
</style>
border-color css
<style>
span { border-color: #80421D; }
span { border-color: rgb(128,66,29); }
td.TdClassName
{
border-color: #80421D;
}
.TagClassName
{
border-color: #80421D;
}
</style>