Shades of Copper Rust #994D4B
Tints of Copper Rust #994D4B
RGB
CMYK
RGB Variations
Color information
#994D4B (or 0x994D4B) is known color: Copper Rust. HEX triplet: 99, 4D and 4B. RGB value is (153,77,75). Sum of RGB (Red+Green+Blue) = 153+77+75=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #994D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D4B is #66B2B4. Grayscale: #636363. Windows color (decimal): -6730421 or 4935065. OLE color: 4935065.
HSL color Cylindrical-coordinate representation of color #994D4B: hue angle of 1.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994D4B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 75 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.4 |
| HSL | 1.54º | 0.34% | 0.45% | - |
| HSV(B) | 1.54º | 0.51% | 0.6% | - |
| XYZ | 17.06 | 12.59 | 8.19 | - |
| YUV | 99.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 75 | 0 | 0.50 | 0.51 | 0.4 | 1.54 | 0.34 | 0.45 |
| Hex | 99 | 4D | 4B | 0 | 32 | 33 | 28 | 2 | 22 | 2D |
| Octal | 231 | 115 | 113 | 0 | 62 | 63 | 50 | 2 | 42 | 55 |
| Binary | 10011001 | 1001101 | 1001011 | 0 | 110010 | 110011 | 101000 | 10 | 100010 | 101101 |
Color Harmonies of #994D4B
Complementary color
Monochromatic Colors of #994D4B
Black with #994D4B
Text Example
Text Example
White with #994D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D4B; }
p { color: rgb(153,77,75); }
H1.HeaderClassName
{
color: #994D4B;
}
.AnyTagClassName
{
color: #994D4B;
}
</style>
background-color css
<style>
a { background-color: #994D4B; }
a { background-color: rgb(153,77,75); }
div.DivClassName
{
background-color: #994D4B;
}
.BgClassName
{
background-color: #994D4B;
}
</style>
border-color css
<style>
span { border-color: #994D4B; }
span { border-color: rgb(153,77,75); }
td.TdClassName
{
border-color: #994D4B;
}
.TagClassName
{
border-color: #994D4B;
}
</style>