Shades of Russet #82431B
Tints of Russet #82431B
RGB
CMYK
RGB Variations
Color information
#82431B (or 0x82431B) is known color: Russet. HEX triplet: 82, 43 and 1B. RGB value is (130,67,27). Sum of RGB (Red+Green+Blue) = 130+67+27=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82431B is #7DBCE4. Grayscale: #515151. Windows color (decimal): -8240357 or 1786754. OLE color: 1786754.
HSL color Cylindrical-coordinate representation of color #82431B: hue angle of 23.3º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82431B is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 27 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.49 |
| HSL | 23.3º | 0.66% | 0.31% | - |
| HSV(B) | 23.3º | 0.79% | 0.51% | - |
| XYZ | 11.41 | 8.84 | 2.14 | - |
| YUV | 81.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 27 | 0 | 0.48 | 0.79 | 0.49 | 23.3 | 0.66 | 0.31 |
| Hex | 82 | 43 | 1B | 0 | 30 | 4F | 31 | 17 | 42 | 1F |
| Octal | 202 | 103 | 33 | 0 | 60 | 117 | 61 | 27 | 102 | 37 |
| Binary | 10000010 | 1000011 | 11011 | 0 | 110000 | 1001111 | 110001 | 10111 | 1000010 | 11111 |
Color Harmonies of #82431B
Complementary color
Monochromatic Colors of #82431B
Black with #82431B
Text Example
Text Example
White with #82431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82431B; }
p { color: rgb(130,67,27); }
H1.HeaderClassName
{
color: #82431B;
}
.AnyTagClassName
{
color: #82431B;
}
</style>
background-color css
<style>
a { background-color: #82431B; }
a { background-color: rgb(130,67,27); }
div.DivClassName
{
background-color: #82431B;
}
.BgClassName
{
background-color: #82431B;
}
</style>
border-color css
<style>
span { border-color: #82431B; }
span { border-color: rgb(130,67,27); }
td.TdClassName
{
border-color: #82431B;
}
.TagClassName
{
border-color: #82431B;
}
</style>