Shades of Copper Rust #985150
Tints of Copper Rust #985150
RGB
CMYK
RGB Variations
Color information
#985150 (or 0x985150) is known color: Copper Rust. HEX triplet: 98, 51 and 50. RGB value is (152,81,80). Sum of RGB (Red+Green+Blue) = 152+81+80=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #985150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985150 is #67AEAF. Grayscale: #666666. Windows color (decimal): -6794928 or 5263768. OLE color: 5263768.
HSL color Cylindrical-coordinate representation of color #985150: hue angle of 0.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985150 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 80 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.40 |
| HSL | 0.83º | 0.31% | 0.45% | - |
| HSV(B) | 0.83º | 0.47% | 0.6% | - |
| XYZ | 17.34 | 13.14 | 9.21 | - |
| YUV | 102.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 80 | 0 | 0.47 | 0.47 | 0.40 | 0.83 | 0.31 | 0.45 |
| Hex | 98 | 51 | 50 | 0 | 2F | 2F | 28 | 1 | 1F | 2D |
| Octal | 230 | 121 | 120 | 0 | 57 | 57 | 50 | 1 | 37 | 55 |
| Binary | 10011000 | 1010001 | 1010000 | 0 | 101111 | 101111 | 101000 | 1 | 11111 | 101101 |
Color Harmonies of #985150
Complementary color
Monochromatic Colors of #985150
Black with #985150
Text Example
Text Example
White with #985150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985150; }
p { color: rgb(152,81,80); }
H1.HeaderClassName
{
color: #985150;
}
.AnyTagClassName
{
color: #985150;
}
</style>
background-color css
<style>
a { background-color: #985150; }
a { background-color: rgb(152,81,80); }
div.DivClassName
{
background-color: #985150;
}
.BgClassName
{
background-color: #985150;
}
</style>
border-color css
<style>
span { border-color: #985150; }
span { border-color: rgb(152,81,80); }
td.TdClassName
{
border-color: #985150;
}
.TagClassName
{
border-color: #985150;
}
</style>