Shades of Russet #81421D
Tints of Russet #81421D
RGB
CMYK
RGB Variations
Color information
#81421D (or 0x81421D) is known color: Russet. HEX triplet: 81, 42 and 1D. RGB value is (129,66,29). Sum of RGB (Red+Green+Blue) = 129+66+29=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #81421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81421D is #7EBDE2. Grayscale: #505050. Windows color (decimal): -8306147 or 1917569. OLE color: 1917569.
HSL color Cylindrical-coordinate representation of color #81421D: hue angle of 22.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81421D is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 66 | 29 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.49 |
| HSL | 22.2º | 0.63% | 0.31% | - |
| HSV(B) | 22.2º | 0.78% | 0.51% | - |
| XYZ | 11.22 | 8.65 | 2.24 | - |
| YUV | 80.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 29 | 0 | 0.49 | 0.78 | 0.49 | 22.2 | 0.63 | 0.31 |
| Hex | 81 | 42 | 1D | 0 | 31 | 4E | 31 | 16 | 3F | 1F |
| Octal | 201 | 102 | 35 | 0 | 61 | 116 | 61 | 26 | 77 | 37 |
| Binary | 10000001 | 1000010 | 11101 | 0 | 110001 | 1001110 | 110001 | 10110 | 111111 | 11111 |
Color Harmonies of #81421D
Complementary color
Monochromatic Colors of #81421D
Black with #81421D
Text Example
Text Example
White with #81421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81421D; }
p { color: rgb(129,66,29); }
H1.HeaderClassName
{
color: #81421D;
}
.AnyTagClassName
{
color: #81421D;
}
</style>
background-color css
<style>
a { background-color: #81421D; }
a { background-color: rgb(129,66,29); }
div.DivClassName
{
background-color: #81421D;
}
.BgClassName
{
background-color: #81421D;
}
</style>
border-color css
<style>
span { border-color: #81421D; }
span { border-color: rgb(129,66,29); }
td.TdClassName
{
border-color: #81421D;
}
.TagClassName
{
border-color: #81421D;
}
</style>