Shades of Copper Rust #8F5A51
Tints of Copper Rust #8F5A51
RGB
CMYK
RGB Variations
Color information
#8F5A51 (or 0x8F5A51) is known color: Copper Rust. HEX triplet: 8F, 5A and 51. RGB value is (143,90,81). Sum of RGB (Red+Green+Blue) = 143+90+81=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A51 is #70A5AE. Grayscale: #686868. Windows color (decimal): -7382447 or 5331599. OLE color: 5331599.
HSL color Cylindrical-coordinate representation of color #8F5A51: hue angle of 8.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5A51 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 81 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.44 |
| HSL | 8.71º | 0.28% | 0.44% | - |
| HSV(B) | 8.71º | 0.43% | 0.56% | - |
| XYZ | 16.47 | 13.75 | 9.57 | - |
| YUV | 104.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 81 | 0 | 0.37 | 0.43 | 0.44 | 8.71 | 0.28 | 0.44 |
| Hex | 8F | 5A | 51 | 0 | 25 | 2B | 2C | 9 | 1C | 2C |
| Octal | 217 | 132 | 121 | 0 | 45 | 53 | 54 | 11 | 34 | 54 |
| Binary | 10001111 | 1011010 | 1010001 | 0 | 100101 | 101011 | 101100 | 1001 | 11100 | 101100 |
Color Harmonies of #8F5A51
Complementary color
Monochromatic Colors of #8F5A51
Black with #8F5A51
Text Example
Text Example
White with #8F5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A51; }
p { color: rgb(143,90,81); }
H1.HeaderClassName
{
color: #8F5A51;
}
.AnyTagClassName
{
color: #8F5A51;
}
</style>
background-color css
<style>
a { background-color: #8F5A51; }
a { background-color: rgb(143,90,81); }
div.DivClassName
{
background-color: #8F5A51;
}
.BgClassName
{
background-color: #8F5A51;
}
</style>
border-color css
<style>
span { border-color: #8F5A51; }
span { border-color: rgb(143,90,81); }
td.TdClassName
{
border-color: #8F5A51;
}
.TagClassName
{
border-color: #8F5A51;
}
</style>