Shades of Copper Rust #905351
Tints of Copper Rust #905351
RGB
CMYK
RGB Variations
Color information
#905351 (or 0x905351) is known color: Copper Rust. HEX triplet: 90, 53 and 51. RGB value is (144,83,81). Sum of RGB (Red+Green+Blue) = 144+83+81=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #905351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905351 is #6FACAE. Grayscale: #656565. Windows color (decimal): -7318703 or 5329808. OLE color: 5329808.
HSL color Cylindrical-coordinate representation of color #905351: hue angle of 1.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905351 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 81 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.44 |
| HSL | 1.9º | 0.28% | 0.44% | - |
| HSV(B) | 1.9º | 0.44% | 0.56% | - |
| XYZ | 16.08 | 12.71 | 9.39 | - |
| YUV | 101.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 81 | 0 | 0.42 | 0.44 | 0.44 | 1.9 | 0.28 | 0.44 |
| Hex | 90 | 53 | 51 | 0 | 2A | 2C | 2C | 2 | 1C | 2C |
| Octal | 220 | 123 | 121 | 0 | 52 | 54 | 54 | 2 | 34 | 54 |
| Binary | 10010000 | 1010011 | 1010001 | 0 | 101010 | 101100 | 101100 | 10 | 11100 | 101100 |
Color Harmonies of #905351
Complementary color
Monochromatic Colors of #905351
Black with #905351
Text Example
Text Example
White with #905351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905351; }
p { color: rgb(144,83,81); }
H1.HeaderClassName
{
color: #905351;
}
.AnyTagClassName
{
color: #905351;
}
</style>
background-color css
<style>
a { background-color: #905351; }
a { background-color: rgb(144,83,81); }
div.DivClassName
{
background-color: #905351;
}
.BgClassName
{
background-color: #905351;
}
</style>
border-color css
<style>
span { border-color: #905351; }
span { border-color: rgb(144,83,81); }
td.TdClassName
{
border-color: #905351;
}
.TagClassName
{
border-color: #905351;
}
</style>