Shades of Metallic Copper #71403A
Tints of Metallic Copper #71403A
RGB
CMYK
RGB Variations
Color information
#71403A (or 0x71403A) is known color: Metallic Copper. HEX triplet: 71, 40 and 3A. RGB value is (113,64,58). Sum of RGB (Red+Green+Blue) = 113+64+58=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #71403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71403A is #8EBFC5. Grayscale: #4E4E4E. Windows color (decimal): -9355206 or 3817585. OLE color: 3817585.
HSL color Cylindrical-coordinate representation of color #71403A: hue angle of 6.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71403A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 64 | 58 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.56 |
| HSL | 6.55º | 0.32% | 0.34% | - |
| HSV(B) | 6.55º | 0.49% | 0.44% | - |
| XYZ | 9.41 | 7.48 | 4.95 | - |
| YUV | 77.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 58 | 0 | 0.43 | 0.49 | 0.56 | 6.55 | 0.32 | 0.34 |
| Hex | 71 | 40 | 3A | 0 | 2B | 31 | 38 | 7 | 20 | 22 |
| Octal | 161 | 100 | 72 | 0 | 53 | 61 | 70 | 7 | 40 | 42 |
| Binary | 1110001 | 1000000 | 111010 | 0 | 101011 | 110001 | 111000 | 111 | 100000 | 100010 |
Color Harmonies of #71403A
Complementary color
Monochromatic Colors of #71403A
Black with #71403A
Text Example
Text Example
White with #71403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71403A; }
p { color: rgb(113,64,58); }
H1.HeaderClassName
{
color: #71403A;
}
.AnyTagClassName
{
color: #71403A;
}
</style>
background-color css
<style>
a { background-color: #71403A; }
a { background-color: rgb(113,64,58); }
div.DivClassName
{
background-color: #71403A;
}
.BgClassName
{
background-color: #71403A;
}
</style>
border-color css
<style>
span { border-color: #71403A; }
span { border-color: rgb(113,64,58); }
td.TdClassName
{
border-color: #71403A;
}
.TagClassName
{
border-color: #71403A;
}
</style>