Shades of Tamarillo #7D292B
Tints of Tamarillo #7D292B
RGB
CMYK
RGB Variations
Color information
#7D292B (or 0x7D292B) is known color: Tamarillo. HEX triplet: 7D, 29 and 2B. RGB value is (125,41,43). Sum of RGB (Red+Green+Blue) = 125+41+43=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D292B is #82D6D4. Grayscale: #424242. Windows color (decimal): -8574677 or 2828669. OLE color: 2828669.
HSL color Cylindrical-coordinate representation of color #7D292B: hue angle of 358.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D292B is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 43 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.51 |
| HSL | 358.57º | 0.51% | 0.33% | - |
| HSV(B) | 358.57º | 0.67% | 0.49% | - |
| XYZ | 9.69 | 6.12 | 2.96 | - |
| YUV | 66.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 43 | 0 | 0.67 | 0.66 | 0.51 | 358.57 | 0.51 | 0.33 |
| Hex | 7D | 29 | 2B | 0 | 43 | 42 | 33 | 167 | 33 | 21 |
| Octal | 175 | 51 | 53 | 0 | 103 | 102 | 63 | 547 | 63 | 41 |
| Binary | 1111101 | 101001 | 101011 | 0 | 1000011 | 1000010 | 110011 | 101100111 | 110011 | 100001 |
Color Harmonies of #7D292B
Complementary color
Monochromatic Colors of #7D292B
Black with #7D292B
Text Example
Text Example
White with #7D292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D292B; }
p { color: rgb(125,41,43); }
H1.HeaderClassName
{
color: #7D292B;
}
.AnyTagClassName
{
color: #7D292B;
}
</style>
background-color css
<style>
a { background-color: #7D292B; }
a { background-color: rgb(125,41,43); }
div.DivClassName
{
background-color: #7D292B;
}
.BgClassName
{
background-color: #7D292B;
}
</style>
border-color css
<style>
span { border-color: #7D292B; }
span { border-color: rgb(125,41,43); }
td.TdClassName
{
border-color: #7D292B;
}
.TagClassName
{
border-color: #7D292B;
}
</style>