Shades of Copper Rust #9F4F4D
Tints of Copper Rust #9F4F4D
RGB
CMYK
RGB Variations
Color information
#9F4F4D (or 0x9F4F4D) is known color: Copper Rust. HEX triplet: 9F, 4F and 4D. RGB value is (159,79,77). Sum of RGB (Red+Green+Blue) = 159+79+77=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F4D is #60B0B2. Grayscale: #666666. Windows color (decimal): -6336691 or 5066655. OLE color: 5066655.
HSL color Cylindrical-coordinate representation of color #9F4F4D: hue angle of 1.46º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4F4D is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 79 | 77 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.38 |
| HSL | 1.46º | 0.35% | 0.46% | - |
| HSV(B) | 1.46º | 0.52% | 0.62% | - |
| XYZ | 18.43 | 13.5 | 8.66 | - |
| YUV | 102.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 77 | 0 | 0.50 | 0.52 | 0.38 | 1.46 | 0.35 | 0.46 |
| Hex | 9F | 4F | 4D | 0 | 32 | 34 | 26 | 1 | 23 | 2E |
| Octal | 237 | 117 | 115 | 0 | 62 | 64 | 46 | 1 | 43 | 56 |
| Binary | 10011111 | 1001111 | 1001101 | 0 | 110010 | 110100 | 100110 | 1 | 100011 | 101110 |
Color Harmonies of #9F4F4D
Complementary color
Monochromatic Colors of #9F4F4D
Black with #9F4F4D
Text Example
Text Example
White with #9F4F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4F4D; }
p { color: rgb(159,79,77); }
H1.HeaderClassName
{
color: #9F4F4D;
}
.AnyTagClassName
{
color: #9F4F4D;
}
</style>
background-color css
<style>
a { background-color: #9F4F4D; }
a { background-color: rgb(159,79,77); }
div.DivClassName
{
background-color: #9F4F4D;
}
.BgClassName
{
background-color: #9F4F4D;
}
</style>
border-color css
<style>
span { border-color: #9F4F4D; }
span { border-color: rgb(159,79,77); }
td.TdClassName
{
border-color: #9F4F4D;
}
.TagClassName
{
border-color: #9F4F4D;
}
</style>