Shades of Copper Rust #985050
Tints of Copper Rust #985050
RGB
CMYK
RGB Variations
Color information
#985050 (or 0x985050) is known color: Copper Rust. HEX triplet: 98, 50 and 50. RGB value is (152,80,80). Sum of RGB (Red+Green+Blue) = 152+80+80=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #985050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985050 is #67AFAF. Grayscale: #656565. Windows color (decimal): -6795184 or 5263512. OLE color: 5263512.
HSL color Cylindrical-coordinate representation of color #985050: hue angle of 0º 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 #985050 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 80 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.40 |
| HSL | 0º | 0.31% | 0.45% | - |
| HSV(B) | 0º | 0.47% | 0.6% | - |
| XYZ | 17.27 | 12.99 | 9.19 | - |
| YUV | 101.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 80 | 0 | 0.47 | 0.47 | 0.40 | 0 | 0.31 | 0.45 |
| Hex | 98 | 50 | 50 | 0 | 2F | 2F | 28 | 0 | 1F | 2D |
| Octal | 230 | 120 | 120 | 0 | 57 | 57 | 50 | 0 | 37 | 55 |
| Binary | 10011000 | 1010000 | 1010000 | 0 | 101111 | 101111 | 101000 | 0 | 11111 | 101101 |
Color Harmonies of #985050
Complementary color
Monochromatic Colors of #985050
Black with #985050
Text Example
Text Example
White with #985050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985050; }
p { color: rgb(152,80,80); }
H1.HeaderClassName
{
color: #985050;
}
.AnyTagClassName
{
color: #985050;
}
</style>
background-color css
<style>
a { background-color: #985050; }
a { background-color: rgb(152,80,80); }
div.DivClassName
{
background-color: #985050;
}
.BgClassName
{
background-color: #985050;
}
</style>
border-color css
<style>
span { border-color: #985050; }
span { border-color: rgb(152,80,80); }
td.TdClassName
{
border-color: #985050;
}
.TagClassName
{
border-color: #985050;
}
</style>