Shades of Tamarillo #722E31
Tints of Tamarillo #722E31
RGB
CMYK
RGB Variations
Color information
#722E31 (or 0x722E31) is known color: Tamarillo. HEX triplet: 72, 2E and 31. RGB value is (114,46,49). Sum of RGB (Red+Green+Blue) = 114+46+49=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #722E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E31 is #8DD1CE. Grayscale: #424242. Windows color (decimal): -9294287 or 3223154. OLE color: 3223154.
HSL color Cylindrical-coordinate representation of color #722E31: hue angle of 357.35º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E31 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 49 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.55 |
| HSL | 357.35º | 0.43% | 0.31% | - |
| HSV(B) | 357.35º | 0.6% | 0.45% | - |
| XYZ | 8.47 | 5.75 | 3.57 | - |
| YUV | 66.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 49 | 0 | 0.60 | 0.57 | 0.55 | 357.35 | 0.43 | 0.31 |
| Hex | 72 | 2E | 31 | 0 | 3C | 39 | 37 | 165 | 2A | 1F |
| Octal | 162 | 56 | 61 | 0 | 74 | 71 | 67 | 545 | 52 | 37 |
| Binary | 1110010 | 101110 | 110001 | 0 | 111100 | 111001 | 110111 | 101100101 | 101010 | 11111 |
Color Harmonies of #722E31
Complementary color
Monochromatic Colors of #722E31
Black with #722E31
Text Example
Text Example
White with #722E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E31; }
p { color: rgb(114,46,49); }
H1.HeaderClassName
{
color: #722E31;
}
.AnyTagClassName
{
color: #722E31;
}
</style>
background-color css
<style>
a { background-color: #722E31; }
a { background-color: rgb(114,46,49); }
div.DivClassName
{
background-color: #722E31;
}
.BgClassName
{
background-color: #722E31;
}
</style>
border-color css
<style>
span { border-color: #722E31; }
span { border-color: rgb(114,46,49); }
td.TdClassName
{
border-color: #722E31;
}
.TagClassName
{
border-color: #722E31;
}
</style>