Shades of Copper Rust #985151
Tints of Copper Rust #985151
RGB
CMYK
RGB Variations
Color information
#985151 (or 0x985151) is known color: Copper Rust. HEX triplet: 98, 51 and 51. RGB value is (152,81,81). Sum of RGB (Red+Green+Blue) = 152+81+81=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #985151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985151 is #67AEAE. Grayscale: #666666. Windows color (decimal): -6794927 or 5329304. OLE color: 5329304.
HSL color Cylindrical-coordinate representation of color #985151: hue angle of 0º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985151 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 81 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.40 |
| HSL | 0º | 0.3% | 0.46% | - |
| HSV(B) | 0º | 0.47% | 0.6% | - |
| XYZ | 17.38 | 13.15 | 9.41 | - |
| YUV | 102.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 81 | 0 | 0.47 | 0.47 | 0.40 | 0 | 0.3 | 0.46 |
| Hex | 98 | 51 | 51 | 0 | 2F | 2F | 28 | 0 | 1E | 2E |
| Octal | 230 | 121 | 121 | 0 | 57 | 57 | 50 | 0 | 36 | 56 |
| Binary | 10011000 | 1010001 | 1010001 | 0 | 101111 | 101111 | 101000 | 0 | 11110 | 101110 |
Color Harmonies of #985151
Complementary color
Monochromatic Colors of #985151
Black with #985151
Text Example
Text Example
White with #985151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985151; }
p { color: rgb(152,81,81); }
H1.HeaderClassName
{
color: #985151;
}
.AnyTagClassName
{
color: #985151;
}
</style>
background-color css
<style>
a { background-color: #985151; }
a { background-color: rgb(152,81,81); }
div.DivClassName
{
background-color: #985151;
}
.BgClassName
{
background-color: #985151;
}
</style>
border-color css
<style>
span { border-color: #985151; }
span { border-color: rgb(152,81,81); }
td.TdClassName
{
border-color: #985151;
}
.TagClassName
{
border-color: #985151;
}
</style>