Shades of Peru Tan #7D290A
Tints of Peru Tan #7D290A
RGB
CMYK
RGB Variations
Color information
#7D290A (or 0x7D290A) is known color: Peru Tan. HEX triplet: 7D, 29 and 0A. RGB value is (125,41,10). Sum of RGB (Red+Green+Blue) = 125+41+10=176 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.02% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 125 - color contains mainly: red. Hex color #7D290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D290A is #82D6F5. Grayscale: #3E3E3E. Windows color (decimal): -8574710 or 665981. OLE color: 665981.
HSL color Cylindrical-coordinate representation of color #7D290A: hue angle of 16.17º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D290A is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 10 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.51 |
| HSL | 16.17º | 0.85% | 0.26% | - |
| HSV(B) | 16.17º | 0.92% | 0.49% | - |
| XYZ | 9.31 | 5.97 | 0.95 | - |
| YUV | 62.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 10 | 0 | 0.67 | 0.92 | 0.51 | 16.17 | 0.85 | 0.26 |
| Hex | 7D | 29 | A | 0 | 43 | 5C | 33 | 10 | 55 | 1A |
| Octal | 175 | 51 | 12 | 0 | 103 | 134 | 63 | 20 | 125 | 32 |
| Binary | 1111101 | 101001 | 1010 | 0 | 1000011 | 1011100 | 110011 | 10000 | 1010101 | 11010 |
Color Harmonies of #7D290A
Complementary color
Monochromatic Colors of #7D290A
Black with #7D290A
Text Example
Text Example
White with #7D290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D290A; }
p { color: rgb(125,41,10); }
H1.HeaderClassName
{
color: #7D290A;
}
.AnyTagClassName
{
color: #7D290A;
}
</style>
background-color css
<style>
a { background-color: #7D290A; }
a { background-color: rgb(125,41,10); }
div.DivClassName
{
background-color: #7D290A;
}
.BgClassName
{
background-color: #7D290A;
}
</style>
border-color css
<style>
span { border-color: #7D290A; }
span { border-color: rgb(125,41,10); }
td.TdClassName
{
border-color: #7D290A;
}
.TagClassName
{
border-color: #7D290A;
}
</style>