Shades of Russet #81421B
Tints of Russet #81421B
RGB
CMYK
RGB Variations
Color information
#81421B (or 0x81421B) is known color: Russet. HEX triplet: 81, 42 and 1B. RGB value is (129,66,27). Sum of RGB (Red+Green+Blue) = 129+66+27=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #81421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81421B is #7EBDE4. Grayscale: #505050. Windows color (decimal): -8306149 or 1786497. OLE color: 1786497.
HSL color Cylindrical-coordinate representation of color #81421B: hue angle of 22.94º degrees, saturation: 0.65, 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 #81421B is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 66 | 27 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.49 |
| HSL | 22.94º | 0.65% | 0.31% | - |
| HSV(B) | 22.94º | 0.79% | 0.51% | - |
| XYZ | 11.2 | 8.64 | 2.11 | - |
| YUV | 80.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 27 | 0 | 0.49 | 0.79 | 0.49 | 22.94 | 0.65 | 0.31 |
| Hex | 81 | 42 | 1B | 0 | 31 | 4F | 31 | 17 | 41 | 1F |
| Octal | 201 | 102 | 33 | 0 | 61 | 117 | 61 | 27 | 101 | 37 |
| Binary | 10000001 | 1000010 | 11011 | 0 | 110001 | 1001111 | 110001 | 10111 | 1000001 | 11111 |
Color Harmonies of #81421B
Complementary color
Monochromatic Colors of #81421B
Black with #81421B
Text Example
Text Example
White with #81421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81421B; }
p { color: rgb(129,66,27); }
H1.HeaderClassName
{
color: #81421B;
}
.AnyTagClassName
{
color: #81421B;
}
</style>
background-color css
<style>
a { background-color: #81421B; }
a { background-color: rgb(129,66,27); }
div.DivClassName
{
background-color: #81421B;
}
.BgClassName
{
background-color: #81421B;
}
</style>
border-color css
<style>
span { border-color: #81421B; }
span { border-color: rgb(129,66,27); }
td.TdClassName
{
border-color: #81421B;
}
.TagClassName
{
border-color: #81421B;
}
</style>