Shades of Copper Rust #9B5351
Tints of Copper Rust #9B5351
RGB
CMYK
RGB Variations
Color information
#9B5351 (or 0x9B5351) is known color: Copper Rust. HEX triplet: 9B, 53 and 51. RGB value is (155,83,81). Sum of RGB (Red+Green+Blue) = 155+83+81=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5351 is #64ACAE. Grayscale: #686868. Windows color (decimal): -6597807 or 5329819. OLE color: 5329819.
HSL color Cylindrical-coordinate representation of color #9B5351: hue angle of 1.62º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5351 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 83 | 81 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.39 |
| HSL | 1.62º | 0.31% | 0.46% | - |
| HSV(B) | 1.62º | 0.48% | 0.61% | - |
| XYZ | 18.1 | 13.75 | 9.48 | - |
| YUV | 104.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 83 | 81 | 0 | 0.46 | 0.48 | 0.39 | 1.62 | 0.31 | 0.46 |
| Hex | 9B | 53 | 51 | 0 | 2E | 30 | 27 | 2 | 1F | 2E |
| Octal | 233 | 123 | 121 | 0 | 56 | 60 | 47 | 2 | 37 | 56 |
| Binary | 10011011 | 1010011 | 1010001 | 0 | 101110 | 110000 | 100111 | 10 | 11111 | 101110 |
Color Harmonies of #9B5351
Complementary color
Monochromatic Colors of #9B5351
Black with #9B5351
Text Example
Text Example
White with #9B5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5351; }
p { color: rgb(155,83,81); }
H1.HeaderClassName
{
color: #9B5351;
}
.AnyTagClassName
{
color: #9B5351;
}
</style>
background-color css
<style>
a { background-color: #9B5351; }
a { background-color: rgb(155,83,81); }
div.DivClassName
{
background-color: #9B5351;
}
.BgClassName
{
background-color: #9B5351;
}
</style>
border-color css
<style>
span { border-color: #9B5351; }
span { border-color: rgb(155,83,81); }
td.TdClassName
{
border-color: #9B5351;
}
.TagClassName
{
border-color: #9B5351;
}
</style>