Shades of Copper Rust #955150
Tints of Copper Rust #955150
RGB
CMYK
RGB Variations
Color information
#955150 (or 0x955150) is known color: Copper Rust. HEX triplet: 95, 51 and 50. RGB value is (149,81,80). Sum of RGB (Red+Green+Blue) = 149+81+80=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #955150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955150 is #6AAEAF. Grayscale: #656565. Windows color (decimal): -6991536 or 5263765. OLE color: 5263765.
HSL color Cylindrical-coordinate representation of color #955150: hue angle of 0.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955150 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 80 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.42 |
| HSL | 0.87º | 0.3% | 0.45% | - |
| HSV(B) | 0.87º | 0.46% | 0.58% | - |
| XYZ | 16.78 | 12.85 | 9.19 | - |
| YUV | 101.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 80 | 0 | 0.46 | 0.46 | 0.42 | 0.87 | 0.3 | 0.45 |
| Hex | 95 | 51 | 50 | 0 | 2E | 2E | 2A | 1 | 1E | 2D |
| Octal | 225 | 121 | 120 | 0 | 56 | 56 | 52 | 1 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1010000 | 0 | 101110 | 101110 | 101010 | 1 | 11110 | 101101 |
Color Harmonies of #955150
Complementary color
Monochromatic Colors of #955150
Black with #955150
Text Example
Text Example
White with #955150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955150; }
p { color: rgb(149,81,80); }
H1.HeaderClassName
{
color: #955150;
}
.AnyTagClassName
{
color: #955150;
}
</style>
background-color css
<style>
a { background-color: #955150; }
a { background-color: rgb(149,81,80); }
div.DivClassName
{
background-color: #955150;
}
.BgClassName
{
background-color: #955150;
}
</style>
border-color css
<style>
span { border-color: #955150; }
span { border-color: rgb(149,81,80); }
td.TdClassName
{
border-color: #955150;
}
.TagClassName
{
border-color: #955150;
}
</style>