Shades of Tamarillo #7C2B2D
Tints of Tamarillo #7C2B2D
RGB
CMYK
RGB Variations
Color information
#7C2B2D (or 0x7C2B2D) is known color: Tamarillo. HEX triplet: 7C, 2B and 2D. RGB value is (124,43,45). Sum of RGB (Red+Green+Blue) = 124+43+45=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2B2D is #83D4D2. Grayscale: #434343. Windows color (decimal): -8639699 or 2960252. OLE color: 2960252.
HSL color Cylindrical-coordinate representation of color #7C2B2D: hue angle of 358.52º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2B2D is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 45 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.51 |
| HSL | 358.52º | 0.49% | 0.33% | - |
| HSV(B) | 358.52º | 0.65% | 0.49% | - |
| XYZ | 9.65 | 6.2 | 3.17 | - |
| YUV | 67.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 45 | 0 | 0.65 | 0.64 | 0.51 | 358.52 | 0.49 | 0.33 |
| Hex | 7C | 2B | 2D | 0 | 41 | 40 | 33 | 167 | 31 | 21 |
| Octal | 174 | 53 | 55 | 0 | 101 | 100 | 63 | 547 | 61 | 41 |
| Binary | 1111100 | 101011 | 101101 | 0 | 1000001 | 1000000 | 110011 | 101100111 | 110001 | 100001 |
Color Harmonies of #7C2B2D
Complementary color
Monochromatic Colors of #7C2B2D
Black with #7C2B2D
Text Example
Text Example
White with #7C2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B2D; }
p { color: rgb(124,43,45); }
H1.HeaderClassName
{
color: #7C2B2D;
}
.AnyTagClassName
{
color: #7C2B2D;
}
</style>
background-color css
<style>
a { background-color: #7C2B2D; }
a { background-color: rgb(124,43,45); }
div.DivClassName
{
background-color: #7C2B2D;
}
.BgClassName
{
background-color: #7C2B2D;
}
</style>
border-color css
<style>
span { border-color: #7C2B2D; }
span { border-color: rgb(124,43,45); }
td.TdClassName
{
border-color: #7C2B2D;
}
.TagClassName
{
border-color: #7C2B2D;
}
</style>