Shades of Tamarillo #722C34
Tints of Tamarillo #722C34
RGB
CMYK
RGB Variations
Color information
#722C34 (or 0x722C34) is known color: Tamarillo. HEX triplet: 72, 2C and 34. RGB value is (114,44,52). Sum of RGB (Red+Green+Blue) = 114+44+52=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #722C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C34 is #8DD3CB. Grayscale: #414141. Windows color (decimal): -9294796 or 3419250. OLE color: 3419250.
HSL color Cylindrical-coordinate representation of color #722C34: hue angle of 353.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722C34 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 52 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.55 |
| HSL | 353.14º | 0.44% | 0.31% | - |
| HSV(B) | 353.14º | 0.61% | 0.45% | - |
| XYZ | 8.46 | 5.63 | 3.89 | - |
| YUV | 65.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 52 | 0 | 0.61 | 0.54 | 0.55 | 353.14 | 0.44 | 0.31 |
| Hex | 72 | 2C | 34 | 0 | 3D | 36 | 37 | 161 | 2C | 1F |
| Octal | 162 | 54 | 64 | 0 | 75 | 66 | 67 | 541 | 54 | 37 |
| Binary | 1110010 | 101100 | 110100 | 0 | 111101 | 110110 | 110111 | 101100001 | 101100 | 11111 |
Color Harmonies of #722C34
Complementary color
Monochromatic Colors of #722C34
Black with #722C34
Text Example
Text Example
White with #722C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C34; }
p { color: rgb(114,44,52); }
H1.HeaderClassName
{
color: #722C34;
}
.AnyTagClassName
{
color: #722C34;
}
</style>
background-color css
<style>
a { background-color: #722C34; }
a { background-color: rgb(114,44,52); }
div.DivClassName
{
background-color: #722C34;
}
.BgClassName
{
background-color: #722C34;
}
</style>
border-color css
<style>
span { border-color: #722C34; }
span { border-color: rgb(114,44,52); }
td.TdClassName
{
border-color: #722C34;
}
.TagClassName
{
border-color: #722C34;
}
</style>