Shades of Copper Rust #915451
Tints of Copper Rust #915451
RGB
CMYK
RGB Variations
Color information
#915451 (or 0x915451) is known color: Copper Rust. HEX triplet: 91, 54 and 51. RGB value is (145,84,81). Sum of RGB (Red+Green+Blue) = 145+84+81=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #915451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915451 is #6EABAE. Grayscale: #656565. Windows color (decimal): -7252911 or 5330065. OLE color: 5330065.
HSL color Cylindrical-coordinate representation of color #915451: hue angle of 2.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915451 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 84 | 81 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.43 |
| HSL | 2.81º | 0.28% | 0.44% | - |
| HSV(B) | 2.81º | 0.44% | 0.57% | - |
| XYZ | 16.33 | 12.95 | 9.42 | - |
| YUV | 101.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 81 | 0 | 0.42 | 0.44 | 0.43 | 2.81 | 0.28 | 0.44 |
| Hex | 91 | 54 | 51 | 0 | 2A | 2C | 2B | 3 | 1C | 2C |
| Octal | 221 | 124 | 121 | 0 | 52 | 54 | 53 | 3 | 34 | 54 |
| Binary | 10010001 | 1010100 | 1010001 | 0 | 101010 | 101100 | 101011 | 11 | 11100 | 101100 |
Color Harmonies of #915451
Complementary color
Monochromatic Colors of #915451
Black with #915451
Text Example
Text Example
White with #915451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915451; }
p { color: rgb(145,84,81); }
H1.HeaderClassName
{
color: #915451;
}
.AnyTagClassName
{
color: #915451;
}
</style>
background-color css
<style>
a { background-color: #915451; }
a { background-color: rgb(145,84,81); }
div.DivClassName
{
background-color: #915451;
}
.BgClassName
{
background-color: #915451;
}
</style>
border-color css
<style>
span { border-color: #915451; }
span { border-color: rgb(145,84,81); }
td.TdClassName
{
border-color: #915451;
}
.TagClassName
{
border-color: #915451;
}
</style>