Shades of Tamarillo #7D2A2D
Tints of Tamarillo #7D2A2D
RGB
CMYK
RGB Variations
Color information
#7D2A2D (or 0x7D2A2D) is known color: Tamarillo. HEX triplet: 7D, 2A and 2D. RGB value is (125,42,45). Sum of RGB (Red+Green+Blue) = 125+42+45=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2A2D is #82D5D2. Grayscale: #434343. Windows color (decimal): -8574419 or 2959997. OLE color: 2959997.
HSL color Cylindrical-coordinate representation of color #7D2A2D: hue angle of 357.83º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D2A2D is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 42 | 45 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.51 |
| HSL | 357.83º | 0.5% | 0.33% | - |
| HSV(B) | 357.83º | 0.66% | 0.49% | - |
| XYZ | 9.76 | 6.21 | 3.17 | - |
| YUV | 67.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 42 | 45 | 0 | 0.66 | 0.64 | 0.51 | 357.83 | 0.5 | 0.33 |
| Hex | 7D | 2A | 2D | 0 | 42 | 40 | 33 | 166 | 32 | 21 |
| Octal | 175 | 52 | 55 | 0 | 102 | 100 | 63 | 546 | 62 | 41 |
| Binary | 1111101 | 101010 | 101101 | 0 | 1000010 | 1000000 | 110011 | 101100110 | 110010 | 100001 |
Color Harmonies of #7D2A2D
Complementary color
Monochromatic Colors of #7D2A2D
Black with #7D2A2D
Text Example
Text Example
White with #7D2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2A2D; }
p { color: rgb(125,42,45); }
H1.HeaderClassName
{
color: #7D2A2D;
}
.AnyTagClassName
{
color: #7D2A2D;
}
</style>
background-color css
<style>
a { background-color: #7D2A2D; }
a { background-color: rgb(125,42,45); }
div.DivClassName
{
background-color: #7D2A2D;
}
.BgClassName
{
background-color: #7D2A2D;
}
</style>
border-color css
<style>
span { border-color: #7D2A2D; }
span { border-color: rgb(125,42,45); }
td.TdClassName
{
border-color: #7D2A2D;
}
.TagClassName
{
border-color: #7D2A2D;
}
</style>