Shades of Tamarillo #7D2A2B
Tints of Tamarillo #7D2A2B
RGB
CMYK
RGB Variations
Color information
#7D2A2B (or 0x7D2A2B) is known color: Tamarillo. HEX triplet: 7D, 2A and 2B. RGB value is (125,42,43). Sum of RGB (Red+Green+Blue) = 125+42+43=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2A2B is #82D5D4. Grayscale: #434343. Windows color (decimal): -8574421 or 2828925. OLE color: 2828925.
HSL color Cylindrical-coordinate representation of color #7D2A2B: hue angle of 359.28º 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 #7D2A2B is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 42 | 43 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.51 |
| HSL | 359.28º | 0.5% | 0.33% | - |
| HSV(B) | 359.28º | 0.66% | 0.49% | - |
| XYZ | 9.72 | 6.19 | 2.97 | - |
| YUV | 66.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 42 | 43 | 0 | 0.66 | 0.66 | 0.51 | 359.28 | 0.5 | 0.33 |
| Hex | 7D | 2A | 2B | 0 | 42 | 42 | 33 | 167 | 32 | 21 |
| Octal | 175 | 52 | 53 | 0 | 102 | 102 | 63 | 547 | 62 | 41 |
| Binary | 1111101 | 101010 | 101011 | 0 | 1000010 | 1000010 | 110011 | 101100111 | 110010 | 100001 |
Color Harmonies of #7D2A2B
Complementary color
Monochromatic Colors of #7D2A2B
Black with #7D2A2B
Text Example
Text Example
White with #7D2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2A2B; }
p { color: rgb(125,42,43); }
H1.HeaderClassName
{
color: #7D2A2B;
}
.AnyTagClassName
{
color: #7D2A2B;
}
</style>
background-color css
<style>
a { background-color: #7D2A2B; }
a { background-color: rgb(125,42,43); }
div.DivClassName
{
background-color: #7D2A2B;
}
.BgClassName
{
background-color: #7D2A2B;
}
</style>
border-color css
<style>
span { border-color: #7D2A2B; }
span { border-color: rgb(125,42,43); }
td.TdClassName
{
border-color: #7D2A2B;
}
.TagClassName
{
border-color: #7D2A2B;
}
</style>