Shades of Copper Rust #9D4F4F
Tints of Copper Rust #9D4F4F
RGB
CMYK
RGB Variations
Color information
#9D4F4F (or 0x9D4F4F) is known color: Copper Rust. HEX triplet: 9D, 4F and 4F. RGB value is (157,79,79). Sum of RGB (Red+Green+Blue) = 157+79+79=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F4F is #62B0B0. Grayscale: #666666. Windows color (decimal): -6467761 or 5197725. OLE color: 5197725.
HSL color Cylindrical-coordinate representation of color #9D4F4F: hue angle of 0º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4F4F is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 79 | 79 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.38 |
| HSL | 0º | 0.33% | 0.46% | - |
| HSV(B) | 0º | 0.5% | 0.62% | - |
| XYZ | 18.11 | 13.32 | 9.01 | - |
| YUV | 102.32 | 114.84 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 79 | 0 | 0.50 | 0.50 | 0.38 | 0 | 0.33 | 0.46 |
| Hex | 9D | 4F | 4F | 0 | 32 | 32 | 26 | 0 | 21 | 2E |
| Octal | 235 | 117 | 117 | 0 | 62 | 62 | 46 | 0 | 41 | 56 |
| Binary | 10011101 | 1001111 | 1001111 | 0 | 110010 | 110010 | 100110 | 0 | 100001 | 101110 |
Color Harmonies of #9D4F4F
Complementary color
Monochromatic Colors of #9D4F4F
Black with #9D4F4F
Text Example
Text Example
White with #9D4F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4F4F; }
p { color: rgb(157,79,79); }
H1.HeaderClassName
{
color: #9D4F4F;
}
.AnyTagClassName
{
color: #9D4F4F;
}
</style>
background-color css
<style>
a { background-color: #9D4F4F; }
a { background-color: rgb(157,79,79); }
div.DivClassName
{
background-color: #9D4F4F;
}
.BgClassName
{
background-color: #9D4F4F;
}
</style>
border-color css
<style>
span { border-color: #9D4F4F; }
span { border-color: rgb(157,79,79); }
td.TdClassName
{
border-color: #9D4F4F;
}
.TagClassName
{
border-color: #9D4F4F;
}
</style>