Shades of Copper Canyon #81442B
Tints of Copper Canyon #81442B
RGB
CMYK
RGB Variations
Color information
#81442B (or 0x81442B) is known color: Copper Canyon. HEX triplet: 81, 44 and 2B. RGB value is (129,68,43). Sum of RGB (Red+Green+Blue) = 129+68+43=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81442B is #7EBBD4. Grayscale: #535353. Windows color (decimal): -8305621 or 2835585. OLE color: 2835585.
HSL color Cylindrical-coordinate representation of color #81442B: hue angle of 17.44º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81442B is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 68 | 43 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.49 |
| HSL | 17.44º | 0.5% | 0.34% | - |
| HSV(B) | 17.44º | 0.67% | 0.51% | - |
| XYZ | 11.56 | 8.98 | 3.41 | - |
| YUV | 83.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 43 | 0 | 0.47 | 0.67 | 0.49 | 17.44 | 0.5 | 0.34 |
| Hex | 81 | 44 | 2B | 0 | 2F | 43 | 31 | 11 | 32 | 22 |
| Octal | 201 | 104 | 53 | 0 | 57 | 103 | 61 | 21 | 62 | 42 |
| Binary | 10000001 | 1000100 | 101011 | 0 | 101111 | 1000011 | 110001 | 10001 | 110010 | 100010 |
Color Harmonies of #81442B
Complementary color
Monochromatic Colors of #81442B
Black with #81442B
Text Example
Text Example
White with #81442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81442B; }
p { color: rgb(129,68,43); }
H1.HeaderClassName
{
color: #81442B;
}
.AnyTagClassName
{
color: #81442B;
}
</style>
background-color css
<style>
a { background-color: #81442B; }
a { background-color: rgb(129,68,43); }
div.DivClassName
{
background-color: #81442B;
}
.BgClassName
{
background-color: #81442B;
}
</style>
border-color css
<style>
span { border-color: #81442B; }
span { border-color: rgb(129,68,43); }
td.TdClassName
{
border-color: #81442B;
}
.TagClassName
{
border-color: #81442B;
}
</style>