Shades of Copper Rust #915350
Tints of Copper Rust #915350
RGB
CMYK
RGB Variations
Color information
#915350 (or 0x915350) is known color: Copper Rust. HEX triplet: 91, 53 and 50. RGB value is (145,83,80). Sum of RGB (Red+Green+Blue) = 145+83+80=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #915350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915350 is #6EACAF. Grayscale: #656565. Windows color (decimal): -7253168 or 5264273. OLE color: 5264273.
HSL color Cylindrical-coordinate representation of color #915350: hue angle of 2.77º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915350 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 80 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.43 |
| HSL | 2.77º | 0.29% | 0.44% | - |
| HSV(B) | 2.77º | 0.45% | 0.57% | - |
| XYZ | 16.22 | 12.79 | 9.2 | - |
| YUV | 101.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 80 | 0 | 0.43 | 0.45 | 0.43 | 2.77 | 0.29 | 0.44 |
| Hex | 91 | 53 | 50 | 0 | 2B | 2D | 2B | 3 | 1D | 2C |
| Octal | 221 | 123 | 120 | 0 | 53 | 55 | 53 | 3 | 35 | 54 |
| Binary | 10010001 | 1010011 | 1010000 | 0 | 101011 | 101101 | 101011 | 11 | 11101 | 101100 |
Color Harmonies of #915350
Complementary color
Monochromatic Colors of #915350
Black with #915350
Text Example
Text Example
White with #915350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915350; }
p { color: rgb(145,83,80); }
H1.HeaderClassName
{
color: #915350;
}
.AnyTagClassName
{
color: #915350;
}
</style>
background-color css
<style>
a { background-color: #915350; }
a { background-color: rgb(145,83,80); }
div.DivClassName
{
background-color: #915350;
}
.BgClassName
{
background-color: #915350;
}
</style>
border-color css
<style>
span { border-color: #915350; }
span { border-color: rgb(145,83,80); }
td.TdClassName
{
border-color: #915350;
}
.TagClassName
{
border-color: #915350;
}
</style>