Shades of Russet #804121
Tints of Russet #804121
RGB
CMYK
RGB Variations
Color information
#804121 (or 0x804121) is known color: Russet. HEX triplet: 80, 41 and 21. RGB value is (128,65,33). Sum of RGB (Red+Green+Blue) = 128+65+33=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #804121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804121 is #7FBEDE. Grayscale: #505050. Windows color (decimal): -8371935 or 2179456. OLE color: 2179456.
HSL color Cylindrical-coordinate representation of color #804121: hue angle of 20.21º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #804121 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 33 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.50 |
| HSL | 20.21º | 0.59% | 0.32% | - |
| HSV(B) | 20.21º | 0.74% | 0.5% | - |
| XYZ | 11.07 | 8.48 | 2.49 | - |
| YUV | 80.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 33 | 0 | 0.49 | 0.74 | 0.50 | 20.21 | 0.59 | 0.32 |
| Hex | 80 | 41 | 21 | 0 | 31 | 4A | 32 | 14 | 3B | 20 |
| Octal | 200 | 101 | 41 | 0 | 61 | 112 | 62 | 24 | 73 | 40 |
| Binary | 10000000 | 1000001 | 100001 | 0 | 110001 | 1001010 | 110010 | 10100 | 111011 | 100000 |
Color Harmonies of #804121
Complementary color
Monochromatic Colors of #804121
Black with #804121
Text Example
Text Example
White with #804121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804121; }
p { color: rgb(128,65,33); }
H1.HeaderClassName
{
color: #804121;
}
.AnyTagClassName
{
color: #804121;
}
</style>
background-color css
<style>
a { background-color: #804121; }
a { background-color: rgb(128,65,33); }
div.DivClassName
{
background-color: #804121;
}
.BgClassName
{
background-color: #804121;
}
</style>
border-color css
<style>
span { border-color: #804121; }
span { border-color: rgb(128,65,33); }
td.TdClassName
{
border-color: #804121;
}
.TagClassName
{
border-color: #804121;
}
</style>