Shades of Tamarillo #722C2E
Tints of Tamarillo #722C2E
RGB
CMYK
RGB Variations
Color information
#722C2E (or 0x722C2E) is known color: Tamarillo. HEX triplet: 72, 2C and 2E. RGB value is (114,44,46). Sum of RGB (Red+Green+Blue) = 114+44+46=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #722C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C2E is #8DD3D1. Grayscale: #414141. Windows color (decimal): -9294802 or 3026034. OLE color: 3026034.
HSL color Cylindrical-coordinate representation of color #722C2E: hue angle of 358.29º 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 #722C2E is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 46 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.55 |
| HSL | 358.29º | 0.44% | 0.31% | - |
| HSV(B) | 358.29º | 0.61% | 0.45% | - |
| XYZ | 8.33 | 5.58 | 3.22 | - |
| YUV | 65.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 46 | 0 | 0.61 | 0.60 | 0.55 | 358.29 | 0.44 | 0.31 |
| Hex | 72 | 2C | 2E | 0 | 3D | 3C | 37 | 166 | 2C | 1F |
| Octal | 162 | 54 | 56 | 0 | 75 | 74 | 67 | 546 | 54 | 37 |
| Binary | 1110010 | 101100 | 101110 | 0 | 111101 | 111100 | 110111 | 101100110 | 101100 | 11111 |
Color Harmonies of #722C2E
Complementary color
Monochromatic Colors of #722C2E
Black with #722C2E
Text Example
Text Example
White with #722C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C2E; }
p { color: rgb(114,44,46); }
H1.HeaderClassName
{
color: #722C2E;
}
.AnyTagClassName
{
color: #722C2E;
}
</style>
background-color css
<style>
a { background-color: #722C2E; }
a { background-color: rgb(114,44,46); }
div.DivClassName
{
background-color: #722C2E;
}
.BgClassName
{
background-color: #722C2E;
}
</style>
border-color css
<style>
span { border-color: #722C2E; }
span { border-color: rgb(114,44,46); }
td.TdClassName
{
border-color: #722C2E;
}
.TagClassName
{
border-color: #722C2E;
}
</style>