Shades of Copper Rust #935150
Tints of Copper Rust #935150
RGB
CMYK
RGB Variations
Color information
#935150 (or 0x935150) is known color: Copper Rust. HEX triplet: 93, 51 and 50. RGB value is (147,81,80). Sum of RGB (Red+Green+Blue) = 147+81+80=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #935150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935150 is #6CAEAF. Grayscale: #646464. Windows color (decimal): -7122608 or 5263763. OLE color: 5263763.
HSL color Cylindrical-coordinate representation of color #935150: hue angle of 0.9º 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 #935150 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 80 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.42 |
| HSL | 0.9º | 0.3% | 0.45% | - |
| HSV(B) | 0.9º | 0.46% | 0.58% | - |
| XYZ | 16.42 | 12.67 | 9.17 | - |
| YUV | 100.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 80 | 0 | 0.45 | 0.46 | 0.42 | 0.9 | 0.3 | 0.45 |
| Hex | 93 | 51 | 50 | 0 | 2D | 2E | 2A | 1 | 1E | 2D |
| Octal | 223 | 121 | 120 | 0 | 55 | 56 | 52 | 1 | 36 | 55 |
| Binary | 10010011 | 1010001 | 1010000 | 0 | 101101 | 101110 | 101010 | 1 | 11110 | 101101 |
Color Harmonies of #935150
Complementary color
Monochromatic Colors of #935150
Black with #935150
Text Example
Text Example
White with #935150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935150; }
p { color: rgb(147,81,80); }
H1.HeaderClassName
{
color: #935150;
}
.AnyTagClassName
{
color: #935150;
}
</style>
background-color css
<style>
a { background-color: #935150; }
a { background-color: rgb(147,81,80); }
div.DivClassName
{
background-color: #935150;
}
.BgClassName
{
background-color: #935150;
}
</style>
border-color css
<style>
span { border-color: #935150; }
span { border-color: rgb(147,81,80); }
td.TdClassName
{
border-color: #935150;
}
.TagClassName
{
border-color: #935150;
}
</style>