Shades of Copper Canyon #80442B
Tints of Copper Canyon #80442B
RGB
CMYK
RGB Variations
Color information
#80442B (or 0x80442B) is known color: Copper Canyon. HEX triplet: 80, 44 and 2B. RGB value is (128,68,43). Sum of RGB (Red+Green+Blue) = 128+68+43=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80442B is #7FBBD4. Grayscale: #535353. Windows color (decimal): -8371157 or 2835584. OLE color: 2835584.
HSL color Cylindrical-coordinate representation of color #80442B: hue angle of 17.65º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80442B is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 43 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.50 |
| HSL | 17.65º | 0.5% | 0.34% | - |
| HSV(B) | 17.65º | 0.66% | 0.5% | - |
| XYZ | 11.41 | 8.9 | 3.4 | - |
| YUV | 83.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 43 | 0 | 0.47 | 0.66 | 0.50 | 17.65 | 0.5 | 0.34 |
| Hex | 80 | 44 | 2B | 0 | 2F | 42 | 32 | 12 | 32 | 22 |
| Octal | 200 | 104 | 53 | 0 | 57 | 102 | 62 | 22 | 62 | 42 |
| Binary | 10000000 | 1000100 | 101011 | 0 | 101111 | 1000010 | 110010 | 10010 | 110010 | 100010 |
Color Harmonies of #80442B
Complementary color
Monochromatic Colors of #80442B
Black with #80442B
Text Example
Text Example
White with #80442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80442B; }
p { color: rgb(128,68,43); }
H1.HeaderClassName
{
color: #80442B;
}
.AnyTagClassName
{
color: #80442B;
}
</style>
background-color css
<style>
a { background-color: #80442B; }
a { background-color: rgb(128,68,43); }
div.DivClassName
{
background-color: #80442B;
}
.BgClassName
{
background-color: #80442B;
}
</style>
border-color css
<style>
span { border-color: #80442B; }
span { border-color: rgb(128,68,43); }
td.TdClassName
{
border-color: #80442B;
}
.TagClassName
{
border-color: #80442B;
}
</style>