Shades of Copper Rust #995144
Tints of Copper Rust #995144
RGB
CMYK
RGB Variations
Color information
#995144 (or 0x995144) is known color: Copper Rust. HEX triplet: 99, 51 and 44. RGB value is (153,81,68). Sum of RGB (Red+Green+Blue) = 153+81+68=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #995144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995144 is #66AEBB. Grayscale: #656565. Windows color (decimal): -6729404 or 4477337. OLE color: 4477337.
HSL color Cylindrical-coordinate representation of color #995144: hue angle of 9.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995144 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 68 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.4 |
| HSL | 9.18º | 0.38% | 0.43% | - |
| HSV(B) | 9.18º | 0.56% | 0.6% | - |
| XYZ | 17.12 | 13.07 | 7.09 | - |
| YUV | 101.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 68 | 0 | 0.47 | 0.56 | 0.4 | 9.18 | 0.38 | 0.43 |
| Hex | 99 | 51 | 44 | 0 | 2F | 38 | 28 | 9 | 26 | 2B |
| Octal | 231 | 121 | 104 | 0 | 57 | 70 | 50 | 11 | 46 | 53 |
| Binary | 10011001 | 1010001 | 1000100 | 0 | 101111 | 111000 | 101000 | 1001 | 100110 | 101011 |
Color Harmonies of #995144
Complementary color
Monochromatic Colors of #995144
Black with #995144
Text Example
Text Example
White with #995144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995144; }
p { color: rgb(153,81,68); }
H1.HeaderClassName
{
color: #995144;
}
.AnyTagClassName
{
color: #995144;
}
</style>
background-color css
<style>
a { background-color: #995144; }
a { background-color: rgb(153,81,68); }
div.DivClassName
{
background-color: #995144;
}
.BgClassName
{
background-color: #995144;
}
</style>
border-color css
<style>
span { border-color: #995144; }
span { border-color: rgb(153,81,68); }
td.TdClassName
{
border-color: #995144;
}
.TagClassName
{
border-color: #995144;
}
</style>