Shades of Copper Rust #965151
Tints of Copper Rust #965151
RGB
CMYK
RGB Variations
Color information
#965151 (or 0x965151) is known color: Copper Rust. HEX triplet: 96, 51 and 51. RGB value is (150,81,81). Sum of RGB (Red+Green+Blue) = 150+81+81=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #965151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965151 is #69AEAE. Grayscale: #656565. Windows color (decimal): -6925999 or 5329302. OLE color: 5329302.
HSL color Cylindrical-coordinate representation of color #965151: hue angle of 0º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965151 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 81 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.41 |
| HSL | 0º | 0.3% | 0.45% | - |
| HSV(B) | 0º | 0.46% | 0.59% | - |
| XYZ | 17.01 | 12.96 | 9.39 | - |
| YUV | 101.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 81 | 0 | 0.46 | 0.46 | 0.41 | 0 | 0.3 | 0.45 |
| Hex | 96 | 51 | 51 | 0 | 2E | 2E | 29 | 0 | 1E | 2D |
| Octal | 226 | 121 | 121 | 0 | 56 | 56 | 51 | 0 | 36 | 55 |
| Binary | 10010110 | 1010001 | 1010001 | 0 | 101110 | 101110 | 101001 | 0 | 11110 | 101101 |
Color Harmonies of #965151
Complementary color
Monochromatic Colors of #965151
Black with #965151
Text Example
Text Example
White with #965151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965151; }
p { color: rgb(150,81,81); }
H1.HeaderClassName
{
color: #965151;
}
.AnyTagClassName
{
color: #965151;
}
</style>
background-color css
<style>
a { background-color: #965151; }
a { background-color: rgb(150,81,81); }
div.DivClassName
{
background-color: #965151;
}
.BgClassName
{
background-color: #965151;
}
</style>
border-color css
<style>
span { border-color: #965151; }
span { border-color: rgb(150,81,81); }
td.TdClassName
{
border-color: #965151;
}
.TagClassName
{
border-color: #965151;
}
</style>