Shades of Tamarillo #722C2D
Tints of Tamarillo #722C2D
RGB
CMYK
RGB Variations
Color information
#722C2D (or 0x722C2D) is known color: Tamarillo. HEX triplet: 72, 2C and 2D. RGB value is (114,44,45). Sum of RGB (Red+Green+Blue) = 114+44+45=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C2D is #8DD3D2. Grayscale: #414141. Windows color (decimal): -9294803 or 2960498. OLE color: 2960498.
HSL color Cylindrical-coordinate representation of color #722C2D: hue angle of 359.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 #722C2D is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 45 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.55 |
| HSL | 359.14º | 0.44% | 0.31% | - |
| HSV(B) | 359.14º | 0.61% | 0.45% | - |
| XYZ | 8.31 | 5.57 | 3.12 | - |
| YUV | 65.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 45 | 0 | 0.61 | 0.61 | 0.55 | 359.14 | 0.44 | 0.31 |
| Hex | 72 | 2C | 2D | 0 | 3D | 3D | 37 | 167 | 2C | 1F |
| Octal | 162 | 54 | 55 | 0 | 75 | 75 | 67 | 547 | 54 | 37 |
| Binary | 1110010 | 101100 | 101101 | 0 | 111101 | 111101 | 110111 | 101100111 | 101100 | 11111 |
Color Harmonies of #722C2D
Complementary color
Monochromatic Colors of #722C2D
Black with #722C2D
Text Example
Text Example
White with #722C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C2D; }
p { color: rgb(114,44,45); }
H1.HeaderClassName
{
color: #722C2D;
}
.AnyTagClassName
{
color: #722C2D;
}
</style>
background-color css
<style>
a { background-color: #722C2D; }
a { background-color: rgb(114,44,45); }
div.DivClassName
{
background-color: #722C2D;
}
.BgClassName
{
background-color: #722C2D;
}
</style>
border-color css
<style>
span { border-color: #722C2D; }
span { border-color: rgb(114,44,45); }
td.TdClassName
{
border-color: #722C2D;
}
.TagClassName
{
border-color: #722C2D;
}
</style>