Shades of Russet #82421A
Tints of Russet #82421A
RGB
CMYK
RGB Variations
Color information
#82421A (or 0x82421A) is known color: Russet. HEX triplet: 82, 42 and 1A. RGB value is (130,66,26). Sum of RGB (Red+Green+Blue) = 130+66+26=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82421A is #7DBDE5. Grayscale: #505050. Windows color (decimal): -8240614 or 1720962. OLE color: 1720962.
HSL color Cylindrical-coordinate representation of color #82421A: hue angle of 23.08º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82421A is Cyan = 0, Magento = 0.49, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 26 | - |
| CMYK | 0 | 0.49 | 0.8 | 0.49 |
| HSL | 23.08º | 0.67% | 0.31% | - |
| HSV(B) | 23.08º | 0.8% | 0.51% | - |
| XYZ | 11.34 | 8.72 | 2.06 | - |
| YUV | 80.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 26 | 0 | 0.49 | 0.8 | 0.49 | 23.08 | 0.67 | 0.31 |
| Hex | 82 | 42 | 1A | 0 | 31 | 50 | 31 | 17 | 43 | 1F |
| Octal | 202 | 102 | 32 | 0 | 61 | 120 | 61 | 27 | 103 | 37 |
| Binary | 10000010 | 1000010 | 11010 | 0 | 110001 | 1010000 | 110001 | 10111 | 1000011 | 11111 |
Color Harmonies of #82421A
Complementary color
Monochromatic Colors of #82421A
Black with #82421A
Text Example
Text Example
White with #82421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82421A; }
p { color: rgb(130,66,26); }
H1.HeaderClassName
{
color: #82421A;
}
.AnyTagClassName
{
color: #82421A;
}
</style>
background-color css
<style>
a { background-color: #82421A; }
a { background-color: rgb(130,66,26); }
div.DivClassName
{
background-color: #82421A;
}
.BgClassName
{
background-color: #82421A;
}
</style>
border-color css
<style>
span { border-color: #82421A; }
span { border-color: rgb(130,66,26); }
td.TdClassName
{
border-color: #82421A;
}
.TagClassName
{
border-color: #82421A;
}
</style>