Shades of Metallic Copper #71403B
Tints of Metallic Copper #71403B
RGB
CMYK
RGB Variations
Color information
#71403B (or 0x71403B) is known color: Metallic Copper. HEX triplet: 71, 40 and 3B. RGB value is (113,64,59). Sum of RGB (Red+Green+Blue) = 113+64+59=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #71403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71403B is #8EBFC4. Grayscale: #4E4E4E. Windows color (decimal): -9355205 or 3883121. OLE color: 3883121.
HSL color Cylindrical-coordinate representation of color #71403B: hue angle of 5.56º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71403B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 64 | 59 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.56 |
| HSL | 5.56º | 0.31% | 0.34% | - |
| HSV(B) | 5.56º | 0.48% | 0.44% | - |
| XYZ | 9.43 | 7.49 | 5.09 | - |
| YUV | 78.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 59 | 0 | 0.43 | 0.48 | 0.56 | 5.56 | 0.31 | 0.34 |
| Hex | 71 | 40 | 3B | 0 | 2B | 30 | 38 | 6 | 1F | 22 |
| Octal | 161 | 100 | 73 | 0 | 53 | 60 | 70 | 6 | 37 | 42 |
| Binary | 1110001 | 1000000 | 111011 | 0 | 101011 | 110000 | 111000 | 110 | 11111 | 100010 |
Color Harmonies of #71403B
Complementary color
Monochromatic Colors of #71403B
Black with #71403B
Text Example
Text Example
White with #71403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71403B; }
p { color: rgb(113,64,59); }
H1.HeaderClassName
{
color: #71403B;
}
.AnyTagClassName
{
color: #71403B;
}
</style>
background-color css
<style>
a { background-color: #71403B; }
a { background-color: rgb(113,64,59); }
div.DivClassName
{
background-color: #71403B;
}
.BgClassName
{
background-color: #71403B;
}
</style>
border-color css
<style>
span { border-color: #71403B; }
span { border-color: rgb(113,64,59); }
td.TdClassName
{
border-color: #71403B;
}
.TagClassName
{
border-color: #71403B;
}
</style>