Shades of Tamarillo #722F33
Tints of Tamarillo #722F33
RGB
CMYK
RGB Variations
Color information
#722F33 (or 0x722F33) is known color: Tamarillo. HEX triplet: 72, 2F and 33. RGB value is (114,47,51). Sum of RGB (Red+Green+Blue) = 114+47+51=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #722F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F33 is #8DD0CC. Grayscale: #434343. Windows color (decimal): -9294029 or 3354482. OLE color: 3354482.
HSL color Cylindrical-coordinate representation of color #722F33: hue angle of 356.42º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #722F33 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 51 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.55 |
| HSL | 356.42º | 0.42% | 0.32% | - |
| HSV(B) | 356.42º | 0.59% | 0.45% | - |
| XYZ | 8.55 | 5.85 | 3.81 | - |
| YUV | 67.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 51 | 0 | 0.59 | 0.55 | 0.55 | 356.42 | 0.42 | 0.32 |
| Hex | 72 | 2F | 33 | 0 | 3B | 37 | 37 | 164 | 2A | 20 |
| Octal | 162 | 57 | 63 | 0 | 73 | 67 | 67 | 544 | 52 | 40 |
| Binary | 1110010 | 101111 | 110011 | 0 | 111011 | 110111 | 110111 | 101100100 | 101010 | 100000 |
Color Harmonies of #722F33
Complementary color
Monochromatic Colors of #722F33
Black with #722F33
Text Example
Text Example
White with #722F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F33; }
p { color: rgb(114,47,51); }
H1.HeaderClassName
{
color: #722F33;
}
.AnyTagClassName
{
color: #722F33;
}
</style>
background-color css
<style>
a { background-color: #722F33; }
a { background-color: rgb(114,47,51); }
div.DivClassName
{
background-color: #722F33;
}
.BgClassName
{
background-color: #722F33;
}
</style>
border-color css
<style>
span { border-color: #722F33; }
span { border-color: rgb(114,47,51); }
td.TdClassName
{
border-color: #722F33;
}
.TagClassName
{
border-color: #722F33;
}
</style>